Search Specification and Cache Refresh Key
If a cache refresh key is defined for a business component, then every query against that business component must provide the cache key field values in its Search Specification or in the Cache Search Specification input argument.
Note: Failure to specify the cache refresh key values will result in an error.
Use the Cache Search Specification input argument to avoid unnecessary clauses in the Search Specification executed by the database. The transform will look first at the Cache Search Specification, and then at the Search Specification to identify cache key values.
The syntax and structure of the Cache Search Specification input argument are shown in the following example:
[Price List Id] = {Context.Price List Id} AND [Price List Item Id] = {Row.Price List
Item Id}