About Bank Details
Scope:
crmWho can perform methods: any user
Bank details are a strict sequence of numbers required for conducting operations with a bank account. They can be used to send a cashless payment or deposit money into the account through the cashier.
The mandatory bank details include:
- account number
- correspondent account number
- bank identification code (BIC) and full name of the bank
In CRM, bank details are linked to the universal details object. Multiple bank details can be associated with a single detail.
Fields of Bank Details
|
Name |
Description |
Read |
Write |
Required |
Immutable |
|
ID |
Identifier of the bank detail. Created automatically and unique within the account |
Yes |
No |
No |
No |
|
ENTITY_ID |
Identifier of the parent object. Currently, it can only be the identifier of the detail. Identifiers of details can be obtained using the method |
Yes |
Yes |
Yes |
Yes |
|
COUNTRY_ID |
Identifier of the country corresponding to the set of bank detail fields (see method crm.requisite.preset.countries for available values). The country code of the bank detail matches the country code in the linked detail template, the identifier of which is specified in the |
Yes |
Yes |
No |
No |
|
DATE_CREATE |
Creation date |
Yes |
No |
No |
No |
|
DATE_MODIFY |
Modification date |
Yes |
No |
No |
No |
|
CREATED_BY_ID |
Identifier of the user who created the detail |
Yes |
No |
No |
No |
|
MODIFY_BY_ID |
Identifier of the user who modified the detail |
Yes |
No |
No |
No |
|
NAME* |
Name of the bank detail |
Yes |
Yes |
No |
No |
|
CODE |
Symbolic code of the detail |
Yes |
Yes |
No |
No |
|
XML_ID |
External key. Used for exchange operations. Identifier of the object in the external information base. The purpose of the field may change by the final developer. Each application ensures the uniqueness of values in this field. It is recommended to use a unique prefix to avoid collisions with other applications |
Yes |
Yes |
No |
No |
|
ACTIVE |
Activity status. Values Currently, the field does not actually affect anything |
Yes |
Yes |
No |
No |
|
SORT |
Sorting |
Yes |
Yes |
No |
No |
|
RQ_BANK_NAME |
Name of the bank |
Yes |
Yes |
No |
No |
|
RQ_BANK_ADDR |
Address of the bank |
Yes |
Yes |
No |
No |
|
RQ_BANK_CODE |
Bank Code (for country BR) |
Yes |
Yes |
No |
No |
|
RQ_BANK_ROUTE_NUM |
Bank Routing Number |
Yes |
Yes |
No |
No |
|
RQ_BIK |
BIC |
Yes |
Yes |
No |
No |
|
RQ_CODEB |
Code Banque (for country FR) |
Yes |
Yes |
No |
No |
|
RQ_CODEG |
Code Guichet (for country FR) |
Yes |
Yes |
No |
No |
|
RQ_RIB |
Clé RIB (for country FR) |
Yes |
Yes |
No |
No |
|
RQ_MFO |
MFO |
Yes |
Yes |
No |
No |
|
RQ_ACC_NAME |
Bank Account Holder Name |
Yes |
Yes |
No |
No |
|
RQ_ACC_NUM |
Bank Account Number |
Yes |
Yes |
No |
No |
|
RQ_ACC_TYPE |
Tipo da conta (for country BR) |
Yes |
Yes |
No |
No |
|
RQ_AGENCY_NAME |
Agência (for country BR) |
Yes |
Yes |
No |
No |
|
RQ_IIK |
IIK |
Yes |
Yes |
No |
No |
|
RQ_ACC_CURRENCY |
Currency of the account |
Yes |
Yes |
No |
No |
|
RQ_COR_ACC_NUM |
Correspondent account |
Yes |
Yes |
No |
No |
|
RQ_IBAN |
IBAN |
Yes |
Yes |
No |
No |
|
RQ_SWIFT |
SWIFT |
Yes |
Yes |
No |
No |
|
RQ_BIC |
BIC |
Yes |
Yes |
No |
No |
|
COMMENTS |
Comment |
Yes |
Yes |
No |
No |
|
ORIGINATOR_ID |
Identifier of the external information base. The purpose of the field may change by the final developer |
Yes |
Yes |
No |
No |
Overview of Methods
|
Method |
Description |
|
Creates a new bank detail |
|
|
Modifies an existing bank detail |
|
|
Returns the bank detail by identifier |
|
|
Returns a list of bank details by filter |
|
|
Deletes a bank detail |
|
|
Returns a formal description of bank detail fields |