<?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 add an &amp;quot;On-Hold&amp;quot; button in the Problem Ticket screen to pause SLA? in Virtual Agent forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398509#M21822</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a requirement to add a &lt;STRONG&gt;"Pending/On-Hold"&lt;/STRONG&gt; button in the &lt;STRONG&gt;Problem Ticket&lt;/STRONG&gt; screen. The purpose is to &lt;STRONG&gt;pause the SLA &lt;/STRONG&gt;when the root cause analysis depends solely on a third-party vendor.&lt;/P&gt;&lt;P&gt;Additionally, this button should be &lt;STRONG&gt;visible only to the member of Incident Manager team&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Has anyone implemented something similar or can guide how to achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 06 Oct 2025 09:10:18 GMT</pubDate>
    <dc:creator>surajchacherkar</dc:creator>
    <dc:date>2025-10-06T09:10:18Z</dc:date>
    <item>
      <title>How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398509#M21822</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a requirement to add a &lt;STRONG&gt;"Pending/On-Hold"&lt;/STRONG&gt; button in the &lt;STRONG&gt;Problem Ticket&lt;/STRONG&gt; screen. The purpose is to &lt;STRONG&gt;pause the SLA &lt;/STRONG&gt;when the root cause analysis depends solely on a third-party vendor.&lt;/P&gt;&lt;P&gt;Additionally, this button should be &lt;STRONG&gt;visible only to the member of Incident Manager team&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Has anyone implemented something similar or can guide how to achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 09:10:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398509#M21822</guid>
      <dc:creator>surajchacherkar</dc:creator>
      <dc:date>2025-10-06T09:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398520#M21823</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/595181"&gt;@surajchacherkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so it should be a UI action, you need to do this&lt;/P&gt;
&lt;P&gt;1) ensure you add proper condition for visibility&lt;/P&gt;
&lt;P&gt;gs.getUser().isMemberOf('Incident Manager')&lt;/P&gt;
&lt;P&gt;2) Script&lt;/P&gt;
&lt;P&gt;-&amp;gt; set the state to Pending and update&lt;/P&gt;
&lt;P&gt;3) Ensure your add Pause condition in your SLA to pause it when State moves to Pending State&lt;/P&gt;
&lt;P&gt;what did you start and where are you stuck?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 09:19:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398520#M21823</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-06T09:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398522#M21824</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/595181"&gt;@surajchacherkar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can check out this detailed discussion on the ServiceNow Community - it covers a similar use case about pausing SLAs and might help you design your solution:&lt;BR /&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/pause-in-sla/m-p/2500329" target="_blank"&gt;Solved: Pause in SLA - ServiceNow Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In your case, to implement the "Pending/On-Hold" button with role-based visibility and SLA pausing logic, you'd typically do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;UI Action:&lt;/STRONG&gt; Create a new UI Action (button) on the Problem form.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Condition:&lt;/STRONG&gt; Set visibility based on role (e.g., gs.hasRole('incident_manager')).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt; Add logic to set the Problem ticket to an On Hold state.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;SLA Definition:&lt;/STRONG&gt; Configure your SLA to pause when the state is set to On Hold.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Thanks &amp;amp; Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Muhammad Iftikhar&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;If my response helped, please mark it as the accepted solution so others can benefit as well.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 09:22:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398522#M21824</guid>
      <dc:creator>miftikhar20</dc:creator>
      <dc:date>2025-10-06T09:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398523#M21825</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I dont think Problem has Onhold as out of box Choice. You need to first add this choice to the state field&lt;/P&gt;
&lt;P&gt;Create a UI Action with script&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;current.state = "3"; // Replace 3 with the actual value used in your choice&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;current.update();&lt;/P&gt;
&lt;P&gt;In SLA configuration you need to add pause condition with value as state = Onhold&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 09:22:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3398523#M21825</guid>
      <dc:creator>palanikumar</dc:creator>
      <dc:date>2025-10-06T09:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399350#M21841</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/595181"&gt;@surajchacherkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 03:23:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399350#M21841</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-07T03:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399466#M21842</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;I’ve created a UI action, but it’s not working as expected. When I click the &lt;STRONG&gt;bottom button&lt;/STRONG&gt;, it opens a new Problem record correctly. However, the &lt;STRONG&gt;top button&lt;/STRONG&gt; doesn’t respond at all—clicking it does nothing.&lt;/P&gt;&lt;P&gt;Could you please help me troubleshoot this issue or guide me on what might be missing?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surajchacherkar_4-1759823668582.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475087iE9EFA3CCA448591E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="surajchacherkar_4-1759823668582.png" alt="surajchacherkar_4-1759823668582.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surajchacherkar_3-1759823541983.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475086i7387C849FA608556/image-size/medium?v=v2&amp;amp;px=400" role="button" title="surajchacherkar_3-1759823541983.png" alt="surajchacherkar_3-1759823541983.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 07:54:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399466#M21842</guid>
      <dc:creator>surajchacherkar</dc:creator>
      <dc:date>2025-10-07T07:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399471#M21843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/23358"&gt;@palanikumar&lt;/a&gt;&amp;nbsp;, I have follow the same steps which you have mentioned,&lt;/P&gt;&lt;P&gt;I’ve created a UI action, but it’s not working as expected. When I click the &lt;STRONG&gt;bottom button&lt;/STRONG&gt;, it opens a new Problem record correctly. However, the &lt;STRONG&gt;top button&lt;/STRONG&gt; doesn’t respond at all—clicking it does nothing.&lt;/P&gt;&lt;P&gt;Could you please help me troubleshoot this issue or guide me on what might be missing?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surajchacherkar_5-1759823710541.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475088iE4B00EAF41AC5F7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="surajchacherkar_5-1759823710541.png" alt="surajchacherkar_5-1759823710541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surajchacherkar_6-1759823719827.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475089iA9E6B582D196EF51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="surajchacherkar_6-1759823719827.png" alt="surajchacherkar_6-1759823719827.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 07:55:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399471#M21843</guid>
      <dc:creator>surajchacherkar</dc:creator>
      <dc:date>2025-10-07T07:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399473#M21844</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/595181"&gt;@surajchacherkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your UI action is client side but script is using current object which is server side&lt;/P&gt;
&lt;P&gt;Do these changes&lt;/P&gt;
&lt;P&gt;1) Client Checkbox - Unchecked&lt;/P&gt;
&lt;P&gt;2) Onclick - remove the function&lt;/P&gt;
&lt;P&gt;3) Script - add these 2 lines directly&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;current.state = 105;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;current.update();&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 07:45:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399473#M21844</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-07T07:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399486#M21846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/23358"&gt;@palanikumar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve created a UI action, but it’s not working as expected. When I click the &lt;STRONG&gt;bottom button&lt;/STRONG&gt;, it opens a new Problem record correctly. However, the &lt;STRONG&gt;top button&lt;/STRONG&gt; doesn’t respond at all—clicking it does nothing.&lt;/P&gt;&lt;P&gt;Could you please help me troubleshoot this issue or guide me on what might be missing?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surajchacherkar_0-1759823803415.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475090iC01B32D65FBE618B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="surajchacherkar_0-1759823803415.png" alt="surajchacherkar_0-1759823803415.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surajchacherkar_1-1759823806989.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475091iB93AE97A0DA12330/image-size/medium?v=v2&amp;amp;px=400" role="button" title="surajchacherkar_1-1759823806989.png" alt="surajchacherkar_1-1759823806989.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 07:56:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399486#M21846</guid>
      <dc:creator>surajchacherkar</dc:creator>
      <dc:date>2025-10-07T07:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399495#M21847</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;after modifying UI action, I am getting below error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="surajchacherkar_0-1759824149556.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475094iFD6221690DDF4BE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="surajchacherkar_0-1759824149556.png" alt="surajchacherkar_0-1759824149556.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 08:02:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399495#M21847</guid>
      <dc:creator>surajchacherkar</dc:creator>
      <dc:date>2025-10-07T08:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399503#M21849</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/595181"&gt;@surajchacherkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have State model defined for your problem table&lt;/P&gt;
&lt;P&gt;So it's not allowing you to move from State A to State B&lt;/P&gt;
&lt;P&gt;You will have to update your state model so that you can achieve your requirement and update is allowed and it allows moving from your current State to &lt;STRONG&gt;On-Hold&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_0-1759824513540.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475099iF05C8ED001CBC27B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_0-1759824513540.png" alt="AnkurBawiskar_0-1759824513540.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnkurBawiskar_1-1759824589778.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/475100i380F6E4C01F339B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnkurBawiskar_1-1759824589778.png" alt="AnkurBawiskar_1-1759824589778.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 08:10:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399503#M21849</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-07T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an "On-Hold" button in the Problem Ticket screen to pause SLA?</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399654#M21855</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/595181"&gt;@surajchacherkar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I gave script for UI Action without Client checkbox checked.&lt;/P&gt;
&lt;P&gt;For this one, you can use this code&lt;/P&gt;
&lt;P&gt;function onPendinOnHold(){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;g_form.setValue("state","105");&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;g_form.save();&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 09:50:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/how-to-add-an-quot-on-hold-quot-button-in-the-problem-ticket/m-p/3399654#M21855</guid>
      <dc:creator>palanikumar</dc:creator>
      <dc:date>2025-10-07T09:50:31Z</dc:date>
    </item>
  </channel>
</rss>

