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 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.

Groovy error for status update notification setup

Hi I am trying to use the below scripts for status change notification but getting '\n error. I have no clue on how to resolve it since I am non-techie. any help would really be appreciated. Thankyou

def objectCode='HRHelpDeskRequestVO'
def parentSR = HRHelpDeskRequest
def recipientPartyId = parentSR?.PrimaryContactPartyId; //PrimaryContactPartyId
def messageText = 'Oracle Cloud Service Request ' + parentSR?.SrNumber + ' - ' + parentSR?.Title + ' has been updated. Please click the link below to goto the system and click the Reply button to respond if required.' + '\nhttps://fa-euds-saasfaprod1.fa.ocs.oraclecloud.com/fscmUI/redwood/helpdesk/edit-hrhd?flowName=employee&srId='

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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