
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2024 02:44 PM - edited ‎11-11-2024 02:45 PM
As the title says what I want to do if possible, is have an initial request that is raised from a catalog item, have some work done in that, but then have a secondary catalog item that can be raised under certain circumstances that is raised and added as a new ritm under the original request ticket.
They would both be raised whilst the first request was still open however.
Is that possible? If so how would I go about it?
As I stated though, they would not be created at the same time, so an order guild or bundle wouldn't work.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 09:26 PM
This has been achieved using a flow update record and delete record method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2024 03:02 PM
Hi @Moedeb ,
Yes, this can be done using workflow ( or flow ).
Consider the first RITM catalog workflow to trigger second catalog item internally using card api with all field mapping with same REQ and once new RITM created with own workflow under same REQ, your achieve the purpose.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2024 03:39 PM
@AshishKM thanks for the reply and my thought was that it would be done via a flow, just had / have no idea how to link the second one to the original request.
Are you able to show or explain a little more how to do the second part please? I don't really understand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 05:55 AM
replying late but, let me know if you manage to find code base request submission logic over community.
you can try with a simple 2 field catalog item and submit that request via some BR and then apply the same logic in workflow.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 03:20 PM
@AshishKM , no I haven't been able to do this or find the solution elsewhere