📚 SAP Business One SDK Help

BillOfExchangeTransaction Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.

Public Properties

Public Property BankPagesReturns the BillOfExchangeTrans_BankPages object.
Public Property BOETransactionkeyReturns 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.

Public Property Browserreturns the DataBrowser object.
Public Property DepositsReturns the BillOfExchangeTrans_Deposits object.
Public Property IsBoeReconciledSets or returns a valid value of BoYesNoEnum type that specifies whether or not the Bill Of Exchange is reconciled.

Field name: Reconciled.

Public Property LinesReturns the BillOfExchangeTransaction_Lines object.
Public Property PostingDateSets or returns the posting date of the Bill Of Exchange transaction. Field name: PostDate.
Public Property StatusFromSets 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.

Public Property StatusToSets 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.

Public Property TaxDateSets or returns the date for the tax calculation or payment.

Field name: TaxDate.

Public Property TransactionDateSets or returns the transaction date.

Field name: TranDate.

Public Property TransactionNumberReturns 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.

Public Property TransactionTimeReturns the transaction time.

Field name: TranTime.

Public Property UserFieldsReturns the UserFields object.

See Also