b
06/22/2020, 3:23 PMjen
06/22/2020, 5:25 PM<#assign days_overdue_minus_sixty = customer.consolDaysOverdue - 60/>
Then you should be able to use that variable in your template
${days_overdue_minus_sixty}
b
06/22/2020, 9:22 PMThe template cannot be saved due to the following errors:
The following has evaluated to null or missing:. ==> days_overdue_minus_sixty [in template "content" at line 3, column 98]. . ----. Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present#elsewhen-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??. ----. . ----. FTL stack trace ("~" means nesting-related):. - Failed at: ${days_overdue_minus_sixty} [in template "content" at line 3, column 96]. ----jen
06/22/2020, 10:48 PMjen
06/22/2020, 10:49 PMb
06/23/2020, 3:05 PMb
06/23/2020, 3:05 PMjen
06/23/2020, 3:40 PMb
06/23/2020, 3:51 PMb
06/23/2020, 3:57 PM