Page tree

Versions Compared

Key

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

Each record stored with ConfiForms has the following fields stored in addition

ConfiTemplates Smart Template
sourcePage
excerptpanel#9c6c61b5-4215-448f-971a-523f2628b2b4
content1212428

 

 

Also, these synthetic properties are also available (in most cases the use case for these properties is in IFTTTs - you cannot access them directly in ConfiForms Field macro, but could use inside the ListView / CalendarView)

[entry._user]current user object (can access email, name, and fullname, see accessing properties for user fields)
[entry._now]current timestamp, which can be converted to date using Virtual functions or used for comparison against other date/datetime fields
[entry._page]current page (present in most cases, but not always)

 

If we need to access a record's ID and the date of creation and would like to show it in a table we will have a ConfiForms TableView and will add the ConfiForms Field macros with names "id" and "created" as shown below

...