top of page

Templates : Custom Field : Function Reference

The Lucit Template Designer ships with the following built in functions that can be used in Custom Fields.



fnConcat(params: []<string>)

the array of string values received in params. Each value must be a string and separators must be explicitly defined

fnValue(param: any)

Simply return the evaluated value of the param. Can contain javascript code


fnConcat Examples


Example use cases for fnConcat





fnValue Examples


fnValue is a building block function. The param passed through to fnValue is evaled which means you can write code


Example use cases for fnValue














Comments


Commenting has been turned off.
bottom of page