Difference between revisions of "SetSupervisor"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Task_Functions]]

+
{{HelpFiles}}
  
 
=====setSupervisor=====
 
=====setSupervisor=====

Latest revision as of 11:24, 12 December 2011



setSupervisor

Sets a resource to be the supervisor of a specific task.

Syntax

setSupervisor(taskUniqueId, supervisorUniqueId)

Arguments

taskUniqueId: Is a numeric (non-decimal) expression. It is the UniqueId of a task.

supervisorUniqueId: Is a numeric (non-decimal) expression. It is the UniqueId of the supervisor resource.

Return type

empty

Examples

/*assign the supervisor role of task 2188468 to user 15332*/

setSupervisor(2188468, 15332);

Availability

Version 4.8