Assign
Assigns a record to a specified user or team. The Table parameter specifies the entity type, and the AssigneeType parameter accepts either 'User' or 'Team'.
Stored Procedure-Specific Information
To execute this procedure, enter:EXEC Assign Table = 'Account', Id = '00000000-0000-0000-0000-000000000001', AssigneeType = 'User', AssigneeId = '00000000-0000-0000-0000-000000000002'
Input
| Name | Type | Description |
| Table | String | The table that has the item being assigned. |
| Id | String | The GUID of the item that is being assigned. |
| AssigneeType | String | The type of the assignee. Accepted types are User or Team.
The allowed values are User, Team. |
| AssigneeID | String | The GUID of the assignee. |
Result Set Columns
| Name | Type | Description |
| Success | String | This field is true if the object was assigned to the new assignee, false otherwise. |