-
Notifications
You must be signed in to change notification settings - Fork 21
Available tokens
valadas edited this page Jun 18, 2018
·
1 revision
Form and List relies on Token Replace for a lot of tasks like Default Values, Filters or Calculated Column.
| Token | Description |
|---|---|
| [Portal:Currency] | Currency String |
| [Portal:Description] | Portal Description |
| [Portal:Email] | Portal Admin Email |
| [Portal:FooterText] | Portal Copyright Text |
| [Portal:HomeDirectory] | Portal Path (relative) of Home Directory |
| [Portal:LogoFile] | Portal Path to Logo File |
| [Portal:PortalName] | Portal Name |
| [Portal:PortalAlias] | Portal URL |
| [Portal:TimeZoneOffset] | Difference in Minutes between Portal Default Time and UTC |
| Token | Description |
|---|---|
| [User:DisplayName] | User’s Display Name |
| [User:Email] | User’s Email Address |
| [User:FirstName] | User’s First Name |
| [User:FullName] | [deprecated] |
| [User:LastName] | User’s Last Name |
| [User:Username] | User’s Login User Name |
| [Membership:Approved] | Is User Approved? |
| [Membership:CreatedDate] | User Signup Date |
| [Membership:IsOnline] | Is User Currently Online? |
| [Profile:] | Use any default or custom Profile Property as listed in Profile Property Definition section of Manage User Accounts. Use non-localized Property Name only. |
| Token | Description |
|---|---|
| [Tab:Description] | Page Description Text for Search Engine |
| [Tab:EndDate] | Page Display Until Date |
| [Tab:FullUrl] | Page Full URL |
| [Tab:IconFile] | Page Relative Path to Icon File |
| [Tab:KeyWords] | Page Keywords for Search Engine |
| [Tab:PageHeadText] | Page Header Text |
| [Tab:StartDate] | Page Display from Date |
| [Tab:TabName] | Page Name |
| [Tab:TabPath] | Page Relative Path |
| [Tab:Title] | Page Title (Window Title) |
| [Tab:URL] | Page URL |
| Token | Description |
|---|---|
| [Module:Description] | Module Definition Description |
| [Module:EndDate] | Module Display Until Date |
| [Module:Footer] | Module Footer Text |
| [Module:FriendlyName] | Module Definition Name |
| [Module:Header] | Module Header Text |
| [Module:HelpURL] | Module Help URL |
| [Module:IconFile] | Module Path to Icon File |
| [Module:ModuleTitle] | Module Title |
| [Module:PaneName] | Module Name of Pane (where the module resides) |
| [Module:StartDate] | Module Display from Date |
Data Type "Look-Up" to Source Column Type "Download" or "URL" also supports:
| Token | Description |
|---|---|
| [File:Name] | Name of File |
| [File:Folder] | Folder of File |
| [File:Path] | Complete Path to File |
| [File:Size] | File Size in Bytes |
| [File:SizeMB] | File Size in Megabytes |
| [File:Clicks] | Number of Downloads |
| [File:Extension] | File Extension |
Data Type "Look-Up" to Type "Email", "Created by", "Changed by" or "Link to User’s Profile" also supports:
| Token | Description |
|---|---|
| [Gravatar:MD5Hash] | MD5 Hash of the Email Address (if available) |
| [Gravatar:URL] | URL to the Gravatar Image |
| [Gravatar:Image] | Gravatar Image |
| Token | Description |
|---|---|
| [DateTime:Now] | Current Date and Time |
| [Ticks:Now] | CPU Tick Count for Current Second |
| [Ticks:Today] | CPU Tick Count since Midnight |
| [Ticks:TicksPerDay] | CPU Ticks per Day (for calculations) |
| [Server:Name] | Server Name |
| [Querystring:Name] | Value of Querystring Name |
| [Form:Name] | Form Posted Value of Name |