Skip to content

Instantly share code, notes, and snippets.

@hasokeric
Created January 25, 2022 09:46
Show Gist options
  • Save hasokeric/53abe5bb9bd308eadde2ee3341e6fa55 to your computer and use it in GitHub Desktop.
Save hasokeric/53abe5bb9bd308eadde2ee3341e6fa55 to your computer and use it in GitHub Desktop.
Get Epicor Environment in BPM Code
// 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