IdeasIdeaTeam
Manages team members authorized to collaborate on specific ideas.
Columns
| Name | Type | Description |
| IdeasIdeaId [KEY] | Long | The unique identifier of the idea associated with this team member. This identifier establishes the relationship between an idea and its assigned team members. |
| UserId | Long | The unique identifier of the user who is a team member for the idea. This identifier is used to link users to idea collaboration efforts. |
| UserName | String | The name of the user assigned as a team member for the idea. This name is typically used in UI displays and reports. |
| CreatedBy | String | The username or identifier of the user who added this team member to the idea. This identifier helps track ownership and changes in team composition. |
| CreationDate | Datetime | The timestamp when the team member was added to the idea. This timestamp is used for auditing and tracking collaboration history. |
| LastUpdatedBy | String | The username or identifier of the last user who modified the team assignment. This identifier is useful for monitoring updates and maintaining accountability. |
| LastUpdateDate | Datetime | The timestamp of the most recent update to the team assignment. This timestamp helps track changes to the idea's collaboration team. |
| Finder | String | The name of the predefined finder query used to retrieve team members dynamically. Finders improve performance in searching for idea contributors. |
| IdeaId | Long | The unique identifier for the idea. This identifier ensures that team members are correctly associated with the corresponding idea. |