Hi Team, in catalog form we have "select application" variable which is u_application_catalog.LIST t

AA6
Tera Contributor

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.

6 REPLIES 6

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

 

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.