<?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 prevent Info messages from disappearing after a few seconds in Service Portal ? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240498#M892144</link>
    <description>&lt;P&gt;After submitting a request in Service Portal one info message is displayed at the top .That message is disappearing after a few seconds.&lt;/P&gt;&lt;P&gt;How to present disappearing of this message.&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/82281i4A353462BE5F5496/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;/P&gt;&lt;P&gt;I have tried the solutuin provided by the below thread but is still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds." __default_attr="1011349" __jive_macro_name="message" class="jive_macro jive_macro_message" data-orig-content="Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds." data-renderedposition="258_8_663_16" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=823e87eddb9cdbc01dcaf3231f961931"&gt;Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds.&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2017 09:49:58 GMT</pubDate>
    <dc:creator>Mihir Mohanta</dc:creator>
    <dc:date>2017-08-08T09:49:58Z</dc:date>
    <item>
      <title>How to prevent Info messages from disappearing after a few seconds in Service Portal ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240498#M892144</link>
      <description>&lt;P&gt;After submitting a request in Service Portal one info message is displayed at the top .That message is disappearing after a few seconds.&lt;/P&gt;&lt;P&gt;How to present disappearing of this message.&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/82281i4A353462BE5F5496/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;/P&gt;&lt;P&gt;I have tried the solutuin provided by the below thread but is still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds." __default_attr="1011349" __jive_macro_name="message" class="jive_macro jive_macro_message" data-orig-content="Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds." data-renderedposition="258_8_663_16" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=823e87eddb9cdbc01dcaf3231f961931"&gt;Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds.&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:49:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240498#M892144</guid>
      <dc:creator>Mihir Mohanta</dc:creator>
      <dc:date>2017-08-08T09:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Info messages from disappearing after a few seconds in Service Portal ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240499#M892145</link>
      <description>&lt;P&gt;Hi Mihir,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Try adding timeout function by copying "SC Catalog Item" widget from sc_cat_item page.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1) add timeout in main function like below&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;function ($scope, $http, spUtil, nowAttachmentHandler, $rootScope, $sanitize, $window, $sce, i18n, $timeout, $log, spAriaUtil,&lt;STRONG&gt;$timeout&lt;/STRONG&gt;) {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2) Add below set of line in client script(at the end)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;$timeout(function(){ &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },3000);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Anantha Gowraram&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2017 10:17:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240499#M892145</guid>
      <dc:creator>ananthagowraram</dc:creator>
      <dc:date>2017-08-08T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Info messages from disappearing after a few seconds in Service Portal ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240500#M892146</link>
      <description>&lt;P&gt;Thanks &lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;Anantha,&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Added $timeout as mentioned by you on this widget. But still info message is disappearing after few secs. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Any idea where it is defined to disappear info message in Service Portal after some time ?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2017 10:35:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240500#M892146</guid>
      <dc:creator>Mihir Mohanta</dc:creator>
      <dc:date>2017-08-08T10:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Info messages from disappearing after a few seconds in Service Portal ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240501#M892147</link>
      <description>&lt;P&gt;This may help you &lt;A title="Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds." __default_attr="1011349" __jive_macro_name="message" class="jive_macro jive_macro_message" data-orig-content="Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds." data-renderedposition="10_125.484375_664_16" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=823e87eddb9cdbc01dcaf3231f961931"&gt;Service Portal (Helsinki): How to prevent confirmation messages from disappearing after a few seconds.&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="gs.addinfomessage portal display business rule" __default_attr="285987" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="gs.addinfomessage portal display business rule" data-renderedposition="31_8_313_16" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=026003e1db98dbc01dcaf3231f961973"&gt;gs.addinfomessage portal display business rule&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Oct 2017 01:55:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240501#M892147</guid>
      <dc:creator>Raju Koyagura</dc:creator>
      <dc:date>2017-10-07T01:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Info messages from disappearing after a few seconds in Service Portal ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240502#M892148</link>
      <description>&lt;P&gt;Service Catalog Properties&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/82283iDA2338B8D7676633/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;</description>
      <pubDate>Fri, 09 Nov 2018 15:45:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-prevent-info-messages-from-disappearing-after-a-few/m-p/2240502#M892148</guid>
      <dc:creator>Sarah15</dc:creator>
      <dc:date>2018-11-09T15:45:51Z</dc:date>
    </item>
  </channel>
</rss>

