A team is a collection of internal users that share the same work allocation arrangements, such as reviewing company registrations or reviewing compliance services.. One team can have zero or more work items allocated to it and can contain zero or more internal users. Being a member of a team does not grant the user any permissions but simply allows them to work on a workflow task that has been allocated to a team they are a member of. A user can be a member of zero or multiple teams.
All teams are stored using the same mechanism as all other data, via service transactions, with a current activated version and previous versions of the data.
The Domain Tree for a Team is as follows:
{
"_id": "<unique_domain_id>",
"name": "User",
"attributes":{
"Name": "Processing team",
"Code": "TM04",
"Avatar": "<identifier_of_avatar_service_transaction>",
"Status": "active",
"Description": "Team 4 Description"
}
}
0

