External Team Role
Description
An ExternalTeamRole node is a categorical variable that describes possible non-UTA ("external") professional relationships to a client.
External team roles include:
| Role | Notes |
|---|---|
| Personal Manager | The client's personal manager |
| Business Manager | The client's business manager |
| Attorney | The client's attorney (can be individual or firm, or both) |
| Publicist | The client's publicist |
| Notices Contact | The person that should recieve official legal notices from UTA |
Assume we first define the allowed external team roles -- these should be created when the database is seeded for first use:
Label
:ExternalTeamRole
Properties
| Property | Description | Type |
|---|---|---|
| id | A unique identifier for this JobRole node | string (uuid) |
| name | The name of the external team role | string |
| createdBy | the person or process that created the node | string |
| createdDate | dateTime | |
| modifiedBy | the person or process who last modified the node | string |
| modifiedDate | dateTime |
Key
id
Relationships
The ALLOWED_EXTERNAL_TEAM_ROLE relationship connects the :Role to the :ExternalTeamRole nodes.