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

Change Status Field when the service request has been assigned

Received Response
41
Views
3
Comments
edited Feb 25, 2019 11:27AM in Fusion Service 3 comments

Summary

What script should be used that changes the service request status to In Progress when the SR has been assigned to someone?

Content

Hello experts,

What script should be used that changes the service request status to In Progress when the SR has been assigned to someone?

I tried both options when the record is created and updated with the below script but it's not working:

 

if (isAttributeChanged('AssigneeResourceId') && StatusCd == 'ORA_SVC_NEW')
  setAttribute ('StatusCd','ORA_SVC_INPROGRESS')

Thank you,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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