<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How to customize Visual Task Board (VTB) preview pane layout and card click behavior? in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-to-customize-visual-task-board-vtb-preview-pane-layout-and/m-p/3521737#M6602</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for some technical guidance regarding the configuration of Visual Task Boards (VTBs) in the Classic UI. I have two specific requirements that I am trying to implement, but I am hitting limitations with the OOTB AngularJS application.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement 1: Customizing the VTB Details Pane&lt;/STRONG&gt; When clicking on a task's Short Description on a VTB card, it opens the VTB Details preview modal.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is there any supported way to hide the standard "Due Date" field from this specific modal view?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Additionally, is there a way to inject or add custom fields into this same preview pane?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Requirement 2: Altering Click Routing on VTB Cards&lt;/STRONG&gt; Currently, clicking the Task Number&amp;nbsp;on a card opens the standard record form, while clicking the Task Name opens the VTB Details preview pane.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is there any OOTB configuration or System Property that allows us to change this behavior so that clicking the Task Name also redirects the user directly to the standard form view?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I am aware that heavily modifying the VTB UI macros/scripts is not a best practice due to upgrade risks, I am just curious if such a thing is even possible at the moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And if not, I was thinking to submit an idea to SN.&lt;BR /&gt;Thanks&lt;BR /&gt;Miro&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2026 13:19:43 GMT</pubDate>
    <dc:creator>Mira1992</dc:creator>
    <dc:date>2026-04-08T13:19:43Z</dc:date>
    <item>
      <title>How to customize Visual Task Board (VTB) preview pane layout and card click behavior?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-customize-visual-task-board-vtb-preview-pane-layout-and/m-p/3521737#M6602</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for some technical guidance regarding the configuration of Visual Task Boards (VTBs) in the Classic UI. I have two specific requirements that I am trying to implement, but I am hitting limitations with the OOTB AngularJS application.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement 1: Customizing the VTB Details Pane&lt;/STRONG&gt; When clicking on a task's Short Description on a VTB card, it opens the VTB Details preview modal.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is there any supported way to hide the standard "Due Date" field from this specific modal view?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Additionally, is there a way to inject or add custom fields into this same preview pane?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Requirement 2: Altering Click Routing on VTB Cards&lt;/STRONG&gt; Currently, clicking the Task Number&amp;nbsp;on a card opens the standard record form, while clicking the Task Name opens the VTB Details preview pane.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is there any OOTB configuration or System Property that allows us to change this behavior so that clicking the Task Name also redirects the user directly to the standard form view?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I am aware that heavily modifying the VTB UI macros/scripts is not a best practice due to upgrade risks, I am just curious if such a thing is even possible at the moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And if not, I was thinking to submit an idea to SN.&lt;BR /&gt;Thanks&lt;BR /&gt;Miro&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 13:19:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-customize-visual-task-board-vtb-preview-pane-layout-and/m-p/3521737#M6602</guid>
      <dc:creator>Mira1992</dc:creator>
      <dc:date>2026-04-08T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Visual Task Board (VTB) preview pane layout and card click behavior?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-customize-visual-task-board-vtb-preview-pane-layout-and/m-p/3522204#M6605</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Requirement 1 — Customizing the VTB Details Pane&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is no supported OOTB configuration to hide "Due Date" or inject custom fields into that preview modal. The VTB details pane is rendered by a tightly coupled AngularJS directive (&lt;CODE&gt;snVtbCardDetails&lt;/CODE&gt; and related templates) within the &lt;CODE&gt;com.snc.visual_task_board&lt;/CODE&gt; plugin. The fields shown (due date, assigned to, labels, etc.) are hardcoded in the directive template — there's no system property, dictionary attribute, or form view mapping that controls what appears there. It doesn't respect your form layouts or views.&lt;/P&gt;
&lt;P&gt;The only technical paths would be unsupported modifications like overriding the UI macro (&lt;CODE&gt;vtb_details_pane&lt;/CODE&gt;) or injecting CSS to hide elements (&lt;CODE&gt;display:none&lt;/CODE&gt; on the due date container), both of which carry upgrade risk and aren't recommended.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Requirement 2 — Changing Click Routing on Task Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Also no OOTB option. The click behavior is wired directly in the AngularJS controller — task number has an &lt;CODE&gt;ng-click&lt;/CODE&gt; that navigates to the form, while the short description triggers the details pane toggle. There's no system property like &lt;CODE&gt;glide.vtb.card.click_behavior&lt;/CODE&gt; or similar to swap this. Changing it would require modifying the VTB card directive template, which again is unsupported.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What you &lt;EM&gt;can&lt;/EM&gt; do instead:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The "Open Record" icon (the small form icon on cards) and the task number link both route to the full form — you could coach users on that workflow. If you need a fundamentally different card interaction model, Workspace (configurable via UI Builder) or a custom Service Portal widget would give you full control over card layout, fields shown, and click routing without touching VTB internals.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;On submitting an Idea:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;That's right. Both asks — "configurable VTB detail pane fields" and "configurable card click behavior" — are reasonable enhancement requests.&amp;nbsp;&lt;BR /&gt;You can log two separate ideas so they can be evaluated independently.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 06:34:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-customize-visual-task-board-vtb-preview-pane-layout-and/m-p/3522204#M6605</guid>
      <dc:creator>Naveen20</dc:creator>
      <dc:date>2026-04-09T06:34:01Z</dc:date>
    </item>
  </channel>
</rss>

