Returns the «Yes» word (language depended) if the record is published and «No» if not.
Basic usage:
{{ record.published }}
Usage with parameters:
{{ record.published(Format, Custom Text (Published), Custom Text (Unpublished)) }}
Parameters:
Format
(optional) – What type of value to return.Custom Text (Published)
(optional) – Custom text to show if the record is publishedCustom Text (Unpublished)
(optional) – Custom text to show if the record is published
Example:
{{ record.published("number") }}
Leave a Reply
You must be logged in to post a comment.