Difference between revisions of "SetSettings"

From Catglobe Wiki
Jump to: navigation, search
 
Line 24: Line 24:
 
'''Availability'''
 
'''Availability'''
  
Version 4.8. It's not available from version 7.0, change to use function Task_setSendMailOnStatusChange  
+
Version 4.8. It's not available from version 7.0, change to use function [[Task_setSendMailOnStatusChange]]
 
__NOTOC__
 
__NOTOC__
 
<!-- imported from file: 696.htm-->
 
<!-- imported from file: 696.htm-->

Latest revision as of 09:09, 17 October 2017



setSettings

Sends default informations to other resources related to the specified task: responsible, observer and supervisor.

Syntax

setSettings(taskUniqueId)

Arguments

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

Return type

empty

Examples

setSettings(2188468);

Availability

Version 4.8. It's not available from version 7.0, change to use function Task_setSendMailOnStatusChange