The CreatorCon Call for Content is officially open! Get started here.

Which table is the Visual Task Board stored in?

BoHyun Jung
Mega Sage

 

It seems that the part marked with yellow line gets the short_description of the task and is saved. I want to change the yellow part to another field when the task is created.

8 REPLIES 8

Community Alums
Not applicable

Hi @BoHyun Jung ,

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)

 

Hi @Community Alums ,

 

I can't check what I want on these tables. Have you checked what my question is?

Community Alums
Not applicable

Hi @BoHyun Jung ,

Visual Task Board stores in vtb_board table

Yes it is short description of task, and you can not change the field from short description to any other field

Reference - 

https://www.servicenow.com/community/now-platform-forum/how-to-configure-visual-task-board/m-p/12568....

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak

Ayushi12
Mega Sage

Hi @BoHyun Jung,
The title of task cards is always the short_description field. This is from a hard coded angular file (vtb_card) and can't be changed.
Refer: https://www.servicenow.com/community/now-platform-forum/how-to-configure-visual-task-board/m-p/12568...

If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."

Thanks!