Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Team removeTeam

From Catglobe Wiki
Revision as of 02:13, 22 June 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Team_Functions {{HelpFiles}} = Team_removeTeam = Remove a Team out of a resource (On GUI, the Team is under Team tab of resource) == Syntax == Team_removeTea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Team_removeTeam

Remove a Team out of a resource (On GUI, the Team is under Team tab of resource)

Syntax

Team_removeTeam(resourceId, teamTypeId, groupResourceId);

Arguments

number resourceId: is ResourceId of resource contain the Team you want to remove

number teamTypeId: is Id of Team Type that the Team belong to (on GUI, the Team Type at Administration/HR/Team types)

number groupResourceId: is ResourceId of group that belong to the Team

Return type

empty

Example

number resourceId = 15562383;
number teamTypeId = 1;
number groupResourceId = 15567436;
Team_removeTeam(resourceId, teamTypeId, groupResourceId);