Skip to main content

FieldLogs

Root: FMVersion

Note

All the attributes in the following table have the root element fmVersion.

Accessing objects and their attributes using Freemarker is discussed here.

Attribute

Type

Description

label

String

Template version

alias

String

Template name

publisher

String

Template Publisher

comment

String

Comment

activeDate

String

Template Activation date

inactiveDate

String

Inactive date

currentDate

String

Current date

creationDate

String

Creation date

doubleCreationDate

Double

Creation date as double

formattedCurrentDate("yyyy-MM-dd hh:mm a zzz")

FMFormatedDate

The current date in the specified format. Provide the date format as indicated.

formattedCreationDate("yyyy-MM-dd hh:mm a zzz")

FMFormatedDate

The creation date in the specified format. Provide the date format as indicated.

formattedActiveDate("yyyy-MM-dd hh:mm a zzz")

FMFormatedDate

The active date in the specified format. Provide the date format as indicated.

formattedInactiveDate("yyyy-MM-dd hh:mm a zzz")

FMFormatedDate

The inactive date in the specified format. Provide the date format as indicated.

isActive

String

returns 'Active' or 'Inactive'

externalChangeRef

String

External Change Reference

status

String

returns "Current", "Deprecated" or "Available"