Forum Discussion
Nikpowar97
2 years agoContributor
Brapi.Utilities.ExecuteDatamanagementSequence
The Function in my rule : Brapi.Utilities.ExecuteDatamanagementSequence run the sequence in Background and allows me to do further operation in BR even before the step is complete. Is this the expec...
- 2 years ago
The Execute* call should typically block, if that's not the case you should talk to Support.
Start* and Queue*, on the other hand, will not block.
Nikpowar97
2 years agoContributor
Sorry My Bad,
JackLacava
I wrote Brapi.Utilities.StartDMSequence in my code and was Assuming I wrote Brapi.Utilities.ExecuteDMSequence in my code.
RobbSalzmann
Really appreciate you help here. This is a Quite useful code. I will definitely try it if I require in future.