Description
Same as xCacheLoadLocal but returns the xCache collection.
Signature
xCacheLoadLocalEx('key', 'entitycollection', 'filter', 'sort')
Example 1
xCacheLoadLocalEx('AllAccounts', FindRecords('account', '*', '*', '*'))
Example 2
xCacheLoadLocalEx('AllAccounts', FindRecords('account', '*', '*', '*'), 'address1_country = "USA" ', 'address1_city')