Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 03:18 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 10:47 PM
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 as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 03:23 AM
@Mark Wood , please use below syntax in your script to redirect it to record:
current.setRedirectURL(gr);
This line is commented in script.
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 06:24 AM
Hello @Riya Verma Please test it on your PDI because I test it's not working.