Whenever users create a List View on a custom metadata type using the filter operator "starts with" or "contains" that includes multiple keywords in the value (comma-separated) along with another filter operator, users can see the below error messages:
An error has occurred in the following section: [Exception, DisjunctionsNotSupportedException].
An error has occurred in the following section: [Exception, DisjunctionsNotSupportedException_desc].
Once the List View is saved, clicking on Manage Records will also result in the same error page and users can no longer access custom metadata records through the Manage Records button.
Salesforce translates this filter into a query with an OR operator, which is not supported on custom metadata type SOQL queries, as mentioned in Custom Metadata Types Limitations.
Sample Steps to Repro:
After following these steps, clicking on Manage Records also results in the same error message.
To resolve this error, we need to change the filters of the affected list view, ie, starts with operator should contain one value, but the list view cannot be directly accessed because on clicking "Manage Records" will result in the error page.
As an alternative, we need to access the list view by navigating to the below URL and replacing the listviewID with the ID of the affected list view.
/ui/list/FilterEditPage?id=listviewID
The listview ID can be found by querying the ListView object with the appropriate filters.
Sample query : SELECT CreatedById,CreatedDate,DeveloperName,Id,Name,SobjectType FROM ListView WHERE CreatedDate = LAST_N_DAYS:1
You can use additional filters to narrow down the List View ID.
Once you access the List View edit page, remove the invalid filters, append the listviewID from the above query to the URL (/ui/list/FilterEditPage?id=listviewID), and save the list view.
Salesforce CPQ Error 'Disjunctions not supported'
Vote on the Salesforce Idea to modify Custom Metadata Types List View Filtering Limitation
000384700

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.