DimensionValidationRequest Class [AX 2012]

The DimensionValidationRequest class is used to capture the information that is required to validate dimension attribute value combinations.

class DimensionValidationRequest implements SysPackable

Run On

Called

  MethodDescription
Dn536843.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif doLedgerRelationshipValidation Gets whether to perform ledger relationship validation.
Dn536843.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif getCombinationDisplayValue Gets the display value of the combination.
Dn536843.pubmethod(en-us,AX.60).gif getCombinationType Gets the combination type.
Dn536843.pubmethod(en-us,AX.60).gif getDimensionHierarchyCollection Gets a DimensionHierarchyCollection object containing the hierarchies from the request.
Dn536843.pubmethod(en-us,AX.60).gif getDimensionStorageSegments Gets a DimensionStorageSegmentCollection object containing the segments for the given hierarchy.
Dn536843.pubmethod(en-us,AX.60).gif getHierarchySegmentCount Gets the number of segments in the combination for the specified hierarchy.
Dn536843.pubmethod(en-us,AX.60).gif getPrimaryHierarchyId Gets the primary hierarchy ID of the combination.
Dn536843.pubmethod(en-us,AX.60).gif getPrimaryHierarchyName Gets the primary hierarchy name of the combination.
Dn536843.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif getValueGroupForHierarchy Gets the record ID of the value group for the specified dimension hierarchy.
Dn536843.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn536843.protmethod(en-us,AX.60).gif initialize Initializes the DimensionValidationRequest class.
Dn536843.pubmethod(en-us,AX.60).gif isInitialized Gets whether this request is initialized with the necessary parameters.
Dn536843.pubmethod(en-us,AX.60).gif isInitializedWithDefaults Determines whether the validation parameters are at their default values.
Dn536843.pubmethod(en-us,AX.60).gif isValidationDateSet Get a value that indicates whether the validation date has been specified.
Dn536843.protmethod(en-us,AX.60).gif new Initializes a new instance of the DimensionValidationRequest class.
Dn536843.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the DimensionValidationRequest class.
Dn536843.pubmethod(en-us,AX.60).gif parmDimensionStorage Gets or sets the DimensionStorage parameter.
Dn536843.pubmethod(en-us,AX.60).gif parmDoValidateSingleCombinationPath Gets or sets the DoValidateSingleCombinationPath parameter.
Dn536843.pubmethod(en-us,AX.60).gif parmDoValueActiveDatesValidation Gets or sets the DoValueActiveDatesValidation parameter.
Dn536843.pubmethod(en-us,AX.60).gif parmDoValueSuspendedValidation Gets or sets the DoValueSuspendedValidation parameter.
Dn536843.pubmethod(en-us,AX.60).gif parmDoValueTotalValidation Gets or sets the DoValueTotalValidation parameter.
Dn536843.pubmethod(en-us,AX.60).gif parmLedgerDimensionId Gets or sets the LedgerDimensionId parameter.
Dn536843.pubmethod(en-us,AX.60).gif parmLedgerRecId Gets or sets the LedgerRecId parameter.
Dn536843.pubmethod(en-us,AX.60).gif parmValidationDate Gets or sets the ValidationDate parameter.
Dn536843.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn536843.privmethod(en-us,AX.60).gif setValueGroupForHierarchy
Dn536843.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedDimensionValidationRequest parameter value to an instance of the DimensionValidationRequest class.
Dn536843.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn536843.pubmethod(en-us,AX.60).gif Dn536843.static(en-us,AX.60).gif ::construct Initializes a new instance of the DimensionValidationRequest class.
Dn536843.pubmethod(en-us,AX.60).gif Dn536843.static(en-us,AX.60).gif ::create Creates an instance of the DimensionValidationRequest class from a packed copy.
Dn536843.pubmethod(en-us,AX.60).gif Dn536843.static(en-us,AX.60).gif ::newForDimensionStorage Construct a DimensionValidationRequest object for the given DimensionStorage object.
Dn536843.pubmethod(en-us,AX.60).gif Dn536843.static(en-us,AX.60).gif ::newForLedgerDimension Construct a DimensionValidationRequest object for the given ledger dimension record ID.
Top

Object Class
  DimensionValidationRequest Class

Community Additions

ADD
Show: