Takes one parameter
Description:
Specifies which field should be used for the page name (title) for record pages in the Admin interface, but also for any other pages using the HtmlForm
command by populating the builtin template insertion point HtmlFormRecName.
If the [RecName]
attribute is not set on a field in the table, HtmlForm
looks for and uses the following field names: firstname, lastname, name, and title. If firstname and lastname exist, the order of the page name will depend on the order of the fields in the form, resulting in either "firstname lastname" or "lastname, firstname".
The one optional parameter may specify one or more field names wrapped in { } and may including other text and HTML. In this use case, it is recommended that this attribute be set in the Alias field instead of one specific field.
The record's Alias field is used when no other value is found.
Examples:
[RecName]
[RecName] {OrgName} - {FullName}