{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
CurrentFieldValue
Returns the current value of the field, which belongs to this property formula. It can be used to format field values, like database fields.
Usage:
CurrentFieldValue
Returns:
Current value of the field.
Examples:
if CurrentFieldValue = 0 then 1 // Returns 1 if the current field value is 0.