Hi Team, in catalog form we have "select application" variable which is u_application_catalog.LIST t
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 10:14 PM
Hi Team, in catalog form we have "select application" variable which is u_application_catalog.LIST table reference when ever RITM created then need to capture application fullfiment group need to add in the RITM level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 10:58 PM - edited ‎07-17-2025 11:01 PM
Yes it is possible like Utpal mentioned.
In flow,
use "Get Catalog variables" step to get all the variables
use "Update record" step to set assignment group of ritm by pulling the application selection variable
Maybe you need to write script to get the fullfilment group (sys_id) of selected application and set to RITM assignment group
Are you using flow designer or workflow?
Thanks, GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 11:03 PM - edited ‎07-17-2025 11:03 PM
Are you saying that your "Select application" variable is a list collector? If yes, then for multiple applications selected, which application group you want for RITM assignment? Because one RITM can only have one assignment group.