Can I create a flow for part of an order guide that uses workflow?

simran3
Tera Contributor

I'm reworking an onboarding order guide that currently uses workflow. The part that I am reworking are functions that are strictly for new contractors. I want to keep the workflow as is for employees, but I want to create a new flow for contractors using flow designer. Is this possible? I'm trying but it seems like I'm going to need to set contractor as true on the sc_request for this to work because flow designers only trigger on sc_Request and not sc_req_item. If that is possible how can I set the sc_request contractor field to true from a sc_req_item? Is this a feasible solution or should I just keep it on workflow?

 

 

1 REPLY 1

Priyankagupta
Giga Guru

@simran3 ,

Order Guides use rule-based logic to add catalog items, and these items can be processed using either Workflow or Flow Designer. However, a form can't be used Flow Designer and Workflow simultaneously, it must be exclusive to one.

 

Flow Designer can also trigger actions on sc_req_item. I may need more details on what exactly you're trying to accomplish.