Created
January 25, 2022 09:46
-
-
Save hasokeric/53abe5bb9bd308eadde2ee3341e6fa55 to your computer and use it in GitHub Desktop.
Get Epicor Environment in BPM Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// All types | |
// Production | |
// NonProduction | |
bool _isProd = (this.GetEnvironmentType() == Ice.Lib.Bpm.Model.EnvironmentType.Production) ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment