Skip to main content

ViewTemplateAdaptable

Implements a default display name for the resources of a given entity type, displays the resources in an adaptable table, and give the permissions to view the resources.

The scaffolding generates the following scaffoldings:

Examples

The following example implements a default display name for resources from the Directory_PresenceState entity type, displays the resources in an adaptable table, and gives to the Administrator profile the permissions to view the resources.


<ViewTemplateAdaptable EntityType="Directory_PresenceState" Profile="Administrator" />

Properties

PropertyDetails
EntityType optionalType String Description Identifier of the entity type involved in the scaffolding.
Profile optionalType String Description Identifier of the profile involved in the scaffolding.
Property optionalType String Description Identifier of the property involved in the scaffolding.

Generated XML

Our example generates the following configuration:


<EntityTypeDisplayName Id="101" EntityType="Directory_PresenceState" /><EntityTypeDisplayTableAdaptable Id="502" EntityType="Directory_PresenceState" /><ViewAccessControlRules Id="188" EntityType="Directory_PresenceState" Profile="Administrator" />