Changes

Jump to: navigation, search

Template / Type Formula

394 bytes added, 19:01, 23 October 2017
no edit summary
==Using Trigger Points==
Trigger Points Point syntax can be used with template formula to trigger the formula template formulas under specific conditions e.g. trigger specific template formulas for specific UTA types and statuses. Double colons will be used to separate the formula trigger and the formula itself.<pre>{"formula trigger" : [{"type" : "type1"}]}::template formula </pre>
 
Each condition can be a combination of type and status.
<pre>
{"formula trigger" : [{"type" : "type1", "status" : "status1"}]}::template formula
</pre>
Each type/status condition can contain multiple type / status names , each delimited by comma wrapped within quotes. <pre>{"formula trigger" : [{"type" : "type1, type2"}]}::template formula </pre>
Double colons In the example below the Current Date field will only be used to separate the formula trigger updated under 2 conditions: * Type is 'Type 1' or 'Type 3' and the formula itselfstatus is 'Submitted' In the example below * Type is 'Type 2' and status is 'Draft'
<pre>
{"formula trigger" : [{"type" : "Type 1,Type 23", "status" : "Submitted"}, {"type" : "Type 2", "status" : "Draft"}]}::@ level1.Current Date@ =now()
</pre>
 
==Manipulating dates in template formula==
* [[Ssescape|SSEscape - for using Template Formulas with text fields]]
[[Category:Universal Tracking ApplicationField Update Formulas]][[Category:Date FormatsUniversal Tracking Application]]
Smartstaff, administrator
686
edits

Navigation menu