- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2014 01:29 PM
There exist a pop up message when we export a record list to Excel. When the pop up message occur the text contains the following: "Export Complete". Then below is another text that reads "Are there records from your file? See: Manage Export Limits for File Export". We want to get rid of that text in the pop up message.
To produce steps.
1. Go to any record list
2. Right-click and select "Export"
3. Select "Excel"
Our instance is:
Build name: Dublin
Build date: 07-29-2014_1811
Build tag: glide-dublin-09-13-2013__patch5-07-29-2014
I checked other Dublin releases and Eureka releases and they do not have the text message that we are seeing. Any ideas on how to get rid of this message?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2014 03:00 PM
I am on Eureka Patch 5 and I do get this message. Unfortunately this popup is in the server side Java code that you cannot edit. But it does utilize gs.getMessage() function to localize the messages. This allows you to change the message to your needs. What I did to test this is to make the message a single space and the results are:
To replicate this create 3 new message records:
- Go to System Localization\Messages.
- 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.
- Repeat for "Manage Export Limits for File Export" and "See: "
If you have multiple languages setup in your instance you will need to replicate these records for those languages as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2014 03:00 PM
I am on Eureka Patch 5 and I do get this message. Unfortunately this popup is in the server side Java code that you cannot edit. But it does utilize gs.getMessage() function to localize the messages. This allows you to change the message to your needs. What I did to test this is to make the message a single space and the results are:
To replicate this create 3 new message records:
- Go to System Localization\Messages.
- 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.
- Repeat for "Manage Export Limits for File Export" and "See: "
If you have multiple languages setup in your instance you will need to replicate these records for those languages as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2014 12:44 PM
Thank you MIchael, I implemented this and it worked. Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2014 03:48 PM
Awesome good to hear. Please mark this post as answered so others can leverage it as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2015 09:57 AM
Hi, Thanks for the solution but I'm not finding System Localization\Messages. I do find System Localization module but it does not contain Messages. I am on Eureka. Not sure which patch. It is one of the latest patch as we are just upgrading.