Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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