PageType Property

Version: Available or changed with runtime version 1.0.

Sets the type of page to create.

Applies to

  • Page

Property Value

Value Available or changed with Description
Card runtime version 1.0 Master, reference, and set up data management.
List runtime version 1.0 Entity overviews and navigation, and inline editing of simple entities.
RoleCenter runtime version 1.0 Overview of business performance and the start page for a specific user profile.
CardPart runtime version 1.0 A page that is embedded in another page, such as in a FactBox.
ListPart runtime version 1.0 A page that is embedded in another page, such as in a FactBox.
Document runtime version 1.0 Transaction and other document management.
Worksheet runtime version 1.0 Line-based data entry tasks (such as journals) and inquiries.
ListPlus runtime version 1.0 Statistics, details, and related data management.
ConfirmationDialog runtime version 1.0 Confirmative or exceptional dialog, such as warnings.
NavigatePage runtime version 1.0 Multi-step dialog (also known as a "Wizard").
StandardDialog runtime version 1.0 Routine dialog that starts or progresses a task.
API runtime version 1.0 Pages of this type are used to generate web service endpoints and cannot be shown in the user interface.
ReportPreview runtime version 1.0 Preview of a report.
ReportProcessingOnly runtime version 1.0 Only report processing.
XmlPort runtime version 1.0 XmlPort page.
HeadlinePart runtime version 1.0 A page that is embedded in a RoleCenter page to display relevant insights from across the business.

Syntax

PageType = List;

Remarks

You typically set this property when you are create new pages, but you can change it at any time. The value for the PageType property specifies the Page layout.

The exception is the value API. Pages of this type are used to generate web service endpoints and cannot be shown in the user interface. For an overview of supported page types, see Pages Overview.

See Also

Page Properties
Properties
Pages Overview