TaskList.AssignTask Method
Public Shared Sub AssignTask( _
ByVal task_id As EntityID, _
ByVal assignee_id As EntityID, _
ByVal type As AssignedEntityType, _
ByVal assigner_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
Parameters
- task_id
- EntityID
the type of assignee this is - contact or team role
- assignee_id
- EntityID
who we should assign the item to
- type
- AssignedEntityType
- assigner_id
- EntityID
who is doing the assigning
- db
- IDatabase
the db connection to use