CustCreditLimit_SalesParmTable Class [AX 2012]
The CustCreditLimit_SalesParmTable class calculates the value of the current order against the credit limit, using SalesParmTable as a parameter.
| Method | Description | |
|---|---|---|
| addAgreementCondition_RU | Adds the agreement range. (Inherited from CustCreditLimit.) |
| addAmountMST | Adds an amount that was not previously specified to the value of the current sales order. (Inherited from CustCreditLimit.) |
| agreementCheckInit_RU | Initializes internal variables that are associated with the agreement that is used in the credit limit excess calculation. (Inherited from CustCreditLimit.) |
| balance | (Inherited from CustCreditLimit.) |
| balanceAdditional | Adds a previously unspecified value to the Open balance amount. (Inherited from CustCreditLimit.) |
| balanceDelivered | Returns the amount of an outstanding packing slip that has not yet been invoiced. (Overrides the balanceDelivered Method.) |
| balanceEstimate | Returns the total estimated amount for the specific invoice account. (Inherited from CustCreditLimit.) |
| balanceInvoiced | Returns the total amount in the standard currency that is currently open (posted) on the customer. (Inherited from CustCreditLimit.) |
| balanceMarked_RU | (Inherited from CustCreditLimit.) |
| balanceNotInvoiced | Returns the amount of open sales orders, including the delivered, that is packing slip updated, amounts. (Overrides the balanceNotInvoiced Method.) |
| balanceTotals | Returns the balance of the SalesTotals class, if any is specified. (Inherited from CustCreditLimit.) |
| calcCreditAvailable | (Inherited from CustCreditLimit.) |
| calculateBalance | (Inherited from CustCreditLimit.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| check | Performs the actual credit limit excess check. (Inherited from CustCreditLimit.) |
| currency | (Inherited from CustCreditLimit.) |
| custParameters | (Inherited from CustCreditLimit.) |
| custTable | (Inherited from CustCreditLimit.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exchangeRate | (Inherited from CustCreditLimit.) |
| getBalance | Calculates balance tat will be used against the credit limit when the credit check is done. (Inherited from CustCreditLimit.) |
| 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. (Overrides the init Method.) |
| initQuery | (Overrides the initQuery Method.) |
| initQueryOrigOrder | |
| mcrBalanceCredit | Returns the full on-credit balance. (Inherited from CustCreditLimit.) |
| mcrBalanceCreditCard | Calculates the unposted, non-prepay credit card balance. (Inherited from CustCreditLimit.) |
| mcrDisplayMessage | Sets whether or not the error message should be displayed directly from here. (Inherited from CustCreditLimit.) |
| mcrGetErrorMessage | Retuns the error message. (Inherited from CustCreditLimit.) |
| new | (Overrides the new 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. (Inherited from CustCreditLimit.) |
| queryRunOrigOrder | Returns a QueryRun object, based on an original order query. |
| rboTransactionBalance | (Inherited from CustCreditLimit.) |
| salesTotals | Sets or gets an instance of SalesTotals used to calculate the total of the current sales order. (Inherited from CustCreditLimit.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldCheckCreditAvailable | Determines whether to check the available credit for the customer. (Inherited from CustCreditLimit_SalesTable.) |
| showErrorMsg | Shows the error or warning message. (Inherited from CustCreditLimit.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| typeOfCreditMaxCheck | Gets or sets the type of credit maximum check. (Inherited from CustCreditLimit.) |
| 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. (Inherited from CustCreditLimit.) |
| wait | Pauses a process. (Inherited from Object.) |
| warning | Determines the type of message that is being shown. (Inherited from CustCreditLimit.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
This class takes SalesParmTable as a parameter and uses this to calculate the value of the current order against the credit limit. This is necessary because packing slips and invoices can be part of a sales order (that is, partial delivery) or can contain lines from other sales orders (that is, summary updates).
This instance is used when checking credit limit excess when posting packing slips and invoices.
Object Class
CustCreditLimit Class
CustCreditLimit_SalesTable Class
CustCreditLimit_SalesParmTable Class
CustCreditLimit Class
CustCreditLimit_SalesTable Class
CustCreditLimit_SalesParmTable Class
Community Additions
ADD
Show: