PrintMgmtSetupSettings Class [AX 2012]
The PrintMgmtSetupSettings class represents user configurable settings for generating a document instance.
| 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 new settings object. |
| initIdTextForUser | Loads the identification text for the current user based on language ID. |
| new | Creates a new instance of the PrintMgmtSetupSettings class. |
| 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. |
| parmCopies | Gets or sets the Copies parameter. |
| parmDestination | Gets or sets the Destination parameter. |
| parmIdTextForUser | Gets or sets the IdTextForUser parameter. |
| parmIsLeaf | Gets the IsLeaf parameter. |
| parmParent | Gets or sets the Parent parameter. |
| parmPriority | Gets the Priority parameter. |
| parmRecId | Gets the RecId parameter. |
| parmRecVersion | Gets or sets the RecVersion parameter. |
| parmReportFormat | Gets or sets the ReportFormat parameter. |
| parmSuppress | Gets the Suppress parameter. |
| refresh | Refreshes data from the underlying table. |
| saveIdTextForUser | Saves identification text for the user. |
| saveTableFields | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| swapPriority | Exchanges the priority of the current and passed instances. |
| 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.) |
| ::deepCopyIdText | Creates new identification text records. |
| ::deepCopySettings | Creates new settings records. |
| ::initDestination | Creates and initializes a new instance of the PrintJobSettings class. |
| ::initRec | Initializes the values of a PrintMgmtSettings record. |
| ::newConditional | Creates new conditional settings. |
| ::newConditionalFromRec | Creates a conditional setting object by using values from its persisted state. |
| ::newConditionalRecOnServer | |
| ::newDefault | Creates a new default setting. |
| ::newDefaultFromRec | Creates a default setting object by using values from its persisted state. |
| ::newDefaultRecOnServer | |
| ::newSettingsFromRecs | Creates all settings for a specified document instance. |
| ::nextPriorityId | Provides the next available priority value for a persisted setting. |
| ::readIdTextForUserOnServer | Loads the identification text for the current user based on language ID by running on the server tier. |
| ::swapPriorityOnServer | |
| ::updateIdTextForUserOnServer | Persists identification text for the current user by running on the server tier. |
Object Class
PrintMgmtSetupSettings Class
PrintMgmtSetupSettingsConditional Class
PrintMgmtSetupSettingsDefault Class
PrintMgmtSetupSettings Class
PrintMgmtSetupSettingsConditional Class
PrintMgmtSetupSettingsDefault Class
Community Additions
ADD
Show: