Quiddity
Quiddity is the "whatness" of a lookup, defining the nature of the lookup and the context in which it is being accessed. This is a critical aspect of the lookup configuration, as it enables lookup logic to be configured depending on the user's current context. Every contextual instance of a lookup has a quiddity associated with it. All quiddity values are case sensitive and operations relying on them must treat them as immutable values.
info
Implementing custom logic based on quiddity is optional, but may be recommended in some specific use cases.
Job
| Quiddity | Description |
|---|---|
| submit-to-job | Submitting a candidate to a Job. Covers all singular instances of submission |
| mass-submit-to-job | Submitting multiple candidates to a Job. Covers all mass instances of submission |
| shift-scheduler-new-shift | Creating a new Shift within the Shift Scheduler |
| shift-scheduler-new-candidate-shift | Creating a new Candidate Shift within the Shift Scheduler |
| log-a-call | Selecting related Job when creating an activity on Search/Match split view |
| new-event | Selecting related Job when creating an activity on Search/Match split view |
| new-task | Selecting related Job when creating an activity on Search/Match split view |
Hotlist
| Quiddity | Description |
|---|---|
| add-to-hotlist | Adding a contact to a Hotlist. Covers all singular instances |
| mass-add-to-hotlist | Adding multiple contacts to a Hotlist. Covers all mass instances |
| add-to-mailing-list | Adding multiple contacts to a Hotlist via the Mailing List Builder |