Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:extensions:workflowdesigner:tasks:record-management:set-value [2014/10/15 12:34]
swarnat
en:extensions:workflowdesigner:tasks:record-management:set-value [2021/09/19 12:40] (current)
swarnat
Line 1: Line 1:
 ====== set Value ====== ====== set Value ======
- +https://manuals.redoo-networks.com/​wiki/​manuals/​view/​Workflow%20Designer/​Workflow%20Actions/​Record%20Management/​set%20Value/
-{{ :en:​extensions:​workflowdesigner:​tasks:​task_setfield.png?​nolink|}} +
-  * could change values of records +
-  * You could generate the values you want to set with 3 opportunities:​ +
-    * **static value** (Default)\\ The value will be generated by the default template textbox +
-    * **function**\\ You could create a custom expression, which returns the new field valueThis function needs to be valid custom expression code. You could also use custom expressions in the static values box, but need to use <?php return <​expression>;​ ?> there. +
-    * **fieldvalue**\\ Load the new value of the field from another field from this or a related record +
- +
-===== set References ===== +
- +
-If you want to create a Relation between two records, you need to set the ID of the other record. +
- +
-=== Example === +
- +
-You want to create a Quote from Organization and want to set the "​Organization"​ Field to the current Organization. You only need to set the field "​Organization name" to "​$id"​. +
-All available ID's are listed on top of the Drop Down List you get on the blue icon next to the text field. (ID of current Record) +
- +
-This works for all linked fields and also fields inside Projects, Tickets, Events,.. where you could choose between different modules.+