KanbanFlowActivityRelationship::existsActivityInFlow Method
Indicates whether a record in the KanbanFlowActivityRelationship table exists for a specific kanban flow and activity.
Syntax
client server public static boolean existsActivityInFlow(KanbanFlowRefRecId _kanbanFlow, PlanActivityRefRecId _planActivity)
Run On
Called
Parameters
- _kanbanFlow
Type: KanbanFlowRefRecId Extended Data Type
The record ID of the KanbanFlow record to check for existence of the activity.
- _planActivity
Type: PlanActivityRefRecId Extended Data Type
The record ID of the PlanActivity record to check for existence in the kanban flow.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.