BudgetControlRuleManager Class [AX 2012]
The BudgetControlRuleManager class manages the budget control rules.
| 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 the criteria items. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getRuleId | Gets the record ID of the BudgetControlRule 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 BudgetControlRuleManager class. |
| new | Initializes a new instance of the BudgetControlRuleManager 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 BudgetControlRuleManager 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 control rule. |
| savePrivate | Saves the budget control rule. |
| 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 BudgetControlRuleManager class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the BudgetControlRule record. |
| validateConfigurationEditPermitted | Determines whether the edit of the budget control configuration is permitted. |
| validateCriteria | Validates the criteria. |
| validateName | Determines whether the Name field of the BudgetControlRule 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.) |
| ::construct | Constructs an instance of the BudgetControlRuleManager class. |
| ::create | Creates an instance of the BudgetControlRuleManager class from a packed copy. |
| ::createBudgetControlRule | Creates a BudgetControlRule record. |
| ::createBudgetControlRuleServer | Creates a BudgetControlRule record. |
| ::delete | Deletes the BudgetControlRule record and the associated BudgetControlRuleCriteria records. |
| ::deleteRuleForInUseChange | Deletes the BudgetControlRule record for the specified budget control configuration that was temporarily committed as part of the new rule setup process. |
| ::saveOnServer | |
| ::validateNameForConfiguration | Validates the name of a BudgetControlRule record for the budget control configuration. |
Community Additions
ADD
Show: