TTMSFNCKanbanBoardDatabaseAdapter.OnFieldsToItem Event
Occurs when dataset fields are being read into a kanban board item, allowing custom field mapping from the dataset to the item.
API unit family: TMSFNCKanbanBoardDatabaseAdapter
Declaring type: TTMSFNCKanbanBoardDatabaseAdapter
Syntax
OnFieldsToItem: TTMSFNCKanbanBoardDatabaseAdapterFieldsToItemEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The adapter raising the event. |
AFields |
The dataset field collection being read. |
AItem |
The kanban board item to populate. |