After submitting a record producer on Service portal, form won't show
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 05:41 PM
Hello,
I'm working on creating a service portal. I created a record producer and after submitting the record producer, it redirected to Ticket form saying "No readable comment field". The record producer creates a new record on a custome table( created from scratch, it doesn't extend from any OOB tables). How to let the Ticket form show the form of the record? Or the details of the record?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 06:43 PM
Hi @ShuRiseUp2023 ,
On your Record Producer, under section "What it will contain", Scroll down to Redirect to and the add the following:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 07:10 PM - edited ‎08-05-2024 07:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 09:40 AM
Hi @ShuRiseUp2023 were you able to find a solution for this? Running into the same issue where record producer is created for custom table but upon submission, "No readable comment field" message comes shows up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2025 01:37 PM - edited ‎02-24-2025 01:38 PM
Hi, sorry for late response. You can add script in your record producer to redirect to where you want it to go. check the advanced view, add this: producer.portal_redirect = the url of the page you want to redirect.
Check this page: Service Portal: "producer.portal_redirect" does not redirect for tables that do not extend task tabl...