Changes

Workflow Task Type: Update Standard Field Value

743 bytes added, 19:06, 17 January 2013
no edit summary
* Contacts
* Transactions
 
These values can be hard-coded values, or can also use variables.
 
You can also use MYSQL syntax to manipulate values using [[sscalculation]]
 
 
==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@'''
 
==See Also==
0
edits