My application handles transporting students to schools in buses. For each school the relevant columns of the BO are: route number and student name. I can have anywhere from 1 – 6 routes (buses) per school. So if I have 3 routes, then I need 3 columns in the Kanban Board. If I have 6 routes, I need 6 columns, etc. My question is, can I make the columns in the Kanban Board dynamic and based on the route number in the BO? (I hope I explained this well enough).
I forgot to mention that the routes are unique across the entire application so for school 1, if it has 4 routes, they might be numbered, 4, 12, 19 and 33.
Thanks
Bruce