Page tree

Versions Compared

Key

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

...

Additional values available in the context

Panel
borderStylenone
Variable


[owner]

Deprecated, use

[entry._user]

current record owner (ownedBy field) or Anonymous (when user is "Anonymous")

[modifier]

[user]

Deprecated, use

[entry._user]

current record modifier (User's full name)
[now]
Current timestamp as expression. NB! Not evaluated to the value when in pre-sets and stays as [now] which results ALWAYS in current date. Use [entry._now] for the value
[today]Deprecated

Current timestamp as expression. Does not get evaluated to actual timestamp, but shows "current time" when set on the field

Use [entry._today] instead or [entry._now]


[user.name]

Deprecated, use

[entry._user.username]

current user's username
[user.fullName]

Deprecated, use

[entry._user.fullName]

current user's full name
[user.email]

Deprecated, use

[entry._user.email]

current user's email
[entry._user]_usercurrent user object (can access email, name, and fullname, see accessing properties for user fields)User field
[entry._now]_nowcurrent timestamp, which can be converted to date using Virtual functions or used for comparison against other date/datetime fieldsDatetime
[entry._page]_pagecurrent page id (present in most cases, but not always)Page
[entry._storagePage]_storagePageform's page idPage
[entry._today]_todaycurrent timestamp (for date, without time)Date
[entry._count]_countnumber of records in the datasetNumeric
[entry._total]_totaltotal number of records in the datasetNumeric
[entry._formName]_formName

Name of the form is now available in the context 

Status
colourGreen
titleSince 2.2.0

String
CLOUD ONLY


[entry._now_server]
_now_server
Server time in UTC now. Please note that [entry._now]  on cloud returns user TZ timestamp
[entry._today_server]
_today_server
Server date (without time) in UTC nowPlease note that [entry._
now
today]  on cloud returns today's date in user TZ 



When used with ConfiForms TableViewMerger macro you have access to the following variables



Type
_sourcePageName of the page the form is locatedPage
_sourceFormName of the form where this data row is taken fromText

...