📚 SAP Business One SDK Help

BankPages 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 RemoveDeletes a record from the object table.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property AccountCodeSets or returns the G/L account code of the business partner as defined in Chart of Accounts. Field name: AcctCode.

Mandatory property.

Length: 15 characters.

Public Property AccountNameReturns the G/L account name of the business partner as defined in Chart of Accounts.

Field name: AcctName.

Length: 100 characters.

Public Property BankMatchReturns the status indicating whether or not the amount in the line of the bank statement is reconciled with amount in the line of the G/L account or business partner account.

Field name: BankMatch.

Public Property BICSwiftCode

The BIC/SWIFT code of the business partner bank account as defined in the Business Partner Bank Accounts – Setup window. Field name: BPswift.

Length: 50 characters.

Public Property BrowserReturns the DataBrowser object.
Public Property CardCodeSets or returns the business partner identification number in SAP Business One.

Field name: CardCode.

Length: 15 characters.

Public Property CardNameSets or returns the name of the existing business partner.

Field name: CardName.

Length: 100 characters.

Public Property CreditAmountSets or returns the amount in foreign currency to credit the account.

Field name: CredAmnt.

Mandatory field in SAP Business One, if the amount is to credit the account.

Public Property DataSourceNot supported.
Public Property DebitAmountSets or returns the amount in foreign currency to debit the account.

Field name: DebAmount.

Mandatory field in SAP Business One, if the amount is to debit the account.

Public Property DocNumberTypeSets or returns a boolean value that specifies the document type for identifying an invoice document.

Field name: DocNumType.

Public Property DueDateSets or returns the due date in a bank statement row. Field name: DueDate.
Public Property ExternalCodeSets or returns the external code.

Field name: ExternCode.

Length: 30 characters.

Public Property InvoiceNumberSets or returns the number of the invoice for payment. From release 2004, use the InvoiceNumberEx property, which is a string, instead of this property.

Field name: DocNum.

Length: 27 characters.

Public Property InvoiceNumberExSets or returns a string that specifies the number of the invoice for payment.

Field name: ExternCode.

Length: 30 characters.

Public Property MemoSets or returns the details of a line in the bank statement.

Field name: Memo.

Length: 255 characters.

Public Property PaymentCreatedSets or returns a valid value of BoYesNoEnum type that specifies whether or not the payment was created. Field name: PaymCreat.
Public Property PaymentReferenceSets or returns the payment reference that authorizes the payment process (according to the legal requirements).

Field name: PaymentRef.

Length: 27 characters.

Public Property ReferenceSets or returns the reference number in the bank statement row.

Length: 8 characters.

Field name: PaymentRef.

Public Property SequenceReturns the sequential number used, together with AccountCode, for identifying  the bank account. Field name: Sequence.
Public Property StatementNumberSets or returns the number of the bank statement. Field name: IdNumber.
Public Property UserFieldsReturns the UserFields object.
Public Property UserSignatureReturns the ID of the user who enters the bank statement.

Field name: UserSign.

This is a foreign key to the Users  object.

Public Property VisualOrderSets or returns the appearance order of the bank statement line.

Field name: VisOrder.

See Also