screen_chooser Table (375)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Screen choosers
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| screen_type | Event id that triggers script. See EventHandlerType enum. | screen_type | ● |
| screen_target | What screen this is a chooser for | Int | |
| ejscript | The CRMscript code for this event handler | Clob | ● |
| description | Optional description of what this script is used for. | String(2047) | ● |
| enabled | Whether this screen chooser is enabled or not | Bool | ● |
| unique_identifier | Global unique identifier, accross customers/tenants | String(64) | |
| registered | Registered when | UtcDateTime | ● |
| registered_associate_id | Registered by whom | FK associate | ● |
| updated | Last updated when | UtcDateTime | ● |
| updated_associate_id | Last updated by whom | FK associate | ● |
| updatedCount | Number of updates made to this record | UShort | |
| ejscript_id | The ejscript row containing the TypeScript for this trigger | FK ejscript | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| screen_target | Int | Index |
| unique_identifier | String(64) | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| ejscript | ejscript |
| extra_tables | This table contains entries for the extra tables in the system. |
Replication Flags
- None
Security Flags
- No access control via user's Role.