Share via


ReqCalcRecordCache.lookupKey Method [AX 2012]

Looks up the specified key in the cache.

Syntax

protected Common lookupKey(container _key)

Run On

Called

Parameters

  • _key
    Type: container
    A container that represents the key.

Return Value

Type: Common Table
A Common record; otherwise an empty buffer.

Remarks

No error is thrown if the key does not exist.

See Also

Reference

ReqCalcRecordCache Class