PlanActivity.hasNextLevelActivity Method
Determines if the specified PlanActivity record is a dependent activity in an aggregation relationship with the current record.
Syntax
public boolean hasNextLevelActivity(PlanActivity _planActivity)
Run On
Called
Parameters
- _planActivity
Type: PlanActivity Table
The PlanActivity record to test.
Return Value
Type: boolean
true if the PlanActivity is dependent in an aggregation relationship with the current record; otherwise, false.