Multiple domain names

Multiple domain names can be specified in the CQO domainRestriction but each domain name must be separated by a comma.

Specifying multiple domain names enables you to apply multiple additional filtering for example when requesting a predefined search, the “active” filter can be applied as well to the search results.

Example:
../OData.svc/Files?domainRestriction=my_open_cases,units_open_cases

The example will return all open Files where the current user is the Officer and the current users department is the responsible unit, effectively combining the criterias from the two domain specifications.