KanbanFlow::canDeleteActivityRelationship Method
Determines whether a LeanProdFlowPlanActivityRelation record can be deleted.
Syntax
client server public static boolean canDeleteActivityRelationship(LeanProdFlowPlanActivityRelation _leanProdFlowPlanActivityRelation)
Run On
Called
Parameters
- _leanProdFlowPlanActivityRelation
Type: LeanProdFlowPlanActivityRelation Table
The record to delete.
Return Value
Type: boolean
true if the specified record can be deleted; otherwise, false.
Remarks
Only records that are not referred by any kanban flow can be deleted.