Hi,
Folks and experts...
Have a problem implementing the scenario...with execute multiple and custom workflow..
Have one config value -- Max order Count -- single line of text
If we set Max Order Config value to 2, Max Order Count Reached field should be set to 'No' for the first order placed and second and future orders should be updated with Max. Order Count Reached Flag = 'Yes'.
The records were getting created using Execute multiple request using batch program. Used a custom real time workflow for this..but the flag is not updating properly..
Issue: If we set the config value = 1, with no other orders today, we place two orders now, the Max Order Count field is getting set on both the orders placed. However the Max Order Count Reached Flag should be set to 'No' for first order and 'Yes' for second order.
I could note from back end that the records are getting created with 2 seconds time gap(ie second record created after 2 secs of first record creation)...but it seems like after both the records are getting created only custom workflow is getting triggered.
Kindly help me to know if any CRM Operation(like triggering workflow) when Execute Multiple Requests are running in the transaction..or any other approach..else real time workflow must be triggered after first record gets created and update flag to 'No'.