Infor CRM 8.3.09 Web Client Error with URL Control
"Decoded string is not a valid IDN name. Parameter name: unicode." at System.Globalization.IdnMapping.GetAscii(String unicode, Int32 index, Int32 count)
View ArticleInfor CRM Web Client – Quotes Do Not Total For Negative Product Amounts
We recently had a customer report an issue to us that when adding products to a Quote in the Infor CRM web client, that the subtotal values do not take into account products where the price has been...
View ArticleControlling the Range of Times in the Infor CRM Web Time Picker
The Infor CRM web client offers a time picker component to its date time control to allow a user to pick from a list of available times. THis control is based on the client side dijit TimeTextBox...
View ArticleMaking Lookups in the Infor CRM History Dialog Hyperlinks
One thing that irks me about the dojo based Activity and History lookup widgets is that they don’t allow hyperlinking. While I get you don’t want users leaving the current page in the middle of...
View ArticleFixing Timeless Activity Displays in the Infor CRM 8.3.09 Web Client
In the Infor CRM 8.3.09 web client timeless activities in the sdata grid display their dates as one day off due to UTC offset incorrectly being applied to these records. The sdata grids all inherit...
View ArticleGetting Timeless Activities to Display Correctly in Groups in Infor CRM 8.3.09
In my last blog I talked about how to fix timeless activities to show the correct date in sdata grids. A different fix needs to be put in place in order to have these same dates show correctly if they...
View ArticleDetails on the Newly Released 8.3.10 update for Infor CRM
Infor just released update 8.3.10. This fix contains A LOT of fixes to issues that are present in 8.3.09. Infor splits the delivery of these into 3 sets of files, SNC, Core, and Model. Typically the...
View ArticleMore Details on 8.3.10 (Core Update) for Infor CRM
Yesterday I mentioned what files changed between 8.3.09 and 8.3.10 in regards to the Model update. For the Core update, there is essentially even less. Almost all of the changes here are to the...
View ArticleAdding Automatic Filters to Crystal Reports Run Through the Infor CRM Web Client
Filed under “when did this get added”. I just found that in the 8.3.09 Infor CRM system that the Crystal Report “Activities: Current Activities – Sample” when run through the web client acts...
View ArticleFixing the Infor CRM Web Email Control to Handle Single Quotes
In the Infor CRM client for all levels of 8.3 and 8.4 if you have an email control that contains an email like “phil.d’angelo@gmail.com’ the email address is not correctly used to open a new email...
View ArticleFinding all changes to an Entity using the IChangedState
A long time ago Ryan wrote about how to check for a specific change to a field in this blog post. Today I wanted to show a more generic way of using the same functionality to show all changes made to...
View ArticleFun with Style Sheets! In the Infor CRM Web Client!
Sometimes the little joys in life make all the difference when you are slogging through Infor CRM development. One such little joy for me is when things finally come easy. For instance, what I am...
View ArticleMore fun with Style Sheets! In the Infor CRM Web Client!
While you might have thought the fun would stop with my last post, oh no! Lets take a look at another style modification that you can make to tighten up those picklist drop downs. Normally, in the...
View ArticleA fix for older versions of Infor CRM and Chrome incompatibility
At the end of May Chrome released a new version that makes it incompatible with the xstyle parsing of css that older Infor CRM clients use. You can read more about it here. The fix for this is pretty...
View ArticleChanging the default Sort of a Lookup Control in the Infor CRM Web Client
Normally, a lookup in the Infor CRM Web Client is determined based on the order of the columns as defined at design times. The search of the lookup defaults to the left most column in the layout and...
View ArticleFixing the Chrome Incompatibility with Infor CRM Web 8.3x
In an earlier post from last week I talked about how to fix pre-8.3 systems. In Infor’s never ending quest to make a never ending quest, they decided to change where this stuff exists in Infor CRM...
View ArticleModifying the Edit Name Dialog in the Infor CRM Web Client
How to edit the Infor CRM Web Client's name control edit dialog which is a tasty dojo widget.
View ArticleFixing Inconsistent “Unsaved Data” Message Appearance in the Infor CRM Web...
The Infor CRM web client in at least versions 8.3.09 and 8.3.10 there is inconsistency in when, or if, the “Unsaved Data” dirty flag appears at the top of the web client to let users know that there...
View ArticleRequired Activity Attributes in the Infor CRM 8.4 Web Client
We recently ran into an issue with a client on 8.4 who was doing a back-end SQL data import into the Activity table. The were unable to see any of the Activities from the main Activity Manager page in...
View ArticleIssue Deleting or Editing Activities in the Infor CRM web client
Troubleshooting why some activities could not be edited or deleted leads to a newly discovered data consistency issue with the USERNOTIFICATION table.
View Article