<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Team_roleExists</id>
	<title>Team roleExists - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=Team_roleExists"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Team_roleExists&amp;action=history"/>
	<updated>2026-05-26T10:01:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Team_roleExists&amp;diff=230013&amp;oldid=prev</id>
		<title>Nguyenduyan: Created page with &quot;Category:Team_Functions {{HelpFiles}}   = Team_roleExists =  Check whether the Role existed on the Team (On GUI, Team is under Team tab of resource)  == Syntax ==  Team_ro...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Team_roleExists&amp;diff=230013&amp;oldid=prev"/>
		<updated>2017-06-22T05:06:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:Team_Functions&quot; title=&quot;Category:Team Functions&quot;&gt;Category:Team_Functions&lt;/a&gt; {{HelpFiles}}   = Team_roleExists =  Check whether the Role existed on the Team (On GUI, Team is under Team tab of resource)  == Syntax ==  Team_ro...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Team_Functions]]&lt;br /&gt;
{{HelpFiles}} &lt;br /&gt;
&lt;br /&gt;
= Team_roleExists =&lt;br /&gt;
&lt;br /&gt;
Check whether the Role existed on the Team (On GUI, Team is under Team tab of resource)&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
Team_roleExists(team, roleId);&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
team: Team Object. See Team_new, Team_getTeamByResourceId&lt;br /&gt;
&lt;br /&gt;
roleId: number, Id of role (on GUI, you can find role at Administation/HR/Roles)&lt;br /&gt;
&lt;br /&gt;
== Return type ==&lt;br /&gt;
Boolean&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
number projectRId = 15562383;&lt;br /&gt;
number teamTypeId = 1;&lt;br /&gt;
number groupRId = 15567436;&lt;br /&gt;
array team = Team_getTeamByResourceId (projectRId, teamTypeId, groupRId);&lt;br /&gt;
number roleId = 2;&lt;br /&gt;
Team_roleExists(team, roleId);//True if existed; False if not&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nguyenduyan</name></author>
	</entry>
</feed>