FTOS_IB_SecurityProfilesid
This entity holds the data regarding the security profile of a user. It is used in:
- Automation Script on demand FTOS_IB_AddCurrencyFromBankOnUserXCustomer
- Automation Script on demand FTOS_IB_AddCurrencyOnUserSecurityLimit
- Automation Script on demand FTOS_IB_AddCurrencyOnUserXCustomer
- Automation Script on demand FTOS_IB_InsertUserLimitsProfile
- Automation Script on demand FTOS_IB_UserXCustomer_InsertFromSearch.
| Name | Display Name | Attribute Type | Length | Description |
|---|---|---|---|---|
| FTOS_IB_SecurityProfilesidid | FTOS_IB_SecurityProfilesidid | Pk | N/A | Primary key. |
| SecurityProfile | Security Profile Type | Text | 100 | Primary attribute. |
| userId | User | Lookup | N/A | System attribute. |
| createdByUserId | Created by user | Lookup | N/A | System attribute. |
| modifiedByUserId | Modified by user | Lookup | N/A | System attribute. |
| businessUnitId | Business Unit | Lookup | N/A | System attribute. |
| createdOn | Created On | Date Time | N/A | System attribute. |
| modifiedOn | Modified On | Date Time | N/A | System attribute. |
| entityStatusId | Status | Lookup | N/A | System attribute. |
| onlineTransactionLimit | Online Transaction Limit | Numeric | 2 | The online transaction limit. |
| onlineDailyLimit | Online Daily Limit | Numeric | 2 | The online daily limit. |
| onlineWeeklyLimit | Online Weekly Limit | Numeric | 2 | The online weekly limit. |
| onlineMonthlyLimit | Online Monthly Limit | Numeric | 2 | The online monthly limit. |
| mobileTransactionLimit | Mobile Transaction Limit | Numeric | 2 | The mobile transaction limit. |
| mobileDailyLimit | Mobile Daily Limit | Numeric | 2 | The mobile daily limit. |
| mobileWeeklyLimit | Mobile Weekly Limit | Numeric | 2 | The mobile weekly limit. |
| mobileMonthlyLimit | Mobile Monthly Limit | Numeric | 2 | The mobile monthly limit. |
| currencyId | Currency | Lookup | N/A | The currency for the limits. |
| bankId | Bank | Lookup | N/A | FK to FTOS_IB_Bank. |