SysChecklist_Servicing Class [AX 2012]
Checklist for hotfix/ISV upgrade.
Syntax
class SysChecklist_Servicing extends SysCheckList
Run On
Client
Methods
Method | Description | |
---|---|---|
applyStylesheet | (Inherited from SysCheckList.) | |
canBePreventedAtStartup | (Inherited from SysCheckList.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canRunSilent | (Inherited from SysCheckList.) | |
doInit | (Inherited from SysCheckList.) | |
doUpdateHtml | Updates the HTML content of a checklist. (Inherited from SysCheckList.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
finalize | (Inherited from SysCheckList.) | |
finalizeChecklist | Performs final updates for check list to mark it completed. (Overrides the finalizeChecklist Method.) | |
find | Checks if a particular combination of _name and _description exists in the SysSetupLog table. (Overrides the find Method.) | |
getAdditionalCss | Gets additional CSS information for the checklist. (Inherited from SysCheckList.) | |
getCheckListCaption | Gets check list caption. (Overrides the getCheckListCaption Method.) | |
getChecklistXml | Gets the checklist XML document. (Inherited from SysCheckList.) | |
getGroupState | Gets the state of a group of checklist items in the checklist. (Inherited from SysCheckList.) | |
getHelpImage | (Inherited from SysCheckList.) | |
getHtml | (Inherited from SysCheckList.) | |
getHtmlDocumentTemplate | (Inherited from SysCheckList.) | |
getHtmlGroupTemplate | (Inherited from SysCheckList.) | |
getHtmlGroupText | (Inherited from SysCheckList.) | |
getHtmlHeader | Gets check list HTML header. (Overrides the getHtmlHeader Method.) | |
getHtmlHeaderHelp | Gets check list HTML header help text (Overrides the getHtmlHeaderHelp Method.) | |
getHtmlHeaderTemplate | (Inherited from SysCheckList.) | |
getHtmlHelpTemplate | (Inherited from SysCheckList.) | |
getHtmlInfoTemplate | (Inherited from SysCheckList.) | |
getHtmlItemTemplate | (Inherited from SysCheckList.) | |
getHtmlItemText | (Inherited from SysCheckList.) | |
getHtmlScript | Gets the HTML code of a checklist. (Inherited from SysCheckList.) | |
getInterfaceId | Gets the class Id for interface implementation. (Overrides the getInterfaceId Method.) | |
getItem | (Inherited from SysCheckList.) | |
getName | (Inherited from SysCheckList.) | |
getScroll | (Inherited from SysCheckList.) | |
getStatusImage | (Inherited from SysCheckList.) | |
getStatusToolTip | (Inherited from SysCheckList.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
gotoScroll | (Inherited from SysCheckList.) | |
groupIsExpanded | Checks whether a checklist group is in an expanded state. (Inherited from SysCheckList.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
infoText | Gets the Info Text for this checklist. (Overrides the infoText Method.) | |
init | Init the checklist, reset all checklist item if reset needed. (Overrides the init Method.) | |
initCheckBoxControl | (Inherited from SysCheckList.) | |
initHtmlControl | (Inherited from SysCheckList.) | |
insertItem | (Inherited from SysCheckList.) | |
isEmpty | (Inherited from SysCheckList.) | |
isRunnable | Checks if check list can be run. (Overrides the isRunnable Method.) | |
makeLink | (Inherited from SysCheckList.) | |
mandatoryFinished | Verifies whether all of the mandatory items of a checklist have finished. (Inherited from SysCheckList.) | |
mandatoryItems | (Inherited from SysCheckList.) | |
mandatoryItemsFinished | (Inherited from SysCheckList.) | |
maybeDirRTL | (Inherited from SysCheckList.) | |
needReStart | (Inherited from SysCheckList.) | |
new | Initializes a new instance of the SysCheckList class. (Inherited from SysCheckList.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
onlyPrimarilySortOrder | (Inherited from SysCheckList.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmIsSetupMode | Gets or sets the IsSetupMode parameter. (Inherited from SysCheckList.) | |
preRunFormInInitialization | Peforms operation before running the form in the initialization. (Inherited from SysCheckList.) | |
preventAtStartup | Checks to see whether a checklist has been prevented at startup. (Inherited from SysCheckList.) | |
refresh | (Inherited from SysCheckList.) | |
runSilent | (Inherited from SysCheckList.) | |
save | Inserts a record into the SysSetupLog table with the combination of _name and _description values. (Overrides the save Method.) | |
sequenceSort | (Inherited from SysCheckList.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
sortWithStatusPreference | (Inherited from SysCheckList.) | |
statusSort | (Inherited from SysCheckList.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updateHtml | (Inherited from SysCheckList.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::getServerApplDirectory | Get the server application directory. | |
::isCheckListResetNeeded | Check if reset of the checklist is required. | |
::isUpgrade | Verifies if minor update scripts have been registered | |
::layers | get the highest layer which contain metadata. | |
::resetCheckList | reset the checklist item states. |
Top
Inheritance Hierarchy
Object Class
SysCheckList Class
SysChecklist_Servicing Class