Skip to content

Instantly share code, notes, and snippets.

@hasokeric
Created March 23, 2015 19:03
Show Gist options
  • Save hasokeric/f07357cfa7a657ddc84e to your computer and use it in GitHub Desktop.
Save hasokeric/f07357cfa7a657ddc84e to your computer and use it in GitHub Desktop.
Some Epicor Research Notes
use the Framework:
Epicor.Mfg.UI.FrameWork.FormFunctions.IsRunningInIDE()
IsNum
IsDate
GetImageFromLocalList
GetSessionFromSender
GetAvailableAdapters
buildKeyList
SendShortcutListToEmail
EpiBaseForm:
IsEpiReadOnly
EnableRetrieveTools
OnFormLoad
OnFormLoaded
OnFormClosing
ShowFormDialog
// determine the UI name for the help system
uiName = this.TopLevelControl.GetType().Namespace;
fullName = this.TopLevelControl.GetType().FullName;
if (isTracker)
{
uiName += ".Tracker";
fullName += ".Tracker";
}
ActivateSheet(string sheetKey)
EnableControls(Control Container)
DisableControls(Control Container)
Epicor.Mfg.UI.FrameWork.EpiTransaction:
LastControl
LastView
ForceNotify
SuspendNotifications
ResumeNotifications
focusLast
TransactionLoad
TransactionLoaded
BeforeTransactionLoad
Add(string viewName, EpiDataview lalala)
AddToolTipText(string EpiBinding, string TipText);
RegisterContextHandler
PushStatusText(string text, bool hourglass)
PopStatus()
ColumnExists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment