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