Definition
This widget is dedicated for the display of SYNC operation.
It must be used with a "reportingId" that maps to the builtin collection SYNC_TASK_OPERATION or a custom collection that targets the same collection name ("domino_sync_task_operation").
Configuration
Properties
|
Property |
Type |
Mandatory |
Description |
Values (default values in bold) |
|---|---|---|---|---|
|
type |
|
YES |
The type of the widget in XML configuration |
- |
|
reportingId |
|
YES |
The id of a ReportingObjectConfiguration which this widget will target. Must be a configuration which uses the SYNC_TASK_OPERATION builtin collection or a custom one that targets the same collection "domino_sync_task_operation". |
- |
|
allowExport |
|
NO |
Allows to define if the export of the results data is allowed or not. |
true,false |
|
displayOnInit |
|
NO |
Similar as the ReportingWidget option of the same name |
true,false |
|
contract |
|
YES |
A ReportingWidgetContractConfiguration specifying the different criteria used by the widget for displaying the filter elements. It is also used for validating the submitted criteria. See Reporting widget contract section for detailed configuration information. |
- |
|
renderingRule |
|
NO |
This rule will be applied for each document of the results and allows to transform the content. It MUST return a Map of String to Object. Example: XML
|
- |
|
hiddenAttributes |
|
NO |
Allow to hide declared attributes in the "attributeChanges" section of the display. Example: XML
|
- |