BudgetAllowTransferRuleManager Class [AX 2012]
The BudgetAllowTransferRuleManager class manages the budget allow transfer 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 criteria items. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getMemberId | Gets the record ID of the BudgetAllowTransferRuleMember 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 BudgetAllowTransferRuleManager class. |
| new | Initializes a new instance of the BudgetAllowTransferRuleManager 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 BudgetAllowTransferRuleManager class. |
| parmMemberName | Gets or sets the MemberName parameter. |
| removeCriteria | Removes the criteria for the specified dimension attribute. |
| save | Saves the budget allow transfer rule member. |
| savePrivate | Saves the budget allow transfer rule 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 BudgetAllowTransferRuleManager 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 BudgetAllowTransferRuleMember record is valid. |
| validateCriteria | Determines whether the criteria are valid. |
| validateMemberName | Determines whether the Name field of the BudgetAllowTransferRuleMember record is valid. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs a new instance of the BudgetAllowTransferRuleManager class. |
| ::copyBudgetAllowTransferRule | Creates a copy of the BudgetAllowTransferRule record. |
| ::create | Creates an instance of the BudgetAllowTransferRuleManager class from a packed copy. |
| ::createBudgetAllowTransferRuleMember | Creates a BudgetAllowTransferRuleMember record. |
| ::createBudgetTransferRuleMemberServer | Creates a BudgetAllowTransferRuleMember record. |
| ::deleteBudgetAllowTransferRuleMember | Deletes the BudgetAllowTransferRuleMember record and the associated BudgetAllowTransferRuleMemberCriteria records. |
| ::deleteMembersForBudgetAllowTransferRule | Deletes the BudgetAllowTransferRuleMember records and the associated BudgetAllowTransferRuleMemberCriteria records for the specified BudgetAllowTransferRule record. |
| ::findAllowTransferRulesByLedgerDimension | Finds the BudgetAllowTransferRule records for the specified source ledger dimension. |
| ::saveOnServer | |
| ::validateMemberNameForRule | Determines whether the specified name is valid. |
| ::validateRuleName | Determines whether the specified name is valid. |
Community Additions
ADD
Show: