
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018 08:52 PM
Currently the redirect to field only has:
- Generated Task record: Redirects to the task record created using the record producer.
- Catalog Homepage: Redirects to the service catalog where the order for the record producer is placed.
I am trying to add a producer.portal_redirect script for one of our record producers; however it these two redirect to fields seem to override my record producer script. I am wanting to see if there is a way to set the redirect to field to blank to/or override it to allow the producer.portal_redirect to work.
Solved! Go to Solution.
- Labels:
-
HR Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018 07:31 AM
Hi Anna
It sounds like you only want to override this on one specific record producer, right? If so, you can add a redirect to the last line of the script section on that record producer. For example, you can add producer.portal_redirect = “?id=hrj_dashboard”; if you want to redirect back to the homepage of the Employee Service Center after submitting the record producer. You can also swap the hrj_dashboard value for any other page ID within your portal if you're not using the Employee Service Center.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2018 02:44 AM
If i understand you correctly you want to prevent default behaviour of RP. did you tried this current.setAbortAction(true); ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2018 09:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018 04:02 AM
Please try "producer.redirect" in the script of your Record Producer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018 07:31 AM
Hi Anna
It sounds like you only want to override this on one specific record producer, right? If so, you can add a redirect to the last line of the script section on that record producer. For example, you can add producer.portal_redirect = “?id=hrj_dashboard”; if you want to redirect back to the homepage of the Employee Service Center after submitting the record producer. You can also swap the hrj_dashboard value for any other page ID within your portal if you're not using the Employee Service Center.