Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
Queue Notification set up is failing for HR Help Desk
Summary:
When setting up my Notification Preference for the Queue script created in Application Composer I get the error message in the image below. I want to notify all resources of new and unassigned requests but I cannot test if this script works as the Notification preference won't allow me to add it.
Content (please ensure you mask any confidential information):
Here is script i am using with the Before Update Trigger:
if (AssigneePersonName == "" || AssigneePersonName == null) {
def srQueue = QueueName;
if (srQueue != "" || srQueue != null) { def queueMemVo = SvcQueue?.resourceMembers; if (queueMemVo != null) { queueMemVo.reset(); while (queueMemVo.hasNext()) { def queueResRow = queueMemVo.next(); def map = new HashMap();
Tagged:
0