BankLCExportType Class [AX 2012]
The BankLCExportType class handles the business logic for the BankLCExport table.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createBankLCExportTable | Creates and inserts a BankLCExport record from the specified SalesTable record. |
| createShipmentLine | Creates and inserts the BankLCExportLine records for the specified letter of credit. |
| createShipmentLines | Creates the BankLCExportLine records for the letter of credit. (Overrides the createShipmentLines Method.) |
| doCreateShipmentLines | Creates the BankLCExportLine records for the letter of credit. |
| doUpdateInvoicePosted | Updates the BankLCExportLine table after the invoice has been posted. |
| doUpdatePackingSlipPosted | Updates the BankLCExportLine record after the packing slip has been posted. |
| doUpdatePaymentPosted | Updates the BankLCExportLine record after a payment is posted. |
| doValidateUpdateInvoice | Indicates whether an invoice related to a letter of credit can be posted. (Inherited from BankLCType.) |
| doValidateUpdatePackingSlip | Indicates whether a packing slip related to a letter of credit can be posted. (Inherited from BankLCType.) |
| doValidateUpdatePayment | Validates that the related payment of a letter of credit can be posted. (Overrides the doValidateUpdatePayment Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInvoiceAmount | Gets the amount of the invoice. (Overrides the getInvoiceAmount Method.) |
| getPackingSlipAmount | Gets the amount of the packing slip. (Overrides the getPackingSlipAmount Method.) |
| getPaymentAmount | Gets the amount of the payment. (Inherited from BankLCType.) |
| 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. (Inherited from BankLCType.) |
| loadBankLCInfo | Loads the BankLCInfo record that is related to this letter of credit. (Inherited from BankLCType.) |
| new | Initializes a new instance of the BankLCExportType class. (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.) |
| parmBankLC | Gets or sets the BankLC parameter. (Inherited from BankLCType.) |
| parmBankLCExport | Gets or sets the BankLCExport parameter. |
| parmBankLCInfo | Gets or sets the BankLCInfo parameter. (Inherited from BankLCType.) |
| parmBankLCRecId | Gets or sets the BankLCRecId parameter. (Inherited from BankLCType.) |
| reLoadBankLC | Reloads the BankLC record. (Inherited from BankLCType.) |
| reLoadBankLCInfo | Reloads the BankLCInfo record (Inherited from BankLCType.) |
| 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 BankLCExportLine record after the invoice has been posted. (Overrides the updateInvoicePosted Method.) |
| updatePackingSlipPosted | Updates the BankLCExportLine record after the packing slip has been posted. (Overrides the updatePackingSlipPosted Method.) |
| updatePaymentPosted | Updates the BankLCExportLine record after the payment is posted. (Overrides the updatePaymentPosted Method.) |
| updateShipmentStatus | Updates the BankLCExportLine record status. |
| 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. (Inherited from BankLCType.) |
| validateLCAmountWithOrder | Validates whether the amount of the Letter of Credit equals the amount of the order. (Inherited from BankLCType.) |
| validateLineFieldsWhenConfirm | Indicates whether the fields of the BankLCLine record are valid for confirmation. (Inherited from BankLCType.) |
| validateLinesWhenConfirm | Indicates whether the BankLCExportLine records are valid for letter of credit confirmation. (Overrides the validateLinesWhenConfirm Method.) |
| validateTableFieldsWhenConfirm | Indicates whether the fields of the BankLC table are valid for confirmation. (Inherited from BankLCType.) |
| validateUpdateInvoice | Indicates whether the letter of credit-related invoice is valid for posting. (Overrides the validateUpdateInvoice Method.) |
| validateUpdatePackingSlip | Indicates whether the letter of credit-related packing slip is valid. (Overrides the validateUpdatePackingSlip Method.) |
| validateUpdatePayment | Validates that the related payment of a letter of credit can be posted. (Overrides the validateUpdatePayment Method.) |
| validateUpdateTrans | Validates whether the specified invoice or packing slip can be posted. (Inherited from BankLCType.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::canIssueLC | Indicates whether the export letter of credit can be issued. |
| ::construct | Constructs an instance of the BankLCExportType class by using the letter of credit specified by a record ID. |
| ::constructByBankLCExport | Constructs an instance of the BankLCExportType class by using the specified letter of credit record. |
| ::constructBySalesId | Constructs an instance of the BankLCExportType class by using a sales ID. |
| ::createBankLCExport | Creates and inserts a new BankLCExport record for the sales order. |
| ::createShipmentLinesOnServer | Forces the BankLCExportLine records to be created on the server. |
| ::updateInvoicePostedOnServer | Forces the update to be done on server. |
| ::updatePackingSlipPostedOnServer | Forces the update to be done on server. |
| ::updatePaymentPostedOnServer | Forces an update to be performed on the server. |
| ::validateDocuments | Indicates whether the required information for the letter of credit is attached correctly with the packing slip or invoices. |
| ::validateUpdateInvoiceOnServer | Forces the validation to be done on server. |
| ::validateUpdatePackingSlipOnServer | Forces the validation to be done on server. |
| ::validateUpdatePaymentOnServer | Forces the validation to be performed on the server. |
Community Additions
ADD
Show: