TaskMenu Table (465)
List items to merge into menuesFields
| Name | Description | Type | Nullable |
|---|---|---|---|
| taskmenu_id | Primary key | PK | No |
| name | The list item | String(239) | No |
| rank | Rank order | UShort | Yes |
| tooltip | Tooltip or other description | String(254) | Yes |
| deleted | 0 -> record is active 1 -> record is βdeletedβ and should not be shown in lists | UShort | Yes |
| tableName | The name of entity that this task item can be used at | String(256) | Yes |
| area | Can be Task or other that can identify which menu recipe to merge the item into | String(256) | Yes |
| urlOrSoprotocol | The url or soprotocol | String(1024) | Yes |
| taskType | Type of task item Url, SoProtocol or CRMScript. | Enum TaskListItemType | Yes |
| crmScript_id | The CRMScript or Macro which will be run task item is selected. | FK ejscript | Yes |
| showInClient | Show task list item in which clients (web, mobile) | Enum ShowTaskItemInClient | Yes |
| archiveBehaviour | None, rightclick on, multiselect | Enum ArchiveBehaviour | Yes |
| registered | Registered when | UtcDateTime | No |
| registered_associate_id | Registered by whom | FK associate | No |
| updated | Last updated when | UtcDateTime | No |
| updated_associate_id | Last updated by whom | FK associate | No |
| updatedCount | Number of updates made to this record | UShort | No |
| encoding | Encoding for url | Enum UrlEncoding | Yes |

Indexes
| Fields | Types | Description |
|---|---|---|
| name | String(239) | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| ejscript | ejscript |
| TaskMenuGroupLink | User group link table for TaskMenu, for MDO item hiding |
| TaskMenuHeadingLink | Heading link table for TaskMenu, for MDO headers |
Replication Flags
- None
Security Flags
- No access control via userβs Role.