Open a record producer form based on the selected value on the catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 06:58 AM
Hello Everyone,
I have a requirement, on the catalog item form we have a field "ticket type" and ticket type field is choice field.
Under ticket type field two options are available 1) Submit a request and 2) Report an incident.
If user select the Report an incident option it should redirect to a record producer and provide a user to create a incident.
If user select the Submit a request option it should stay on the catalog item form and user should able to submit a request
Can anyone please help me to achieve this functionality?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 07:24 AM - edited 07-25-2024 07:28 AM
You might want to consider using Order Guides if you're not aware of them. They can handle scenarios like this without the need for scripting. The Order Guide would have the "ticket type" variable and depending on the choice selected, the next form the users are presented with would be either the Catalog Item or the Incident Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 10:59 AM
Hi Nicholas,
Thank you for your response, I will check on the order guides.
Thanks