Order Guide edit Request

BK22
Tera Contributor

Hi All,

 

I'm seeking guidance on the most effective way to modify the created Request (sc_request) on Order Guide submission. These changes should be on insert and include the following

1. References to variables from the request items to add to the table columns.

2. Predefined routing at the Request field level. Possibly an order guide script.

3. If this can be done with a flow. Is there an example that I can be pointed?

 

Thanks.

1 ACCEPTED SOLUTION
3 REPLIES 3

Its_Azar
Tera Guru

Hi there @BK22 

 

  • Loop through items to access variables (e.g., item.variablePool.<varName>) and set them on the sc_request.

  • For routing, update fields like assignment group directly on current in the same script.

  • Flow Designer can be used, but it has limited support for sc_request in Order Guide context—script is more flexible.

If this helps kindly accept the solution

 

☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.




Kind Regards,

Mohamed Azarudeen Z

Developer @ KPMG

 Microsoft MVP (AI Services), India

BK22
Tera Contributor

Hi

 

Thank you for the fast reply.

 

Do you know of an example article using these steps??