Bug Fix: Kanban board no longer hardcoded to assignment table

Display table of contents

Kanban Changes >

Bug Fix: Kanban board no longer hardcoded to assignment table

Issue:

Previously, the Kanban view for Action Items was hardcoded to the tpg_assignment table. When users configured Multi-Assignment mode with a custom assignment table, the board failed and displayed errors like “tpg_project cannot be found.”

Resolution:

The application logic now respects configured assignment tables instead of relying on hardcoded names. Additional options for Parent Lookup Field and Parent Logical Name have been introduced, allowing flexible parent references. If no configuration is provided, default values are used.

EN-KanbanBoardNoLongerHardcodedToAssignmentTable