BankLCImportChargeTransType_SA Class [AX 2012]
The BankLCImportChargeTransType_SA class handles the bank charges for various transaction types.
| Method | Description | |
|---|---|---|
| allocateMarkupTransToPurch | Allocates the markup transaction to the purchase table header. |
| allocateTransaction | Allocates the transaction to the bank letter of credit lines. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createTransAllocation | Creates a miscellaneous charge allocation transaction in the BankLCImportChargeAllocation_SA table. |
| doAllocateMarkupTransToPurch | Allocates the markup transaction to the purchase table. |
| doAllocateTransactions | Allocates the bank letter of credit charge to lines. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAmount | Gets the amount of the transaction. (Inherited from BankLCImportTransType.) |
| getNumberOfShipmentsToAllocate | Gets the number of shipments to be allocated. (Inherited from BankLCImportTransType.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isAllocateTransactionAllowed | Indicates whether a bank letter of credit import line is allowed to allocate transactions. (Inherited from BankLCImportTransType.) |
| new | Initializes a new instance of the BankLCImportChargeTransType_SA 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.) |
| parmBankLCImportChargeRecId | Gets or sets the BankLCImportChargeRecId parameter. |
| parmBankLCImportRecId | Gets or sets the BankLCImportRecId parameter. (Overrides the parmBankLCImportRecId Method.) |
| parmLedgerJournalTrans | Gets or sets the LedgerJournalTrans parameter. (Inherited from BankLCImportTransType.) |
| postedActions | Does the actions after the journal has been posted. (Overrides the postedActions Method.) |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateLedgerPosting | Checks if the transaction will be posted. (Overrides the validateLedgerPosting Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::allocateChargeTransToPurchOnServer | Allocates the charge transactions to the purchase table on the server side. |
| ::allocateTransactionOnServer | Allocates the transactions on the server side. |
| ::construct | Initializes a new instance of the BankLCImportChargeTransType_SA class. |
| ::constructFromBankLCImport | Constructs an instance of the BankLCImportMarginTransType class. |
| ::constructFromBankLCImportCharge | Constructs an instance of the BankLCImportChargeTransType_SA class. |
| ::getDefaultChargeAccount | Gets the default margin account from bank posting profile. |
| ::setDefaultAccounts | Sets the default ledger and offset dimension account. |
Community Additions
ADD
Show: