Posts: 80
Threads: 26
Joined: Oct 2015
Reputation:
24
Hello,
When you say using evalwf.php like that :
mycrm/evalwf.php?workflowid=xx&crmid=xx
it's easy to find workflowid but which CRMID is needed ?
Thank you for your help
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
the crmid should belong to the record you want to evaluate with. Suppose you have a workflow that is launched against the Contacts module. For that workflow any contact record crmid will do. if the workflow is for Assets, then the crmid must belong to any Asset record you want to test.
The idea is that the workflow is launched against records in a module, so you have to give it the CRMID of any record in that module. Obviously you will try to use records that make the conditions true and false to verify it is configured correctly.
Joe
TSolucio