AdvKanbanBoardDatabaseAdapter1

I'm just getting started with the AdvKanbanBoardDatabaseAdapter and got the basic concepts working including the color from the documentation but wanted to persist the position of the items in each column. I have added a pos field to the table and can sort by this to force the order on the board but using the AdvKanbanBoardDatabaseAdapter1ItemToFields cannot get the item index to accurately record the drag and drop changes.

Is it possible to achieve this?

Hi,

This is unfortunately not possible. This is however a good idea to integrate into the database adapter. I have taken notes of this and we'll investigate the possibilities.