Skip to content

Instantly share code, notes, and snippets.

@strepicor
Last active November 6, 2019 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save strepicor/6b1f6e384ecbc06070c6598844ff177b to your computer and use it in GitHub Desktop.
Save strepicor/6b1f6e384ecbc06070c6598844ff177b to your computer and use it in GitHub Desktop.
Epicor Customization - Reference Epicor native control
EpiUltraCombo cboTypeCode = (EpiUltraCombo)csm.GetNativeControlReference("5875b95a-4b6a-4e4c-b8c8-22ee5330ed40");
cboTypeCode.Enabled = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment