<?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 Re: Survey Designer Scripting in Virtual Agent forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409376#M22076</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/581682"&gt;@pk2184046&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's OOTB portal page which renders survey in portal.&lt;/P&gt;
&lt;P&gt;you will have to do heavy customization in your own widget etc&lt;/P&gt;
&lt;P&gt;I will recommend not to do that due to code maintenance over period of time during upgrades.&lt;/P&gt;
&lt;P&gt;Stick to OOTB.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 12:27:15 GMT</pubDate>
    <dc:creator>Ankur Bawiskar</dc:creator>
    <dc:date>2025-10-21T12:27:15Z</dc:date>
    <item>
      <title>Survey Designer Scripting</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409330#M22072</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to have a yes/no questions non mandatory and if user selects all the questions answer as no then it should throw an error and user should not be able to submit the survey and the survey comes up in the service portal. Is it possible to do if yes how can we acheieve,&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 11:45:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409330#M22072</guid>
      <dc:creator>pk2184046</dc:creator>
      <dc:date>2025-10-21T11:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Survey Designer Scripting</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409350#M22073</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/581682"&gt;@pk2184046&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can make other survey question dependent on the previous one&lt;/P&gt;
&lt;P&gt;But scripting not possible, check this&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/controlling-mandatory-of-survey-question-based-on-other-survey/td-p/2755171" target="_blank" rel="noopener"&gt;Controlling Mandatory of Survey question based on other Survey question in same Survey&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:05:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409350#M22073</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-21T12:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey Designer Scripting</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409372#M22075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to show any pop up in survey designer? ? based on our conditions&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:20:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409372#M22075</guid>
      <dc:creator>pk2184046</dc:creator>
      <dc:date>2025-10-21T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Survey Designer Scripting</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409376#M22076</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/581682"&gt;@pk2184046&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's OOTB portal page which renders survey in portal.&lt;/P&gt;
&lt;P&gt;you will have to do heavy customization in your own widget etc&lt;/P&gt;
&lt;P&gt;I will recommend not to do that due to code maintenance over period of time during upgrades.&lt;/P&gt;
&lt;P&gt;Stick to OOTB.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:27:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/survey-designer-scripting/m-p/3409376#M22076</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-21T12:27:15Z</dc:date>
    </item>
  </channel>
</rss>

