BudgetControlGroupManager Class [AX 2012]
The BudgetControlGroupManager class manages the budget control groups.
| Method | Description | |
|---|---|---|
| addGreaterThan | Adds a greater than criteria for the specified dimension attribute. |
| addLessThan | Adds a less than criteria for the specified dimension attribute. |
| addRange | Adds a range criteria for the specified dimension attribute. |
| addWildcard | Adds a wildcard criteria for the specified dimension attribute. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearAllCriteria | Removes all criteria items. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getGroupMemberId | Gets the record ID of the BudgetGroupMember record. |
| 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 BudgetControlGroupManager class. |
| new | Initializes a new instance of the BudgetControlGroupManager 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 BudgetControlGroupManager class. |
| parmBudgetCycleTimeSpan | Gets or sets the BudgetCycleTimeSpan parameter. |
| parmBudgetInterval | Gets or sets the BudgetInterval parameter. |
| parmBudgetResponsibleUser | Gets or sets the BudgetResponsibleUser parameter. |
| parmBudgetThresholdPercent | Gets or sets the BudgetThresholdPercent parameter. |
| parmDescription | Gets or sets the Description parameter. |
| parmName | Gets or sets the Name parameter. |
| removeCriteria | Removes the criteria for the specified dimension attribute. |
| save | Saves the budget group member. |
| savePrivate | Saves the budget group member. |
| 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 _packedClass parameter value to an instance of the BudgetControlGroupManager class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Determines whether the BudgetGroupMember record is valid. |
| validateConfigurationEditPermitted | Determines whether the edit of the budget control configuration is permitted. |
| validateCriteria | Determines whether the criteria is valid. |
| validateName | Determines whether the Name field of the BudgetGroupMember record is valid. |
| validateOverrideResponsibleUser | Indicates whether the override responsible user is valid. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::cleanupForRemovedParentBudgetGroupMember | Deletes the BudgetGroupMember and BudgetGroupMemberCriteria records that no longer reference a valid parent BudgetGroupMember record. |
| ::construct | Constructs an instance of the BudgetControlGroupManager class. |
| ::create | Creates an instance of the BudgetControlGroupManager class from a packed copy. |
| ::createBudgetGroupMember | Creates a BudgetGroupMember record. |
| ::createBudgetGroupMemberServer | Creates a BudgetGroupMember record. |
| ::deleteBudgetGroup | Deletes the BudgetGroup record and the associated BudgetGroupMember and BudgetGroupMemberCriteria records. |
| ::deleteBudgetGroupMember | Deletes the BudgetGroupMember record and the associated BudgetGroupMemberCriteria records. |
| ::deleteBudgetGroupMemberForInUseChange | Deletes the BudgetGroupMember record for the specified budget control configuration that was temporarily committed as part of the new budget group member setup process. |
| ::getNextGroupOrdinal | Gets the next ordinal of the budget groups for the specified budget control configuration. |
| ::saveOnServer | |
| ::validateNameForConfiguration | Determines whether the name is being used on a BudgetGroupMember record for the budget control configuration. |
Community Additions
ADD
Show: