You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Groovy script for request creation not working

edited Jan 30, 2025 11:43AM in Help Desk 4 comments

Summary:


Content (please ensure you mask any confidential information):


I am trying to set up a notification in the HR Help desk for Redwood once a request has been created. The notification should be sent to the Primary point of Contact and Agent. The bell and email notifications are failing. Can you please help me ensure my script is correct. I have also set the Trigger to 'Create'

Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

try {
def recipientPartyId = PrimaryContactPartyId;
def messageText = "Your request (SR" + SrNumber + " - " + Title + ") has been successfully submitted.";

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!