PlanActivityNextLevelCache.key Method [AX 2012]

Builds a cache key by using a PlanActivity record ID and a PlanActivityType enumeration value.

public container key(PlanActivityRefRecId _planActivityRefRecId, PlanActivityType _planActivityType)

Run On

Called

Parameters

_planActivityRefRecId
Type: PlanActivityRefRecId Extended Data Type
A record ID for the PlanActivity table.
_planActivityType
Type: PlanActivityType Enumeration
A PlanActivityType enumeration value.

Return Value

Type: container
A container object that can be used as a key to the cache.

Community Additions

ADD
Show: