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 | 割り当てるアイテムがあるテーブル。 |
| Id | String | 割り当てるアイテムのGUID。 |
| AssigneeType | String | 割当先のユーザーのタイプ。受け付けられるタイプはUserまたはTeamです。
使用できる値は次のとおりです。User, Team |
| AssigneeID | String | 割当先ユーザーのGUID。 |
Result Set Columns
| Name | Type | Description |
| Success | String | このフィールドは、オブジェクトが新しい割当先ユーザーに割り当てられた場合はtrue、そうでない場合はfalseです。 |