BankAccountUserRules
BankAccountUserRules
Columns
| Name | Type | Description |
| CountrySpecificUIRuleId [KEY] | Long | Unique identifier of the country specific UI rule. |
| CountryCode | String | Bank account country code. |
| BankAccountFieldName | String | Name of the bank account field. |
| DisplayFlag | Bool | Indicates whether the bank account field requires to be displayed. |
| LabelCode | String | Display label code defined in the lookups. |
| BankAccountFieldLabel | String | Display label of the bank account field. |
| RequiredFlag | Bool | Indicates whether the bank account field is required to be entered. |
| ObjectVersionNumber | Int | Used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
| CreationDate | Datetime | Date when the row was created. |
| CreatedBy | String | User who created the row. |
| LastUpdateDate | Datetime | Date when the row was last updated. |
| LastUpdatedBy | String | User who last updated the row. |
| LastUpdateLogin | String | Session login associated with the user who last updated the row. |
| PageName | String | Page name of the source product invoking the resource. Valid values are Expenses, FUSE, PROF, and so on. |
| SeededFlag | Bool | Indicates whether the data is predefined. |
| SeedDataSource | String | Source of the predefined data. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Finder | String | finder |