PlanActivityNextLevelCache.nextLevelPlanActivity Method [AX 2012]

Finds the next level PlanActivity record of the specified type for the current record.

public PlanActivity nextLevelPlanActivity(
    PlanActivityRefRecId _planActivityRefRecId, 
    PlanActivityType _planActivityType, 
   [PlanActivity _planActivity])

Run On

Called

Parameters

_planActivityRefRecId
Type: PlanActivityRefRecId Extended Data Type
The record ID of a record in the PlanActivity table.
_planActivityType
Type: PlanActivityType Enumeration
A PlanActivityType enumeration value.
_planActivity
Type: PlanActivity Table
The PlanActivity record that belongs to the specified record ID; optional.

Return Value

Type: PlanActivity Table
A PlanActivity record.

Community Additions

ADD
Show: