BankLCType Class [AX 2012]
The BankLCType class is the business class of the BankLC table.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createShipmentLines | Creates the BankLCLine records for a letter of credit. |
| doValidateUpdateInvoice | Indicates whether an invoice related to a letter of credit can be posted. |
| doValidateUpdatePackingSlip | Indicates whether a packing slip related to a letter of credit can be posted. |
| doValidateUpdatePayment | Validates that a payment that is related to the Letter of Credit is valid to post. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInvoiceAmount | Gets the amount of the invoice. |
| getPackingSlipAmount | Gets the amount of the packing slip. |
| getPaymentAmount | Gets the amount of the payment. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isDataLoaded | Indicates whether the letter of credit record buffer is loaded. |
| loadBankLCInfo | Loads the BankLCInfo record that is related to this letter of credit. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmBankLC | Gets or sets the BankLC parameter. |
| parmBankLCInfo | Gets or sets the BankLCInfo parameter. |
| parmBankLCRecId | Gets or sets the BankLCRecId parameter. |
| reLoadBankLC | Reloads the BankLC record. |
| reLoadBankLCInfo | Reloads the BankLCInfo record |
| 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.) |
| updateInvoicePosted | Updates the BankLCLine record after the invoice has been posted. |
| updatePackingSlipPosted | Updates the BankLCLine record after the packing slip has been posted. |
| updatePaymentPosted | Updates the BankLCLine record after the payment is posted. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateConfirmation | Indicates whether a Letter of Credit can be confirmed. |
| validateLCAmountWithOrder | Validates whether the amount of the Letter of Credit equals the amount of the order. |
| validateLineFieldsWhenConfirm | Indicates whether the fields of the BankLCLine record are valid for confirmation. |
| validateLinesWhenConfirm | Indicates whether the BankLCLine lines are valid for confirmation. |
| validateTableFieldsWhenConfirm | Indicates whether the fields of the BankLC table are valid for confirmation. |
| validateUpdateInvoice | Indicates whether the invoice related to the Letter of Credit can be posted. |
| validateUpdatePackingSlip | Indicates whether the packing slip related to the letter of credit can be posted. |
| validateUpdatePayment | Validates that the payment related to the Letter of Credit is valid to post. |
| validateUpdateTrans | Validates whether the specified invoice or packing slip can be posted. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::constructByLedgerJournalTrans | Constructs the instance of the BankLCType class by the LedgerJournalTrans table. |
Community Additions
ADD
Show: