Table of Contents


aspx:LayoutModel

A component allows you to view the "detail" or "edit" layout of a record. The layout shown depends on what layout the target user has access to.

<aspx:LayoutModel runat='server' value='{!Model}' mode='detail'/>

 

Properties

PropertyDescription
valueThe merge expression identifying the record for each layout should be shown.
modePossible values are: detail or edit.
layoutIdoptional, the ID of the target layout (form layout usually). This value cancels locating the layout the user has access to and shows the requested layout.
Last updated on 6/4/2025

Attachments