📚 SAP Business One SDK Help

Banks Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new record of banks table.
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 the current record.
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 AbsoluteEntryReturns the identification key of the bank as assigned by the system when adding a new entry.

Field name: AbsoluteEntry.

Public Property AccountforOutgoingChecksReturns the bank account number for outgoing checks.

Field name: DfltAcct.

Length: 50 characters.

Public Property BankCodeSets or returns the bank code.

Field name: BankCode.

Mandatory property.

Length: 30 characters.

Public Property BankNameSets or returns bank name.

Field name: BankName.

Length: 32 characters.

Public Property BranchforOutgoingChecksReturns the bank branch for outgoing checks.

Field name: DfltBranch.

Length: 50 characters.

Public Property BrowserReturns the DataBrowser object.
Public Property CountryCodeSets or returns the country code of the bank (for example: DE).

Field name: CountryCod.

Length: 3 characters.

Mandatory property.

Public Property DefaultBankAccountKeySets or returns the identification key of the default house bank account.

Field name: DfltActKey.

This is a foreign key to the HouseBankAccounts object.

Public Property DigitalPaymentsproperty DigitalPayments
Public Property IBANSets or returns the International Bank Account Number (IBAN).

Field name: IBAN.

Length: 50 characters.

Public Property NextCheckNumberReturns the number of the next check for payment as specified in the NextCheckNo property of the HouseBankAccounts object.

Field name: NextNum.

Public Property PostOfficeDetermines whether or not the bank is also a post office.

Field name: PostOffice.

Public Property SwiftNoSets or returns the swift number for international payments by wire transfer.

Field name: SwiftNum.

Length: 50 characters.

Public Property UserFieldsReturns the UserFields object.

See Also