- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 02:47 PM
We have a custom table that we define the tasks and assign them to people. We need to be able to add these tasks to the Visual task board automatically. meaning when a task is created in that table , it should be added to the visual task board too. Any thoughts pls
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2018 02:46 AM
Hi sonita,
believe me, if I could solve that problem for you by writing a couple lines, I would.
But this topic has a number of moving parts. There are freeform and data-driven boards. It looks like you want a data-driven board on a table that is not extended from task. That doesn't work by definition - they work only on task tables: please carefully review the following resources. You will have to adapt you approach.
Kind regards
Seb

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2018 12:51 AM
Hi sonita,
there is an awesome functionality in the Flow Designer (starting with Kinston) - and even a perfect example flow in the baseline that does exactly what you want: have a look at the "VTB Sample Flow".
If you don't have the flow designer yet: simply use a business rule to add the VTB card to the respective table:
Boards: vtb_board
Lanes: vtb_lane
Cards: vtb_card
Kind regards
Seb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2018 01:09 PM
I have the flow designer; actually what I'm trying to achieve is that whenever a task is assigned for example to person A , it should be added to person A's task board. if a task is assigned to person B , the task should be added to person B's task board. is this approach possible?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2018 06:20 AM
Hi sonita, Yes of course it is possible.
You will have to define WHICH VTB you want to add the card to. So this is the only thing, you have to add to the sample flow.
You will have to understand the VTB sample flow first, of course.
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2018 12:31 PM
So I create a VTB myself, rather than let it be created using the flow designer?