<?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 I have confirmation alert. If I click in the confirmation OK, should visible the manufacturer field. in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/i-have-confirmation-alert-if-i-click-in-the-confirmation-ok/m-p/3069594#M1151611</link>
    <description>&lt;P&gt;Hi Experts&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the confirmation alert. If click on the OK I want to make visible the manufacturer filed. If I click on the cancel I want to make manufacturer field hide.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 13:17:19 GMT</pubDate>
    <dc:creator>dhineshkumar</dc:creator>
    <dc:date>2024-10-09T13:17:19Z</dc:date>
    <item>
      <title>I have confirmation alert. If I click in the confirmation OK, should visible the manufacturer field.</title>
      <link>https://www.servicenow.com/community/developer-forum/i-have-confirmation-alert-if-i-click-in-the-confirmation-ok/m-p/3069594#M1151611</link>
      <description>&lt;P&gt;Hi Experts&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the confirmation alert. If click on the OK I want to make visible the manufacturer filed. If I click on the cancel I want to make manufacturer field hide.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:17:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/i-have-confirmation-alert-if-i-click-in-the-confirmation-ok/m-p/3069594#M1151611</guid>
      <dc:creator>dhineshkumar</dc:creator>
      <dc:date>2024-10-09T13:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: I have confirmation alert. If I click in the confirmation OK, should visible the manufacturer fi</title>
      <link>https://www.servicenow.com/community/developer-forum/i-have-confirmation-alert-if-i-click-in-the-confirmation-ok/m-p/3069886#M1151701</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/251529"&gt;@dhineshkumar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can use the below code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var response = confirm("&amp;lt;Enter Your Message&amp;gt;");
	
// If user click on OK
if(response){
	g_form.setDisplay("manufacturer", true);
}
// If user click on Cancel
else{
	g_form.setDisplay("manufacturer", false);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solution helps you then, mark it as accepted solution&amp;nbsp;‌‌&lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; and give thumbs up&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 17:06:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/i-have-confirmation-alert-if-i-click-in-the-confirmation-ok/m-p/3069886#M1151701</guid>
      <dc:creator>debendudas</dc:creator>
      <dc:date>2024-10-09T17:06:03Z</dc:date>
    </item>
  </channel>
</rss>

