In Record Producer, I want to create multiple records in a single submit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 01:55 AM
Hello All,
In Record Producer, I want to create multiple records in a single submit.
I am assuming this is the same as when sending a catalog item, where a Request and RequestItem record is created at the same time.
Also, when three records (1), (2) and (3) are created, we want to make (2) and (3) related records to (1).
What I want to know is the following two things.
1. How to create multiple records in a single submit.
2. When three records (1), (2) and (3) are created, I want to make (2) and (3) related records to (1).
As mentioned above, the same thing is done in Request and RequestItem,
If anyone knows where this is done, we would like to know.
Of course, there is no problem with original logic that does not refer to Request and RequestItem.
Thanks
kakuta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 07:43 AM
Hello,
I think your best bet would be to trigger a FLOW when the RP is submitted that goes and creates the 2 extra records and relates them back to the original.
Take a look at this for triggering a FLOW from a RP:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 11:07 PM
Hi, You can achieve it through either business rule or flow designer / workflow editor based on your business use case.
Are you going to use incident or change form in record producer?
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2023 02:37 PM
Hi Suresh,
I'm going to use Case(sc_customerservice_case).
Regards,
kakuta.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 09:24 AM
Hi, If multiple ticket is part of incident, change , knowledge you should use OOB functionality via agent workspace. Case ticket creates more case tickets you use the business rule to achieve it. I recommend to created dependency via parent & child tickets.
Suresh.