Importance Property

Version: Available or changed with runtime version 3.2.

Sets the amount of information that is visible in a window or dialog box.

Applies to

  • Page Label
  • Page Field

Property Value

Value Available or changed with Description
Standard runtime version 3.2 Displays the field on the page by default.
Promoted runtime version 3.2 Displays the field on the page and also in the header of the FastTab when the FastTab is collapsed.
Additional runtime version 3.2 Hides the field by default. On a FastTab, to show the field, a user can choose Show more to display the field.

Syntax

Importance = Additional;

Remarks

You use this property to control the amount of information that is visible on a page. It is useful on pages that have a large number of fields, where you can display the most important fields by default, but users have the option to show more as needed.

As a developer, the Importance property can also be set also by Use Designer (see Use Designer). In the client, users can change the setting for their workspace by using personalization (see Personalizing Your Workspace.

See Also

Properties