CustCreditLimit Class [AX 2012]
The CustCreditLimit class manages the credit limit excess calculation.
| Method | Description | |
|---|---|---|
| addAgreementCondition_RU | Adds the agreement range. |
| addAmountMST | Adds an amount that was not previously specified to the value of the current sales order. |
| agreementCheckInit_RU | Initializes internal variables that are associated with the agreement that is used in the credit limit excess calculation. |
| balance | |
| balanceAdditional | Adds a previously unspecified value to the Open balance amount. |
| balanceDelivered | Returns the amount of an outstanding packing slip that has not yet been invoiced. |
| balanceEstimate | Returns the total estimated amount for the specific invoice account. |
| balanceInvoiced | Returns the total amount in the standard currency that is currently open (posted) on the customer. |
| balanceMarked_RU | |
| balanceNotInvoiced | Returns the amount of open sales orders including the delivered (packing slip updated) amounts. |
| balanceTotals | Returns the balance of the SalesTotals class, if any is specified. |
| calcCreditAvailable | |
| calculateBalance | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| check | Performs the actual credit limit excess check. |
| currency | |
| custParameters | |
| custTable | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exchangeRate | |
| getBalance | Calculates balance tat will be used against the credit limit when the credit check is done. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the variables of the class. |
| initQuery | |
| isStdCurrency | |
| mcrBalanceCredit | Returns the full on-credit balance. |
| mcrBalanceCreditCard | Calculates the unposted, non-prepay credit card balance. |
| mcrDisplayMessage | Sets whether or not the error message should be displayed directly from here. |
| mcrGetErrorMessage | Retuns the error message. |
| new | Sets default values and runs the init() method. |
| 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.) |
| parmCheckAgreementLimit_RU | Gets or sets the CheckAgreementLimit_RU parameter. |
| rboTransactionBalance | |
| salesTotals | Sets or gets an instance of SalesTotals used to calculate the total of the current sales order. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldCheckCreditAvailable | Determines whether to check the available credit for the customer. |
| showErrorMsg | Shows the error or warning message. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| typeOfCreditMaxCheck | Gets or sets the type of credit maximum check. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| useEstimated | Determines whether the estimated total field for sales orders for the current customer has been calculated. |
| wait | Pauses a process. (Inherited from Object.) |
| warning | Determines the type of message that is being shown. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Returns an instance of CustCreditLimit based on the parameter that is passed. |
| ::main | Provides an entry point for the CustCreditLimit class when it is called from a menu item. |
Community Additions
ADD
Show: