UpdateResourcesTemplate
The scaffolding generates the following scaffoldings:
Computes a default value for resources' internal display names.
Creates a display table for the given entity.
Generates the permissions to view an entity type's resources.
Creates an entity that will be the source of all workflows that manipulate the given entity.
Examples
<UpdateResourcesTemplate EntityType="HR_Person" Profile="Administrator"/>
Properties
| Property | Details |
|---|---|
| EntityType optional | Type: String Description: Identifier of the entity type involved in the scaffolding. |
| Profile optional | Type: String Description: Identifier of the profile involved in the scaffolding. |
| Property optional | Type: String Description: Identifier of the property involved in the scaffolding. |
Generated XML
Our example generates the following configuration:
<EntityTypeDisplayName Id="301" EntityType="HR_Person" />
<EntityTypeDisplayTable Id="325" EntityType="HR_Person" />
<UpdateResourcesAccessControlRules Id="390" EntityType="HR_Person" Profile="Administrator" />
<UpdateResourcesMenus Id="391" EntityType="HR_Person" />
<UpdateResourcesWorkflows Id="392" EntityType="HR_Person" />
<ViewAccessControlRules Id="398" EntityType="HR_Person" Profile="Administrator" />
<WorkflowEntityType Id="421" EntityType="HR_Person" />