DimensionValidationStatusContract Class [AX 2012]
The DimensionValidationStatusContract class is used as a data contract for dimension validation.
| Method | Description | |
|---|---|---|
| addValidationMessage | Adds the validation message to the validation messages list. |
| addValidationMessagesForComboInactive | Adds the validation messages for the case of an inactive combination. |
| addValidationMessagesForConstraint | Adds the validation messages for the case of the value not found in the constraint tree. |
| addValidationMessagesForInvalid | Adds the validation messages for the case of invalid items. |
| addValidationMessagesForInvalidRequest | Adds the validation messages for the case of invalid request. |
| addValidationMessagesForInvalidStructure | Adds the validation messages for the case of invalid structure. |
| addValidationMessagesForInvalidValue | Adds the validation messages for the case of invalid values. |
| addValidationMessagesForLedgerRelation | Adds the validation messages for the case of invalid ledger relationships. |
| addValidationMessagesForRemainingValues | Adds the validation messages for the values remaining to be validated. |
| addValidationMessagesForStructureChanged | Adds the validation messages for the case of structure changed. |
| addValidationMessagesForValidValues | Adds the validation messages for the valid values. |
| addValidationMessagesForValueInactive | Adds the validation messages for the case of value being inactive. |
| addValidationMessagesForValueIsSuspended | Adds the validation messages for the case of value being suspended. |
| addValidationMessagesForValueIsTotal | Adds the validation messages for the case of value being of type total. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| determineValidationMessages | Determines the validation messages for the validation status details. |
| displayValidationMessages | Displays the validation messages for the validation status details. |
| doDisplayValidValue | Determines whether the specified dimension storage segment should be displayed. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInvalidValueDimensionAttribute | Gets the record ID of the dimension attribute for the invalid value. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValidValueAttributeValueContract | Gets the attribute value contract instance for the specified dimension storage segment. |
| getValidValuesPrivate | |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the DimensionValidationStatusContract class. |
| initializeValidationMessages | Initializes the validation message collections. |
| isActive | Indicates whether the validation date is within the valid date range for the combination. |
| isValid | Gets a value that indicates whether the overall validation status is valid. |
| merge | Merges the specified validation status details into the current validation status instance. |
| mergeActiveDates | Merges the specified active dates into the current validation status instance. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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 DimensionValidationStatusContract class. |
| parmActiveFrom | Gets or sets the ActiveFrom parameter. |
| parmActiveTo | Gets or sets the ActiveTo parameter. |
| parmInvalidDimensionAttribute | Gets or sets the InvalidDimensionAttribute parameter. |
| parmInvalidLedgerChartOfAccounts | Gets or sets the InvalidLedgerChartOfAccounts parameter. |
| parmInvalidLedgerRelationship | Gets or sets the InvalidLedgerRelationship parameter. |
| parmInvalidLedgerRelationshipLeftAttr | Gets or sets the InvalidLedgerRelationshipLeftAttr parameter. |
| parmInvalidLedgerRelationshipLeftValue | Gets or sets the InvalidLedgerRelationshipLeftValue parameter. |
| parmInvalidLedgerRelationshipRightAttr | Gets or sets the InvalidLedgerRelationshipRightAttr parameter. |
| parmInvalidLedgerRelationshipRightValue | Gets or sets the InvalidLedgerRelationshipRightValue parameter. |
| parmInvalidLedgerStructure | Gets or sets the InvalidLedgerStructure parameter. |
| parmInvalidRequest | Gets or sets the InvalidRequest parameter. |
| parmInvalidRequestMainAccountIsRequired | Gets or sets the InvalidRequestMainAccountIsRequired parameter. |
| parmInvalidStructure | Gets or sets the InvalidStructure parameter. |
| parmInvalidValue | Gets or sets the InvalidValue parameter. |
| parmInvalidValueConstraintNotFound | Gets or sets the InvalidValueConstraintNotFound parameter. |
| parmInvalidValueIsActive | Gets or sets the InvalidValueIsActive parameter. |
| parmInvalidValueIsSuspended | Gets or sets the InvalidValueIsSuspended parameter. |
| parmInvalidValueIsTotal | Gets or sets the InvalidValueIsTotal parameter. |
| parmInvalidValueLevel | Gets or sets the InvalidValueLevel parameter. |
| parmStructureChangedError | Gets or sets the StructureChangedError parameter. |
| parmValidationMessages | Gets or sets the ValidationMessages parameter. |
| parmValidationRequest | Gets or sets the ValidationRequest parameter. |
| parmValidationStatus | Gets or sets the ValidationStatus parameter. |
| parmValidValues | Gets or sets the ValidValues parameter. |
| setInvalidLedgerRelationship | Sets the invalid ledger relationship. |
| setInvalidValue | Sets the invalid dimension attribute value. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedDimensionValidationStatusContract parameter value to an instance of the DimensionValidationStatusContract 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 DimensionValidationStatusContract class. |
| ::create | Creates an instance of the DimensionValidationStatusContract class from a packed copy. |
| ::getRequestFromPack | Gets the dimension validation request instance from the packed instance of the DimensionValidationStatusContract class. |
| ::getValidValuesServer | |
| ::newForValidationRequest | Constructs an instance of the DimensionValidationStatusContract class. |
Community Additions
ADD
Show: