CollaborationInvitation
Manages invitations sent to external users to join Salesforce Chatter groups.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the collaboration invitation record. | |
| ParentId | String | True |
ID of the parent record associated with the invitation, such as a collaboration group. | |
| SharedEntityId | String | False |
ID of the entity being shared with the invited user, such as a file or group. | |
| InviterId | String | True |
User.Id |
ID of the user who sent the collaboration invitation. |
| InvitedUserEmail | String | False |
Email address of the user being invited to collaborate. | |
| InvitedUserEmailNormalized | String | True |
Normalized version of the invited user's email address for consistency in matching. | |
| Status | String | True |
Current status of the invitation, such as Sent, Accepted, or Expired. | |
| OptionalMessage | String | False |
Optional message included with the invitation, usually from the inviter. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the collaboration invitation. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the invitation record. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Timestamp for the most recent system update to the invitation record. | |
| LastModifiedDate | Datetime | True |
Date and time when the invitation record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the collaboration invitation was created. |