EntityReportDefault
Creates all configuration items to add a ReportQuery for an EntityType and profile.
The scaffolding generates the following scaffoldings:
Generates the permissions to access the report view.
Creates a ReportQuery with default Query taking all the properties of the entity.
Generates the permissions to apply a report for a profile on a given entity.
Creates the Item menu for the entity's report so that it is displayed in the report view.
Properties
| Property | Details |
|---|---|
| EntityType required | Type: String Description: Identifier of the entity type involved in the scaffolding. |
| Profile required | Type: String Description: Identifier of the profile involved in the scaffolding. |