Skip to content

Instantly share code, notes, and snippets.

@alphanu1
Forked from strepicor/Customization.epicor
Created November 6, 2019 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alphanu1/5da9f10cbf5d0b3c39c4f42231499f7c to your computer and use it in GitHub Desktop.
Save alphanu1/5da9f10cbf5d0b3c39c4f42231499f7c 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