how to check if it's an Order Guide using Flow designer?

Kifrez
Kilo Guru

Happy Monday everyone,

Could you please assist ?

I have created a flow using flow designer to do workflow depending whether it's an Order Guide.

Which variable should I use?

This is what I want

If it's an Order Guide do the following flow, else go to the other flow branch. I don't think the below screenshot is correct.

Thanks in advancedfind_real_file.png

1 ACCEPTED SOLUTION

Prasad Pagar
Mega Sage

Hi,

If your trigger is Requested Item then you can check Order guide field on sc_req_item table

find_real_file.png

Usually it is filled if RITM is raised from Order guide and it holds order guide name. If empty means its not raised from order guide.

Hope this helps

Thank you
Prasad

View solution in original post

2 REPLIES 2

Nishant Shelar
Mega Expert

Hi,

 

You can open n check  each item(those are in order guide), whether Flow Designer(under Process Engine section) is attached or not.

 

Prasad Pagar
Mega Sage

Hi,

If your trigger is Requested Item then you can check Order guide field on sc_req_item table

find_real_file.png

Usually it is filled if RITM is raised from Order guide and it holds order guide name. If empty means its not raised from order guide.

Hope this helps

Thank you
Prasad