<br/><br/><br/><br/>
==Using Trigger Points==
Trigger Points syntax can be used with template formula to trigger the formula under specific conditions e.g. trigger specific template formulas for specific UTA types and statuses.
Each condition can be a combination of type and status.
Each type/status condition can contain multiple status names delimited by comma wrapped within quotes.
Double colons will be used to separate the formula trigger and the formula itself
In the example below
<pre>
{"formula trigger" : [{"type" : "Type 1,Type 2", "status" : "Submitted"}, {"type" : "Type 2", "status" : "Draft"}]}::@ level1.Current Date@ =now()
</pre>
==Manipulating dates in template formula==