CardPageId Property
Version: Available or changed with runtime version 1.0.
Sets the card page that is associated with items in the current list page.
Applies to
- Request Page
- Page
Syntax
CardPageID = "Customer Card";
Remarks
Use this property on a list page or listpart page to specify the card page that should be displayed when an end user double-clicks an item on the list page or listpart page.
Page extensions
With > APPLIES TO: Business Central 2025 release wave 1 (v26) and later., you can modify the CardPageID
on list and listpart pages through a page extension. This means that you can override, which card page should be displayed when an end user double-clicks an item on the list page or listpart page.
If the property is already specified on the base page, the value in the page extension overrides it. If multiple page extensions modify the property, the last extension to be applied takes effect. Because per-tenant extensions are applied after AppSource apps, this implies that any race condition across multiple AppSource apps setting the same CardPageId
can be resolved in a per-tenant extension if needed, although this will seldom happen.
Related information
PagePartID Property
ChartPartID Property
SystemPartID Property