DimensionValidationRequest Class [AX 2012]
The DimensionValidationRequest class is used to capture the information that is required to validate dimension attribute value combinations.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doLedgerRelationshipValidation | Gets whether to perform ledger relationship validation. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCombinationDisplayValue | Gets the display value of the combination. |
| getCombinationType | Gets the combination type. |
| getDimensionHierarchyCollection | Gets a DimensionHierarchyCollection object containing the hierarchies from the request. |
| getDimensionStorageSegments | Gets a DimensionStorageSegmentCollection object containing the segments for the given hierarchy. |
| getHierarchySegmentCount | Gets the number of segments in the combination for the specified hierarchy. |
| getPrimaryHierarchyId | Gets the primary hierarchy ID of the combination. |
| getPrimaryHierarchyName | Gets the primary hierarchy name of the combination. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValueGroupForHierarchy | Gets the record ID of the value group for the specified dimension hierarchy. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the DimensionValidationRequest class. |
| isInitialized | Gets whether this request is initialized with the necessary parameters. |
| isInitializedWithDefaults | Determines whether the validation parameters are at their default values. |
| isValidationDateSet | Get a value that indicates whether the validation date has been specified. |
| new | Initializes a new instance of the DimensionValidationRequest 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.) |
| pack | Serializes the current instance of the DimensionValidationRequest class. |
| parmDimensionStorage | Gets or sets the DimensionStorage parameter. |
| parmDoValidateSingleCombinationPath | Gets or sets the DoValidateSingleCombinationPath parameter. |
| parmDoValueActiveDatesValidation | Gets or sets the DoValueActiveDatesValidation parameter. |
| parmDoValueSuspendedValidation | Gets or sets the DoValueSuspendedValidation parameter. |
| parmDoValueTotalValidation | Gets or sets the DoValueTotalValidation parameter. |
| parmLedgerDimensionId | Gets or sets the LedgerDimensionId parameter. |
| parmLedgerRecId | Gets or sets the LedgerRecId parameter. |
| parmValidationDate | Gets or sets the ValidationDate parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setValueGroupForHierarchy | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedDimensionValidationRequest parameter value to an instance of the DimensionValidationRequest class. |
| 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.) |
| ::construct | Initializes a new instance of the DimensionValidationRequest class. |
| ::create | Creates an instance of the DimensionValidationRequest class from a packed copy. |
| ::newForDimensionStorage | Construct a DimensionValidationRequest object for the given DimensionStorage object. |
| ::newForLedgerDimension | Construct a DimensionValidationRequest object for the given ledger dimension record ID. |
Community Additions
ADD
Show: