Get Started with Redwood for Oracle Cloud HCM Begin Now
Trigger email notifications based on Help Desk Queue
Summary:
Trigger email notifications based on Help Desk Queue
Content (required):
We have a requirement to trigger an email notification to agent when SR has been assigned. This has been configured and it is working fine. However, email notifications should not be triggered to agents of a specific Queue.
I have very basic knowledge on groovy and could not write to include multiple conditions.
Currently this is working fine when an SR has been assigned to agent.
if (isAttributeChanged('AssigneeResourceId') && AssigneeResourceId!=null)
return true;
Could someone please help on this? Thank you very much in advance.
Version (include the version you are using, if applicable):
0