PrintMgmtSetupSettingsConditional Class [AX 2012]
The PrintMgmtSetupSettingsConditional class represents a conditional setting.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| deepCopy | Creates a new copy of conditional settings and all its members. |
| delete | Deletes the conditional setting. |
| 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 conditional 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 PrintMgmtSetupSettingsConditional 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 or sets the Condition parameter. (Overrides the parmCondition Method.) |
| 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.) |
| parmName | Gets or sets the Name parameter. |
| 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.) |
| refresh | Refreshes data from the underlying table. (Inherited from PrintMgmtSetupSettings.) |
| save | Saves the conditional 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 a conditional setting object by using values from its persisted state. |
| ::deepCopyOnServer | Creates a new copy of all the settings on the server tier. |
| ::defaultQuery | Creates a default empty query for a conditional setting. |
| ::deleteOnServer | |
| ::hasConditionRanges | Determines whether a query has any ranges defined. |
| ::nextName | Generates an available name based on a prefix and sequence number. |
| ::saveOnServer |
Community Additions
ADD
Show: