<?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 create a button in List view in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440086#M11865</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How to create a button in LIST view when user clicked on that it should open a new form to submit a record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pihu&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 15:15:40 GMT</pubDate>
    <dc:creator>Pihu1</dc:creator>
    <dc:date>2022-02-24T15:15:40Z</dc:date>
    <item>
      <title>How to create a button in List view</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440086#M11865</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How to create a button in LIST view when user clicked on that it should open a new form to submit a record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pihu&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:15:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440086#M11865</guid>
      <dc:creator>Pihu1</dc:creator>
      <dc:date>2022-02-24T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a button in List view</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440087#M11866</link>
      <description>&lt;P&gt;Create an UI action and select &lt;STRONG&gt;List banner button&lt;/STRONG&gt;&amp;nbsp;option. And use below script:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;var url = 'https://&amp;lt;instance-name&amp;gt;.service-now.com/&amp;lt;table_name&amp;gt;.do?sys_id=-1';
action.setRedirectURL(url);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace &lt;STRONG&gt;instance-name&lt;/STRONG&gt; with your instance name and &lt;STRONG&gt;table_name&lt;/STRONG&gt; with the name of the table you want to create record in.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:34:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440087#M11866</guid>
      <dc:creator>Ravi Peddineni</dc:creator>
      <dc:date>2022-02-24T15:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a button in List view</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440088#M11867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Are you looking to create a new UI Action on header of list view? If yes, you can follow below steps and select the type of button you want to create&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/20233i3694FD04DFE68770/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/20235i49CEAEE4C89ED81C/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please mark it helpful and mark it as Correct answer if it resolves your issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Palak Gupta&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:42:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440088#M11867</guid>
      <dc:creator>Palak Gupta</dc:creator>
      <dc:date>2022-02-24T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a button in List view</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440089#M11868</link>
      <description>&lt;P&gt;Hi Ravindranath,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its not redirecting to New Record form its showing alert as 'No Records selected'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pihu&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:50:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440089#M11868</guid>
      <dc:creator>Pihu1</dc:creator>
      <dc:date>2022-02-24T15:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a button in List view</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440090#M11869</link>
      <description>&lt;P&gt;Can you post the screenshot of the UI action?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 19:40:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440090#M11869</guid>
      <dc:creator>Ravi Peddineni</dc:creator>
      <dc:date>2022-02-24T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a button in List view</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440091#M11870</link>
      <description>&lt;P&gt;Yes, please find below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/20236i8246A7514FC82F08/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pihu&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 11:01:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-create-a-button-in-list-view/m-p/440091#M11870</guid>
      <dc:creator>Pihu1</dc:creator>
      <dc:date>2022-02-25T11:01:14Z</dc:date>
    </item>
  </channel>
</rss>

