A catalog item to generate one REQ with multiple RITMs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2022 07:32 PM
Now I have a maintain item, and when I click Submit, a REQ request and a RITM request item will be generated. Now the customer needs to generate three request items in one request, how should I do it?
I tried to manually generate two more request items using business rule, but neither my variable nor workflow ran two request items.
Below is a normal RITM:
- Below is a abnormal RITM(No variables):

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2022 09:31 PM
Hi,
Submitting RITM via BR will not work. Please use Cart API to submit additional items.
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2022 09:39 PM
Where should I use this API? I want to generate three identical RITMs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2022 10:19 PM
Hi,
You can either call this in the workflow related to the original RITM / via a BR and run it as a separate operation so a new RITM is created.
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2022 10:22 PM
Thanks. I'll give it a try