Working with Crystal Reports v11.5 and Visual Studio 2010 – Error adding...
I was recently working with a Visual Studio project utilizing the CrystalDecisions components as references. I ran into a curious situation where when I added a reference to the 10.5 version of the...
View ArticleWorking With Selected Rows in the Editable Data Grid in the Infor CRM SLX Web...
The editable grid allows for multi-selecting rows and then clicking a button to perform an action against them. Let’s take a look at how to implement a custom button to do this. The first thing to do...
View ArticleSalesLogix ERP Link- An Overview
With ERP Link, SalesLogix has the capability to integrate with MAS 500 in a more robust fashion than is possible with DynaLink. Lets take a look at the components of ERP Link. Overview of the...
View ArticleWorking with Crystal Reports v11.5 and Visual Studio 2010 – Error adding...
I was recently working with a Visual Studio project utilizing the CrystalDecisions components as references. I ran into a curious situation where when I added a reference to the 10.5 version of the...
View ArticleSQL to add an incrementing counter in results
One thing I alwys forget how to do is to add a sequential number to a query output in SQL. Using the rank function you can get this. A query such as select rank() OVER (ORDER BY accountid) as...
View ArticleErrors installing Web Manifests in Infor CRM 8.3
I was recently working with a client who was having trouble installing the 8.3 Web Action items manifest (Infor v8.3 Action Items VFS.zip). Within this manifest are actions like create triggers or drop...
View ArticleInfor 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 ArticleGetting around how the Address control’s Edit form is not editable in the...
How to get around the fact the SalesLogix web address control has a non-customizable edit dialog.
View Article