ReqPeggingTreeNodeCache.find Method [AX 2012]

Retrieves cached value.

public container find(ClassName _className, container _key)

Run On

Called

Parameters

_className
Type: ClassName Extended Data Type
Name of the class for which item should be retrieved.
_key
Type: container
Key of the cached ited.

Return Value

Type: container
Cached container or conNull() if value is not present.

Community Additions

ADD
Show: