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

How to modify Groovy script to send notification (bell) only wen the HD User send a message via WEB?

Summary:

Hello, I have this groovy script that send notification to the agent (AssigneeResourceId) when a new message is send/add to the service request via web, this happen when the user send the message but also when the agent send a message; in second case is unnecessary since notification of a new message comes to the agent who responded.

How can I modify it to send the notification only when the user (and not the agent) send a new message?


Trigger: Before Update

try {

    def recipientPartyId = AssigneeResourceId

def newMessageReceived = true

    def messageText = 'Hai ricevuto un messaggio da una richiesta di servizio.'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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