<?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 Modifying a Pop Up Message in Training and Certifications forum</title>
    <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345626#M8124</link>
    <description>&lt;P&gt;There exist a pop up message when we export a record list to Excel. &amp;nbsp; When the pop up message occur the text contains the following: &amp;nbsp; "Export Complete". &amp;nbsp; Then below is another text that reads "Are there records from your file? &amp;nbsp; See: Manage Export Limits for File Export". &amp;nbsp; We want to get rid of that text in the pop up message. &amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;To produce steps. &amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. &amp;nbsp; Go to any record list&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. &amp;nbsp; Right-click and select "Export"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. &amp;nbsp; Select "Excel"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Our instance is:&lt;/P&gt;&lt;P&gt;Build name: Dublin&lt;/P&gt;&lt;P&gt;Build date: 07-29-2014_1811&lt;/P&gt;&lt;P&gt;Build tag: glide-dublin-09-13-2013__patch5-07-29-2014&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked other Dublin releases and Eureka releases and they do not have the text message that we are seeing. &amp;nbsp; Any ideas on how to get rid of this message?&lt;/P&gt;</description>
    <pubDate>Sat, 25 Oct 2014 20:29:18 GMT</pubDate>
    <dc:creator>ricmanuel</dc:creator>
    <dc:date>2014-10-25T20:29:18Z</dc:date>
    <item>
      <title>Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345626#M8124</link>
      <description>&lt;P&gt;There exist a pop up message when we export a record list to Excel. &amp;nbsp; When the pop up message occur the text contains the following: &amp;nbsp; "Export Complete". &amp;nbsp; Then below is another text that reads "Are there records from your file? &amp;nbsp; See: Manage Export Limits for File Export". &amp;nbsp; We want to get rid of that text in the pop up message. &amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;To produce steps. &amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. &amp;nbsp; Go to any record list&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. &amp;nbsp; Right-click and select "Export"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. &amp;nbsp; Select "Excel"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Our instance is:&lt;/P&gt;&lt;P&gt;Build name: Dublin&lt;/P&gt;&lt;P&gt;Build date: 07-29-2014_1811&lt;/P&gt;&lt;P&gt;Build tag: glide-dublin-09-13-2013__patch5-07-29-2014&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked other Dublin releases and Eureka releases and they do not have the text message that we are seeing. &amp;nbsp; Any ideas on how to get rid of this message?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2014 20:29:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345626#M8124</guid>
      <dc:creator>ricmanuel</dc:creator>
      <dc:date>2014-10-25T20:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345627#M8125</link>
      <description>&lt;P&gt;I am on Eureka Patch 5 and I do get this message. &amp;nbsp; Unfortunately this popup is in the server side Java code that you cannot edit. &amp;nbsp; But it does utilize gs.getMessage() function to localize the messages. &amp;nbsp; This allows you to change the message to your needs. &amp;nbsp; What I did to test this is to make the message a single space and the results are:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ServiceNow.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/7227i24072CE75F009C0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ServiceNow.png" alt="ServiceNow.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;To replicate this create 3 new message records:&lt;/P&gt;&lt;BR /&gt;&lt;OL&gt;&lt;LI&gt;Go to System Localization\Messages.&lt;/LI&gt;&lt;LI&gt;Click New and enter "Are records missing from your file?" into the Key field and put a single space in the Message field and click submit.&lt;/LI&gt;&lt;LI&gt;Repeat for "Manage Export Limits for File Export" and "See: "&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you have multiple languages setup in your instance you will need to replicate these records for those languages as well.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Oct 2014 22:00:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345627#M8125</guid>
      <dc:creator>Michael Ritchie</dc:creator>
      <dc:date>2014-10-25T22:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345628#M8126</link>
      <description>&lt;P&gt;Thank you MIchael, &amp;nbsp; I implemented this and it worked. &amp;nbsp; Thanks for your help!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Oct 2014 19:44:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345628#M8126</guid>
      <dc:creator>ricmanuel</dc:creator>
      <dc:date>2014-10-26T19:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345629#M8127</link>
      <description>&lt;P&gt;Awesome good to hear. &amp;nbsp; Please mark this post as answered so others can leverage it as well.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Oct 2014 22:48:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345629#M8127</guid>
      <dc:creator>Michael Ritchie</dc:creator>
      <dc:date>2014-10-26T22:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345630#M8128</link>
      <description>&lt;P&gt;Hi, Thanks for the solution but I'm not finding System Localization\Messages. &amp;nbsp; I do find System Localization module but it does not contain Messages. &amp;nbsp; I am on Eureka. &amp;nbsp; Not sure which patch. &amp;nbsp; It is one of the latest patch as we are just upgrading.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2015 17:57:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345630#M8128</guid>
      <dc:creator>np11</dc:creator>
      <dc:date>2015-01-28T17:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345631#M8129</link>
      <description>&lt;P&gt;I am on Eureka as well. &amp;nbsp; Here is a screen shot of my out of the box System Localization table:&lt;/P&gt;&lt;BR /&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/7231i65DD9841BBC08539/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;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You may want to right click on your System Localization application header to edit it and ensure that Messages isn't set to false. &amp;nbsp; It is helps, the messages module takes you to the sys_ui_message table so you can always type in "sys_ui_message.list" in the filter text to be taken to the messages.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2015 18:04:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345631#M8129</guid>
      <dc:creator>Michael Ritchie</dc:creator>
      <dc:date>2015-01-28T18:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345632#M8130</link>
      <description>&lt;P&gt;My bad! &amp;nbsp; I did not see this. &amp;nbsp; I only saw the module System Localization. &amp;nbsp; I now see the application System Localization but still do not see the Messages module. &amp;nbsp; My options below. &amp;nbsp; I did go directly to the table and created the three entries as described and it works like a charm. &amp;nbsp; Does this break any out of the box code?&lt;/P&gt;&lt;BR /&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/7237i20ABDA34F81B9DD8/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;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2015 18:34:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345632#M8130</guid>
      <dc:creator>np11</dc:creator>
      <dc:date>2015-01-28T18:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345633#M8131</link>
      <description>&lt;P&gt;Your instance has definitely been customized as those order values in the 10,000s are not the out of the box values. &amp;nbsp; You can always recreate it too.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Title: Messages&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Application menu: System Localization&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Link Type Table: List of Records&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Table: Message (sys_ui_message)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regarding if it breaks out of the box code... it will definitely change the text for any code that utilizes these UI messages. &amp;nbsp; The whole idea of the UI Messages table is for customers to be able to edit the text of popups, error messages, etc to suite their needs. &amp;nbsp; Or in your case remove messages that aren't useful. &amp;nbsp; Since you did edit these out of the box records, they will show as skipped in the Upgrade History if ServiceNow decides to change these records for some reason. &amp;nbsp; But I wouldn't worry about these.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2015 19:25:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345633#M8131</guid>
      <dc:creator>Michael Ritchie</dc:creator>
      <dc:date>2015-01-28T19:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345634#M8132</link>
      <description>&lt;P&gt;Thanks for your quick and helpful responses! &amp;nbsp; Have a great day!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2015 19:50:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345634#M8132</guid>
      <dc:creator>np11</dc:creator>
      <dc:date>2015-01-28T19:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345635#M8133</link>
      <description>&lt;P&gt;Thank you for sharing this! &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It works great except that the "question mark" icon is still there... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I posted an enhancement request for it (&lt;SPAN class="tabs2_section tabs2_section_0" data-header-only="false" data-section-id="4fc4979ec0a8016401e142a5a0c599ce"&gt;&lt;SPAN class="section" data-header-only="false"&gt;&lt;SPAN&gt;FTASK21191) because it should be possible to remove completely this message without this workaround.(on our company we do want to invite users to go to the Wiki because it is too technical)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN class="tabs2_section tabs2_section_0" data-header-only="false" data-section-id="4fc4979ec0a8016401e142a5a0c599ce"&gt;&lt;SPAN class="section" data-header-only="false"&gt;&lt;SPAN&gt;Also I find it weird that ServiceNow do not put messages in the Message table for all strings that are displayed. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN class="tabs2_section tabs2_section_0" data-header-only="false" data-section-id="4fc4979ec0a8016401e142a5a0c599ce"&gt;&lt;SPAN class="section" data-header-only="false"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2015 13:02:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345635#M8133</guid>
      <dc:creator>valerie_gallot</dc:creator>
      <dc:date>2015-02-17T13:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345636#M8134</link>
      <description>&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thank you for sharing the information!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This solution worked fine when upgraded our instance from Calgary to Eureka. But now when we upgraded from Eureka to Fuji, the 'Manage record limits for file export' is now showing again though the UI Messages is just a space for all three messages (&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;Are records missing from your file?/&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;Manage Export Limits for File Export/See:).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;The server side script doesn't use the UI Messages in the new UI as part of Fuji?&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;Thanks and Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;Santhosh&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2016 15:01:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345636#M8134</guid>
      <dc:creator>santhoshaitha</dc:creator>
      <dc:date>2016-08-24T15:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345637#M8135</link>
      <description>&lt;P&gt;I am not sure about Fuji but I am surprised you only recently upgrade to Fuji given G and H are released. &amp;nbsp; Both of those releases don't even present the message at all:&lt;/P&gt;&lt;BR /&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/7234iCCDBF020B8446CF8/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;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2016 15:47:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345637#M8135</guid>
      <dc:creator>Michael Ritchie</dc:creator>
      <dc:date>2016-08-24T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a Pop Up Message</title>
      <link>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345638#M8136</link>
      <description>&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This is for a Self-hosted instance and not in ServiceNow cloud.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Our client has a policy of maintaining the n-2 release version and so had to wait till now to upgrade to Fuji.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It would be very helpful if we can find something for this issue in Fuji.&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;Santhosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2016 15:55:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/training-and-certifications/modifying-a-pop-up-message/m-p/345638#M8136</guid>
      <dc:creator>santhoshaitha</dc:creator>
      <dc:date>2016-08-24T15:55:08Z</dc:date>
    </item>
  </channel>
</rss>

