KanbanFlow::canDeleteLeanProductionFlowActivity Method
Indicates whether the LeanProductionFlowActivity record can be deleted.
Syntax
client server public static boolean canDeleteLeanProductionFlowActivity(LeanProductionFlowActivity _leanProductionFlowActivity)
Run On
Called
Parameters
- _leanProductionFlowActivity
Type: LeanProductionFlowActivity Table
The record to delete.
Return Value
Type: boolean
true if the record can be deleted; otherwise, false.
Remarks
Only records that are not referred by a KanbanFlow can be deleted.