Description
Returns the xCache value for the given key from the Local xCache.
Signature
xCacheGetLocal('key', 'fieldname', ['defaultvalue'], ['rownumber'], ['filter'], ['sort'])
Example 1
xCacheGetLocal('AllAccounts', 'description') Returns Hello
Example 2
xCacheGetLocal('AllAccounts', 'new_creditamount', 0, 0, 'Country = "USA"', 'name') Returns 55
Parameters
| Name | Type | Description | Required | 
|---|---|---|---|
| key | xxxx | xxxx | xxxx | 
| fieldname | xxxx | xxxx | xxxx | 
| defaultvalue | xxxx | xxxx | xxxx | 
| rownumber | xxxx | xxxx | xxxx | 
		