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

Team getByResourceId: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Team_Functions {{HelpFiles}} = Team_getTeamByResourceId = Get an existed Team (On GUI, Team is under Team tab of resource) Resource Type may contain Team: Pro..."
 
Nguyenduyan (talk | contribs)
Replaced content with "Category:Archive"
 
Line 1: Line 1:
[[Category:Team_Functions]]
[[Category:Archive]]
{{HelpFiles}}
 
= Team_getTeamByResourceId =
 
Get an existed Team (On GUI, Team is under Team tab of resource)
 
Resource Type may contain Team: Projects, Folders, Users, Groups, Reports, Monitor
 
== Syntax ==
 
Team_getTeamByResourceId(resourceId, teamTypeId, groupResourceId);
 
== Arguments ==
 
number ''resourceId'': is ResourceId of resource that you want to get Team
 
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 ==
 
array of Team object
 
== Example ==
<source lang="javascript">
number resourceId = 15562383;
number teamTypeId = 1;
number groupResourceId = 15567436;
array team = Team_getTeamByResourceId (resourceId, teamTypeId, groupResourceId);//{33,1,My Team,15567436,15562383,{}}
 
</source>

Latest revision as of 03:24, 22 June 2017