CX_BANK_ACCOUNT 
Class hierarchy
- CX_CLASS
- CX_SIMPLE
- CX_TERMED
- CX_EXPANDABLE
- CX_ACCESS
- CX_MONEY_ACCESS
- CX_BANK_ACCOUNT
- CX_MONEY_ACCESS
- CX_ACCESS
- CX_EXPANDABLE
- CX_TERMED
- CX_SIMPLE
Description (Business Pattern)
A bank connection establishes the link to a partner object or to a bank account.
Code example:
Var(tmp, partner) CreatePersObject(CX_CORPORATION) -> partner // or any other CX_LEGAL_PERSON CreatePersObject(CX_BANK_ACCOUNT) -> tmp tmp partner Insert(access, objects) // Mit Zugriff auf einige feste Datenfelder: Header(bankAccessHeader, 8, 10, 551, 7, bankAccess) { Prompt(bankCode, 4, 0, T("BLZ", "Bank code")) Prompt(accountNumber, 100, 0, T("Konto", "Account")) Prompt(bankName, 200, 0, T("Bank", "Bank")) } ObjectList(CX_LEGAL_PERSON::access~bankAccess, ENTIRE, AUTO_POSITION, HELP("#bank"), 8, 17, 551, 17) [ INITIALIZE : "objects" BackRefName "CX_BANK_ACCOUNT::bankCode" SetFormat "CX_BANK_ACCOUNT::accountNumber" SetFormat "CX_BANK_ACCOUNT::bankName" SetFormat ]
Function | MA* | Parameters | Return | Brief description |
---|---|---|---|---|
SanityCheck | INTEGER | Check for consistency of the object | ||
Access | STRING, INTEGER | OBJECT | Returns an object of the desired type, if available | |
ClassFilter | STRING, INTEGER | OBJECT | This object, if it corresponds to a certain class | |
ConditionedFilter | STRING | OBJECT | ||
ConditionedFilter2 | OBJECT | OBJECT | ||
Deleted | INTEGER | Object marked as deleted? | ||
Description | STRING | Name of this object | ||
GetDomain | INTEGER | Domain of this object | ||
GetSiblings | COLLECTION | All siblings of this object | ||
GetSiblings2 | COLLECTION | All siblings of this object | ||
GetSlotEntries | VECTOR<object> | Return of internal information about slots | ||
LastUpdate | OBJECT | Date of the last write access | ||
LastUser | INTEGER | User who last had write access to the object | ||
link | OBJECT | Add this object to the list of objects with validity | ||
NextValidObject | OBJECT | Subsequent validity object in time | ||
PreviousValidObject | OBJECT | Previous validity object in time | ||
RestrictedValidity | * | Area of validity limited? | ||
SetDomain | INTEGER, INTEGER | Set domain | ||
ShortName | STRING | Short name of this object | ||
Siblings | * | Objects with validity | ||
SpanDateValidity | * | Period of validity | ||
string | INTEGER | CX_STRING | Returns the string representation of the object | |
UniqueID | STRING | Content of the fixed data field "uniqueID | ||
Unlink | Remove this object from the list of objects with validity | |||
Unlink2 | Remove this object from the list of objects with validity | |||
Valid | OBJECT | INTEGER | Check validity | |
ValidSince | OBJECT | Start of validity period | ||
ValidToday | INTEGER | Valid today? | ||
ValidUntil | OBJECT | End of validity period | ||
VerifySiblings | INTEGER | Check ring of exchange objects |
* MA = Member Access function,
grey background = inherited function
Data field | Type | Reference class | I* | Brief description |
---|---|---|---|---|
accountHolder | STRING | Account holder | ||
accountNumber | STRING | Account number | ||
bankCode | STRING | Bank code | ||
bankName | STRING | Banking institution | ||
swiftCode | STRING | S.W.I.F.T. code | ||
deposit | REL_1M | CX_DEPOSIT | Reference to a financial accounting account | |
moneyAccessEnum | ENUMSHORT | Type of (bank) connection | ||
objects | REL_MN | CX_EXPANDABLE | Partner (CX_PARTNER) or things (CX_ITEM) | |
uniqueID | STRING | * | Unique key | |
validity | POINTER | CX_VALIDITY | Validity period of the object |
* I = Indexable data field,
grey background = inherited data field
Module | Brief description |
---|---|
bankaedt.mod | Bank details module |
custoedt.mod | Customer editing module |
repreedt.mod | Representative editing module |