web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics 365 Vs Me / QuickFix-6: How to check if...

QuickFix-6: How to check if code is running on batch server

Deepak Agarwal Profile Picture Deepak Agarwal 8,585
If you want to check if the code is running either on the batch or locally, call below method.

1. For sysOperation framework: this.isExecutingInBatch().
2. RunBase batch: this.isInBatch()

both methods will return a boolean.

-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

This was originally posted here.

Comments

*This post is locked for comments