PlanActivity.nextLevelPlanActivity Method
Finds the next level PlanActivity record of the specified type for the current record.
Syntax
public PlanActivity nextLevelPlanActivity(PlanActivityType _planActivityType, [boolean _useCache])
Run On
Called
Parameters
- _planActivityType
Type: PlanActivityType Enumeration
A PlanActivityType enumeration value.
- _useCache
Type: boolean
Return Value
Type: PlanActivity Table
A PlanActivity record.
Remarks
If more than one activity of the same type are present, only the first occurrence is returned.