CPQ Cloud 22B and later: How to search across all data tables
Summary:
Beginning with version 22B, searching data tables is limited to 5 at a time, including the REST v14 API call. This code utilizes REST v13--which CAN still search across all data tables.
Put this code into a BML Util and call it from a Recommendation Rule in Config to populate an HTML attribute in a dummy configurator using 2 inputs:
- Table filter (optional) - limits results to speed up searching. This is case-insensitive and wildcard (Table Name contains Table Filter).
- Search value
The result is a list of data tables with links to each, and CSS styling that removes unnecessary actions. The styling also re-labels Update to be "Search" and moves it to the left side of the screen.
Tagged:
1