CustOpenTransLineManager Class [AX 2012]
The CustOpenTransLineManager class is used to interact with records in the CustTransMarkedOpenLine table.
| Method | Description | |
|---|---|---|
| addToMarkedTotal | Adds the marked amount for the specified open line. |
| allowCashDisc | Determines whether the discount is applicable. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCashDiscAmount | Gets the cash discount amount on the marked invoice line. |
| getCashDiscForTrans | Calculates the total cash discount amount applicable for the transaction. |
| getLineDescription | Gets the description of the invoice line. |
| getMarkedTotal | Gets the total marked line amount. |
| getOrigLineAmount | Gets the original invoice line amount based on the EntityType field of the CustInvoiceLineIdRef record. |
| getSettleLineAmount | Gets the amount of the pending settlement for the specified open transaction line. |
| getSettleLineAmountToTake | Calculates the line amount to settle. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotalCashDiscAmount | Gets the discount amount on the invoice. |
| getTotalLineCashDiscAmount | Gets the total cash discount line amount for the specified SpecTrans record. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initForExistingTrans | Performs initialization for existing pending settlement lines. |
| initMarkedTotal | Resets the marked total amount. |
| isFullySettled | Determines whether all lines are marked for the full amount. |
| isTransMarkedLine | Determines whether the line is marked. |
| markedSpecTransLine | Marks the invoice line. |
| markLine | Marks the specified open transaction line for settlement to the customer payment. |
| new | Initializes a new instance of the CustOpenTransLineManager 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.) |
| parmCashDiscAmountToTake | Gets or sets the CashDiscAmountToTake parameter. |
| parmCustTransCashDiscAmount | Gets or sets the CustTransCashDiscAmount parameter. |
| removeFromMarkedTotal | Subtracts the marked amount for the specified open line. |
| resetMarkedTotal | Resets the total line amount. |
| 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.) |
| unMarkLine | Unmarks the specified open transaction line for settlement to the customer payment. |
| updateCashDiscountOnLines | Distributes the cash discount amount applicable on each invoice line. |
| updateSettlementLineAmount | Updates the settlement amount of the line. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::calculateTotalAmountOfCustOpenTransLine | Calculates total amount of the CustOpenTransLine record. |
| ::construct | Initializes a new instance of the CustOpenTransLineManager class. |
| ::getDiscPercent | Calculates the discount percentage that is applicable on the CustTransOpen record. |
| ::getTotalSettledAmount | Gets the total settled line amount. |
| ::setMarkInvoiceButton | Sets the mark invoice line button. |
Community Additions
ADD
Show: