Views:

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

NameTypeDescriptionRequired
keyxxxxxxxxxxxx
fieldnamexxxxxxxxxxxx
defaultvaluexxxxxxxxxxxx
rownumberxxxxxxxxxxxx