BudgetPlanningValueGroupValidation Class [AX 2012]
The BudgetPlanningValueGroupValidation class manages the validation of budget planning type ledger dimensions.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doGetStatusFromStatusRecord | Gets a value that indicates whether to get the validation status from a value group validation status record. (Inherited from DimensionAttributeValueGroupValidation.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findConstraintNodeByParent | Finds the DimensionConstraintNode record for the specified parent and dimension attribute value. (Inherited from DimensionAttributeValueGroupValidation.) |
| findConstraintNodeByParentIsOptional | Finds the DimensionConstraintNode record for the specified parent where the value is optional. (Overrides the findConstraintNodeByParentIsOptional Method.) |
| findConstraintNodeByParentValue | Finds the DimensionConstraintNode record for the specified parent and dimension attribute value. (Inherited from DimensionAttributeValueGroupValidation.) |
| findStatusRecord | Gets the value group validation status record if possible. (Inherited from DimensionAttributeValueGroupValidation.) |
| getConstraintTreeRecId | Gets the record ID of the constraint tree. (Inherited from DimensionAttributeValueGroupValidation.) |
| getDimensionHierarchy | Gets the dimension hierarchy. (Inherited from DimensionAttributeValueGroupValidation.) |
| getDimensionHierarchyId | Gets the record ID of the dimension hierarchy. (Inherited from DimensionAttributeValueGroupValidation.) |
| getDimensionHierarchyLevel | Gets the dimension hierarchy level for the specified level number. (Inherited from DimensionAttributeValueGroupValidation.) |
| getDimensionHierarchyLevels | Gets the dimension hierarchy levels for the dimension hierarchy. (Inherited from DimensionAttributeValueGroupValidation.) |
| getStatusForLevel | Gets the validation status starting at the specified position within the constraint tree. (Inherited from DimensionAttributeValueGroupValidation.) |
| getStatusForLevelConstraintNode | Gets the validation status for the specified hierarchy level, constraint node, and value. (Inherited from DimensionAttributeValueGroupValidation.) |
| getStatusForLevelSegment | Gets the validation status for the specified segment value, at the specified hierarchy level. (Inherited from DimensionAttributeValueGroupValidation.) |
| getStatusForLevelSegmentAttribute | Gets the validation status for the dimension attributes of the specified segment, at the specified hierarchy level. (Inherited from DimensionAttributeValueGroupValidation.) |
| getStatusForRequest | Gets the value group validation status for the specified validation request. (Inherited from DimensionAttributeValueGroupValidation.) |
| getStatusForStatusRecord | Gets the validation status from a value group validation status record. (Inherited from DimensionAttributeValueGroupValidation.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the DimensionAttributeValueGroupValidation class. (Inherited from DimensionAttributeValueGroupValidation.) |
| initializeForHierarchy | Initializes the BudgetPlanningValueGroupValidation class for the specified dimension hierarchy. (Overrides the initializeForHierarchy Method.) |
| insertStatusRecord | Inserts a value group status record for the specified validation status if possible. (Inherited from DimensionAttributeValueGroupValidation.) |
| new | Initializes a new instance of the DimensionAttributeValueGroupValidation class. (Inherited from DimensionAttributeValueGroupValidation.) |
| 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.) |
| 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.) |
| 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 BudgetPlanningValueGroupValidation class. |
| ::newForHierarchy | Constructs an instance of the BudgetPlanningValueGroupValidation class. |
Community Additions
ADD
Show: