KanbanJob.checkValid Method
Indicates whether the current KanbanJob record is valid.
Syntax
public boolean checkValid(KanbanJobRefRecId _refRecId, [boolean _silent])
Run On
Called
Parameters
- _refRecId
Type: KanbanJobRefRecId Extended Data Type
The record ID used to check against.
- _silent
Type: boolean
A Boolean value that indicates whether errors must be added to the infolog; optional.
Return Value
Type: boolean
true if the record is valid; otherwise, false.