Add | Adds a record to the object table in SAP Business One company database. |
 GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
 GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
 SaveToFile | Save the object to a file as XML data. |
 SaveXML | Saves the object data to XML formatted data. |
 BankPages | Returns the BillOfExchangeTrans_BankPages object. |
 BOETransactionkey | Returns the unique ID of the bill-of-exchange transaction (primary key). SAP Business One assigns a sequential number when adding a bill-of-exchange transaction.
Field name: AbsEntry. |
 Browser | returns the DataBrowser object. |
 Deposits | Returns the BillOfExchangeTrans_Deposits object. |
 IsBoeReconciled | Sets or returns a valid value of BoYesNoEnum type that specifies whether or not the Bill Of Exchange is reconciled.
Field name: Reconciled. |
 Lines | Returns the BillOfExchangeTransaction_Lines object. |
 PostingDate | Sets or returns the posting date of the Bill Of Exchange transaction. Field name: PostDate. |
 StatusFrom | Sets or returns a valid value of BoBOTFromStatus type that specifies the current status of the Bill Of Exchange.
Mandatory field is SAP Business One. Field name: StatusFrom. |
 StatusTo | Sets or returns a valid value of BoBOTToStatus type that specifies the required status of the Bill Of Exchange.
Mandatory field is SAP Business One. Field name: StatusTo. |
 TaxDate | Sets or returns the date for the tax calculation or payment. Field name: TaxDate. |
 TransactionDate | Sets or returns the transaction date.
Field name: TranDate. |
 TransactionNumber | Returns the transaction code that SAP Business One creates for the Bill Of Exchange.
Field name: TransId. This is a foreign key to the JournalEntries object. |
 TransactionTime | Returns the transaction time.
Field name: TranTime. |
 UserFields | Returns the UserFields object. |
Â
Â