CustBillOfExchangeEndorsePost Class [AX 2012]
The CustBillOfExchangeEndorsePost class is used to handle the business logic for endorsement bills of exchange.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| closePaymTrans | Creates the entry for reversing payment to vendor. |
| createCustTrans | Create and posts the customer voucher. |
| createLedgerTrans | Creates and posts the ledger voucher. |
| createVendTrans | Creates and posts the vendor voucher. |
| custTrans | Return buffer custTrans for settlement endorsed bills of exchange |
| deleteCustBillOfExchangeJourExtensionJP | Deletes a record in table the CustBillOfExchangeEndorseJour when you reserve a BOE endorsement. |
| endPostTrans | Ends the posting process. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBillOfExchangeSeqNum | Gets a new sequence number for bill of exchange. |
| getCustTransOfBOEDraw | Gets the cust trans generated by drawing BOE. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initPostTrans | Initializes the posting process. |
| insertCustBillOfExchangeJourExtensionJP | Creates a CustBillOfExchangeJourExtensionJP record during the BOE endorsement process. |
| insertCustBillOfExchangeTrans | Creates CustBillOfExchangeTrans records during the BOE endorsement process. |
| new | Initializes a new instance of the CustBillOfExchangeEndorsePost 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.) |
| parmAmountCur | Gets or sets the AmountCur parameter. |
| parmCurrencyCode | Gets or sets the CurrencyCode parameter. |
| parmCustBillOfExchangeJour | Gets or sets the CustBillOfExchangeJour parameter. |
| parmEndorseDate | Gets or sets the EndorseDate parameter. |
| parmEndorseDescription | Gets or sets the EndorseDescription parameter. |
| parmPostingDate | Gets or sets the PostingDate parameter. |
| parmVendAccount | Gets or sets the VendAccount parameter. |
| postingType | Gets the ledger posting type for bills of exchange endorsement process. |
| postTrans | Posts transactions by account type and account number |
| retrieveVendTrans | Gets a VendTrans record by using the BillOfExchangeId value of the BOE endorsed record CustBillOfExchangeJour record. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| status | Gets the BOE status of an exchange endorsement process. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateCustBillOfExchangeJour | Updates a record in the CustBillOfExchangeEndorseJour table when the status of the BOE changes. |
| updateCustBillOfExchangeJourExtensionJP | Updates a record in the CustBillOfExchangeJourExtensionJP table when the status changes for the BOE. |
| updateNow | Executes the business logic for BOE endorsement process. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the BOE endorsement process. |
| vendTrans | Retrieves a VendTrans record for endorsement bills of exchange |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs a new instance of the CustBillOfExchangeEndorsePost class according to the posting type. |
| ::main | Provides an entry point for the CustBillOfExchangeEndorsePost class when it is called from a menu item. |
| ::runOnServer | Executes the business logic on the server. |
Object Class
CustBillOfExchangeEndorsePost Class
CustBillOfExchangeEndorseReverse Class
CustBillOfExchangeEndorseSettle Class
CustBillOfExchangeEndorseVend Class
CustBillOfExchangeEndorsePost Class
CustBillOfExchangeEndorseReverse Class
CustBillOfExchangeEndorseSettle Class
CustBillOfExchangeEndorseVend Class
Community Additions
ADD
Show: