Hi all
How to write a where Condition In Workflow ?
Based on Particular Name i want to retrieve Id using workflow
Please give some suggestion
Thanks
*This post is locked for comments
Hi all
How to write a where Condition In Workflow ?
Based on Particular Name i want to retrieve Id using workflow
Please give some suggestion
Thanks
*This post is locked for comments
Thanks for Reply HIMBAP
There are some useful workflow solution available in codeplex you can check if you can use them, for example this: msdyncrmworkflowtools.codeplex.com
Thanks
You can use if condition in workflow, but if you are looking to retrieve setup of records based on some condition, you can't do this in out of the box workflow, you need to write custom workflow for this with input and output parameters. Check SDK for sample code.
Thanks