OOB flow/Workflow that creating the sc_req and sc_req_item records when a catalog item is requested?

Madhan007
Tera Contributor

I have a Requirement to create as many RITM records as no of rows in MRV, but the OOB Flow/workflow is creating one more RITM record for the whole request. How can i prevent it / Is there any workaround for it?

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

I have done this in a workflow run script where I take the contents of a list collector or MRVS, change any variables based on the first value/row which will update the one existing RITM, then loop through the remaining values (2 through the end) to create a RITM for each, setting the variable(s) based on that value/row.  

View solution in original post

1 REPLY 1

Brad Bowman
Kilo Patron
Kilo Patron

I have done this in a workflow run script where I take the contents of a list collector or MRVS, change any variables based on the first value/row which will update the one existing RITM, then loop through the remaining values (2 through the end) to create a RITM for each, setting the variable(s) based on that value/row.