Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Record Producer

Mark Wood
Tera Contributor

Hello Experts,

 

I have the below requirements.

There should be 3 options in record producer incident, problem, change-- if the user clicks the incident option then the record should be updated in the incident table and respectively. please guide me.

Thank You

7 REPLIES 7

Hello @Riya Verma,

every time after submitting the form its redirects to the task form.I want to redirect to incidents and problem as per respective choices.

Thank You.

@Mark Wood , please use below syntax in your script to redirect it to record:

 

current.setRedirectURL(gr);

 

This line is commented in script.

 
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma

Hello @Riya Verma Please test it on your PDI because I test it's not working.