SysCheckList_SysUpdateCode Class [AX 2012]

The SysCheckList_SysUpgradeCode class is used to show a special code upgrade checklist when the application is upgraded between versions.

Syntax

class SysCheckList_SysUpdateCode extends SysCheckList

Run On

Client

Methods

  Method Description
JJ830170.protmethod(en-us,AX.60).gif applyStylesheet (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif canBePreventedAtStartup Determines whether the user should be able to prevent this checklist from being shown at startup. (Overrides the canBePreventedAtStartup Method.)
JJ830170.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ830170.protmethod(en-us,AX.60).gif canRunSilent (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif doInit (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif doUpdateHtml Updates the HTML content of a checklist. (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ830170.pubmethod(en-us,AX.60).gif finalize (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif finalizeChecklist Performs the final updates for a checklist to mark it completed. (Overrides the finalizeChecklist Method.)
JJ830170.pubmethod(en-us,AX.60).gif find Checks whether a particular combination of _name and _description parameters exists in the SysSetupLog table. (Overrides the find Method.)
JJ830170.protmethod(en-us,AX.60).gif getAdditionalCss Gets additional CSS information for the checklist. (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getCheckListCaption Gets the checklist caption. (Overrides the getCheckListCaption Method.)
JJ830170.protmethod(en-us,AX.60).gif getChecklistXml Gets the checklist XML document. (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getGroupState Gets the state of a group of checklist items in the checklist. (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHelpImage (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtml (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlDocumentTemplate (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlGroupTemplate (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlGroupText (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlHeader Gets the checklist HTML header. (Overrides the getHtmlHeader Method.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlHeaderHelp Gets the help text for the checklist HTML header. (Overrides the getHtmlHeaderHelp Method.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlHeaderTemplate (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlHelpTemplate (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlInfoTemplate (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlItemTemplate (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlItemText (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getHtmlScript Gets the HTML code of a checklist. (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getInterfaceId Gets the class ID for the interface implementation. (Overrides the getInterfaceId Method.)
JJ830170.pubmethod(en-us,AX.60).gif getItem (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getName (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getScroll (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getStatusImage (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif getStatusToolTip (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ830170.protmethod(en-us,AX.60).gif gotoScroll (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif groupIsExpanded Checks whether a checklist group is in an expanded state. (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ830170.protmethod(en-us,AX.60).gif infoText (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif init (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif initCheckBoxControl (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif initHtmlControl (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif insertItem (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif isEmpty (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif isRunnable Checks whether the checklist can be run. (Overrides the isRunnable Method.)
JJ830170.protmethod(en-us,AX.60).gif makeLink (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif mandatoryFinished Verifies whether all of the mandatory items of a checklist have finished. (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif mandatoryItems (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif mandatoryItemsFinished (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif maybeDirRTL (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif needReStart (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysCheckList class. (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ830170.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ830170.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ830170.protmethod(en-us,AX.60).gif onlyPrimarilySortOrder (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ830170.pubmethod(en-us,AX.60).gif parmIsSetupMode Gets or sets the IsSetupMode parameter. (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif preRunFormInInitialization Peforms operation before running the form in the initialization. (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif preventAtStartup Checks to see whether a checklist has been prevented at startup. (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif refresh (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif runSilent (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif save Inserts a record into the SysSetupLog table with the combination of _name and _description values. (Overrides the save Method.)
JJ830170.protmethod(en-us,AX.60).gif sequenceSort (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ830170.protmethod(en-us,AX.60).gif sortWithStatusPreference (Inherited from SysCheckList.)
JJ830170.protmethod(en-us,AX.60).gif statusSort (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ830170.protmethod(en-us,AX.60).gif updateHtml (Inherited from SysCheckList.)
JJ830170.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ830170.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ830170.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ830170.pubmethod(en-us,AX.60).gif JJ830170.static(en-us,AX.60).gif ::isUpgrade Verifies whether Microsoft Dynamics AX is in the code upgrade mode.

Top

Inheritance Hierarchy

Object Class
  SysCheckList Class
    SysCheckList_SysUpdateCode Class