Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assigns a Kanban record to a KanbanCard record.
Syntax
client server public static boolean assignToKanban(KanbanCard _kanbanCard, Kanban _kanban)
Run On
Called
Parameters
- _kanbanCard
Type: KanbanCard Table
The KanbanCard buffer used for one of the foreign keys.
- _kanban
Type: Kanban Table
The Kanban buffer used for the other foreign key.
Return Value
Type: boolean
true if the record was inserted successfully; otherwise, false.