KanbanJobPickingList::exist Method
Determines whether the specified record in the KanbanJobPickingList table exists.
Syntax
client server public static boolean exist(KanbanJobPickingListRefRecId _kanbanJobPickingList)
Run On
Called
Parameters
- _kanbanJobPickingList
Type: KanbanJobPickingListRefRecId Extended Data Type
The record ID of the KanbanJobPickingList table to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.