KanbanQuantityCalculation::find Method
Finds a kanbanQuantityCalculation record based on the record ID of the specified kanban quantity calculation.
Syntax
client server public static KanbanQuantityCalculation find(RefRecId _kanbanQuantityCalculation, [boolean _forupdate])
Run On
Called
Parameters
- _kanbanQuantityCalculation
Type: RefRecId Extended Data Type
An integer that contains the record ID of the kanban quantity calculation.
- _forupdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: KanbanQuantityCalculation Table
A kanbanQuantityCalculation record; otherwise, an empty record.