PrintMgmtSetupSettingsDefault Class [AX 2012]
The PrintMgmtSetupSettingsDefault class represents a default setting.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes a default settings instance. (Overrides the init Method.) |
| initIdTextForUser | Loads the identification text for the current user based on language ID. (Inherited from PrintMgmtSetupSettings.) |
| new | Creates a new instance of the PrintMgmtSetupSettingsDefault class. (Overrides the new Method.) |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCondition | Gets the Condition parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmCopies | Gets or sets the Copies parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmDestination | Gets or sets the Destination parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmIdTextForUser | Gets or sets the IdTextForUser parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmIsLeaf | Gets the IsLeaf parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmParent | Gets or sets the Parent parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmPriority | Gets the Priority parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmRecId | Gets the RecId parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmRecVersion | Gets or sets the RecVersion parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmReportFormat | Gets or sets the ReportFormat parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmSuppress | Gets the Suppress parameter. (Inherited from PrintMgmtSetupSettings.) |
| parmUseDefault | Gets or sets the UseDefault parameter. |
| refresh | Refreshes data from the underlying table. (Inherited from PrintMgmtSetupSettings.) |
| save | Saves the default setting. |
| saveIdTextForUser | Saves identification text for the user. (Inherited from PrintMgmtSetupSettings.) |
| saveTableFields | (Inherited from PrintMgmtSetupSettings.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| swapPriority | Exchanges the priority of the current and passed instances. (Inherited from PrintMgmtSetupSettings.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| ::constructFromRec | Creates an object that has default settings by using values from the persisted state. |
| ::saveOnServer |
Community Additions
ADD
Show: