- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Issue Discovered with Modifying Explorers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-27-2011 01:06 PM
Passing this information on, maybe it will help someone avoid an issue down the road.
I modified an existing Explorer by adding a couple of columns and wanted to alias the column names (was adding elements that were dependent on the customer's main address and I wanted that to be clear in the column's name). For the aliased name, I used parenthesis to clarify which element it was sourced from. This is a problem with the way the Explorers are coded to construct the XML that gets passed over to any of the Manage tasks and results in the Explorer crashing.
In my case, it was the Sales Order Line explorer that I added an aliased column of...
CustPriceGroupID(Main Addr)
and it crashed when selecting Manage>View/Edit Sales Order.
The Explorer code needs to be encoding these values to allow for special characters to be used when constructing the XML. Until Sage fixes that bug, you will want to avoid using parenthesis (and any other special characters that fall into this group) in any aliased column names that are used in Explorers when they may interact with a Manage task.
Re: Issue Discovered with Modifying Explorers
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-02-2011 03:27 PM
I have made the necessary fix for the upcoming 7.5 release. However, to incorporate this into 7.4 or 7.3 we need this issue raised through support.


