Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds all the existing flows between the first and last specified activity.
Syntax
client server public static KanbanFlowsCollection findAllFlows(RefRecId _firstPlanPlanActivity, RefRecId _lastPlanPlanActivity)
Run On
Called
Parameters
- _firstPlanPlanActivity
Type: RefRecId Extended Data Type
The record ID of the first PlanPlanActivity record.
- _lastPlanPlanActivity
Type: RefRecId Extended Data Type
The record ID of the last PlanPlanActivity record.
Return Value
Type: KanbanFlowsCollection Class
A KanbanFlowsCollection object that contains all the flows that have been found between the first and last specified activities.