Modify view in the Data List widget
Create a condition script to modify views in the Portal Data List widget.
Vorbereitungen
The UI Components for Customer Portals plugin must have been activated. For more information, see Activate the UI Components for Customer Portals plugin
Role required: sp_admin
Warum und wann dieser Vorgang ausgeführt wird
| Priority | Source | Description |
|---|---|---|
| 1 (Highest) | Script | If a Views Condition Script is configured and returns a view name, that view is used. Scripts have the most flexibility since they can apply custom logic using the parameters -
categoryId, params. |
| 2 | role_based_views / guest_view | If no script is configured or the script doesn’t return a view, the system checks the JSON instance options.
|
| 3 | view | The widget uses the view JSON instance option if the script or role based view/guest view mappings doesn’t apply. |
| 4 (Lowest) | Default View on Platform | If no other configuration applies, the widget uses the platform’s default view for the table. |