It is possible to preconfigure the filter of the spaces in a tray or queue, so that it only shows certain spaces.
To achieve this, access the advanced queue management. Specifically, this configuration is found under “Documents queue table configurations” in the “Configuration” attribute.
The configuration that overwrites the default table behavior must be specified in JSON format, in the “Configuration” attribute.
For each column to be modified, we must indicate its identifier. In this case, the identifier of the space is series.
Below is an example of a configuration JSON. In uuid__in add the uuid of the spaces to be displayed, separated by commas.
{
"serie": {
"filter": {
"prefilter": {
"uuid__in": "bdc9d01f-5048-427a-aaea-6aa0f541b23c,3cf13f9f-4e47-4e60-ad87-49555d6f622d"
}
}
}
}
**Note: This configuration will only work for queues with the check “Is using new panel” active.
Comments
0 comments
Please sign in to leave a comment.