hasokeric
3/23/2015 - 7:03 PM

Some Epicor Research Notes

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