Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • id - the record id, unique for every saved record
  • ownedBy - the username of the user who owns the record (and can fully control it)
  • ownedByName ownedByName - the full name of the user who owns the recordUse ownedBy.fullName
  • createdBy - the username of the user who has created the record (admin users can create records for other users)
  • createdByName createdByName - the full name of the user who has created the record Use createdBy.fullName
  • created - the timestamp when the record was created
  • dateCreatedFormatted - a more readable way to see created timestamp

Info

ownedBy and createdBy are now User objects and you can access all user object properties! See here: Accessing field values and properties

 

All these metadata fields, in addition to the form's defined fields (definitions), can be referenced using the "ConfiForms Field macro" in these ConfiForms macros:

...