What table does ServiceNow use to store a visual task board type (freeform or guided)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 09:53 AM
Can anyone tell me where the VTB board type is stored? The logical place would seem to be the visual task board table (vtb_board) but I don't see a field with that value in it. I'm trying to determine how many freeform versus guided boards we have in our organization (over 300 VTBs exist now).
- Labels:
-
Reference Architecture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 10:06 AM
Hi,
The following link will help you to know about VTB tables.
https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/use/visual-task-boards/reference/r_TIWVisualTaskBoards.html
For Guided Visual Task Boards you can refer the below link.
https://community.servicenow.com/community?id=community_question&sys_id=c1f98b29db5cdbc01dcaf3231f9619ab
For Freeform Visual Task Boards you can refer the below link.
https://docs.servicenow.com/bundle/london-servicenow-platform/page/use/visual-task-boards/concept/c_FreeformBoardTasks.html
Please mark it as correct / helpful if it helps for you.
Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 11:04 AM
Hi Pooja:
Thanks, I'm aware of the tables that comprise the application. What I'd like to find out is where is the flag stored that identifies the board as freeform or guided. To me the vtb_board would be the logical choice, but I don't see anything stored there that so indicates.
Regards,
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2020 12:57 AM
Hello,
After 2 years i have the answer! Isn't that nice 😉
To answer your question as i understand, if the Task table(table) field is empty it's is a freeform/flexible board and if it's filled it is a guided board.
The main table is:
- vtb_board
Supporting tables are:
- vtb_board_label
- vtb_board_member
- vtb_card
- vtb_card_history
- vtb_lane
- vtb_task (Private task)
Regards,
Stefan