Difference between revisions of "Workflow Task Type: Update Custom Field Value"

From SmartWiki
Jump to: navigation, search
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
#REDIRECT [[Workflows_Overview#Task_Type:_Update_Custom_Field_Value]]
  
The '''Update Custom Field Value''' workflow type can be used to write values to custom fields on the object against which the Workflow is triggered.
+
{{DeprecatedPage}}
 
 
These values can use variables:
 
 
 
 
 
==Examples==
 
To populate the current date (for example, a workflow triggered at status '''Submitted''' could be configured to put today's date into a custom field called '''Date Submitted''':
 
* '''@date(currentdate)@'''
 
 
 
To populate a date 1 year from the current date (for example, for a progress report that is due 1 year after the application is submitted)
 
* '''<!--@sscalculation(date_add(CURDATE(), INTERVAL 1 YEAR))-->'''
 
 
 
To populate with a system variable value (for example, to put a submission deadline into custom field when a record is created)
 
* '''@system.Submission Deadline@'''
 
 
 
 
 
 
 
 
 
[[Category:Workflows]]
 

Latest revision as of 08:59, 21 July 2017


Ambox warning pn.png This article is deprecated and the information contained within may no longer be correct.