Variables
The variables below can be used in tags to output the values into the template.
Example outputting the form name into an H1 heading element:
<h1><%= form.name %></h1>Organization
organization.idorganization.imageorganization.nameorganization.descriptionorganization.address1organization.address2organization.cityorganization.stateorganization.postalCodeorganization.country
Form
form.idform.nameform.descriptionform.versionform.createdAtform.updatedAtform.imageform.imageLargeform.imageSmallform.imageThumbnailform.isProjectEnabledform.isAssignmentEnabledform.isAutoAssignform.isGeometryEnabledform.isGeometryRequiredform.isHiddenOnDashboardform.boundingBoxform.statusField.isHiddenform.statusField.isReadOnlyform.statusField.isEnabledform.statusField.choices
Record
record.idrecord.versionrecord.latituderecord.longituderecord.createdAt(server)record.updatedAt(server)record.clientCreatedAt(mobile)record.clientUpdatedAt(mobile)record.createdByIDrecord.createdByNamerecord.updatedByIDrecord.updatedByNamerecord.projectIDrecord.projectNamerecord.assignedToIDrecord.assignedToNamerecord.statusrecord.horizontalAccuracyrecord.verticalAccuracyrecord.altituderecord.speedrecord.courserecord.changesetIDrecord.createdDurationrecord.updatedDurationrecord.editedDurationrecord.createdLatituderecord.createdLongituderecord.createdAltituderecord.createdAccuracyrecord.updatedLatituderecord.updatedLongituderecord.updatedAltituderecord.updatedAccuracyrecord.displayValue(title)record.isStatusFieldEnabledrecord.formValuesrecord.formValues.get('key').displayValuerecord.formValues.find('dataName').displayValue
Field
All field classes are provided in the fulcrum-core library. Each field extends the form-value class. If you want to find out specific functions and properties of a given field type, search through fulcrum-core/dist/values/ and find the related .d.ts file.
User
Information on the user running the report.
USERFULLNAME()EMAIL()ROLE()TIMEZONE()LANGUAGE()LOCALE()CURRENCYCODE()CURRENCYSYMBOL()COUNTRY()DECIMALSEPARATOR()GROUPINGSEPARATOR()
Updated 9 months ago