Change Status Field when the service request has been assigned
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,
0