Custom Formulas can be used for the following:
boolean
(true/false
or 0/1
)integer
and applies to RadioButton only for nowstring
string
We support:
+, -, *, /, %
==, !=, >, <, >=, <=
? :
We support all Metadata fields. Metadata can be Formatted or not
'Your special price is: MetadataFormatted("PRODUCT.ITEMS.PRODUCT.PRICE")'
will return'Your special price is: 1,000.00'
'Your special price is: MetadataOriginal("PRODUCT.ITEMS.PRODUCT.PRICE")'
will return'Your special price is: 1000'
To access the unit, use Unit. Unit.Text will return the text for the unit.
For logged in user, use AuthenticatedUser.
string
string
string
string
integer
Browse through our collection of Knowledge Base articles.