by XTIVIA | Apr 2, 2015 | Blog, Customer Relationship Management
For Infor CRM / Saleslogix SData is the key technology on the server side that enables us to build rich client side applications. Single-page applications are all the rage now and with sdata they can communicate with the Saleslogix database without the need to build a...
by CRM Team | Oct 22, 2014 | Blog, Business Intelligence, Customer Relationship Management, Data Warehousing, Perspectives
1. There are two primary techniques used in today’s statistical world a. Descriptive techniques describe and summarize data b. Inferential techniques allow us to estimate and draw conclusions about populations from samples 2. Data can be formally categorized in three...
by XTIVIA | Oct 21, 2014 | Blog, Customer Relationship Management
Wanted to share a small trick I used to make Infor CRM / Saleslogix more usable on laptops, especially if you have customized screens that are very tall. On devices with a low resolution height, tall screens can push the resize handle low enough that it can’t be...
by CRM Team | Sep 17, 2014 | Blog, Customer Relationship Management
Having set out on the path to the Salesforce Advanced Developer Certification about 2 1/2 years ago, it was a huge relief when I finally got the “Success” result today! This certification is not an easy one (which is good since that makes it all the more...
by CRM Team | Aug 4, 2014 | Blog, Customer Relationship Management
The following requires some HTML5 features, so be sure to consult a compatibility chart before throwing it into a customer’s environment. I needed a way for a user to upload an image as a base64 string. This could be happening from a poor bandwidth connection,...
by CRM Team | Jul 15, 2014 | Blog, Customer Relationship Management
Today I was troubleshooting a strange mobile issue with Infor CRM / Saleslogix mobile on iOS. Whenever the user would hit the back button in the mobile client, they would actually get returned to the previous website they were on rather than the previous form in the...
by XTIVIA | Jul 9, 2014 | Blog, Customer Relationship Management
If you use a dialog with very tall content, InforCRM will automatically add scroll bars to it when it opens up. No problem there. The problem begins when you add content AFTER the dialog was initially opened – for example, if you have a grid with a filter...
by XTIVIA | Jun 26, 2014 | Blog, Customer Relationship Management
Problem: you have an editable grid with a column that needs to display a custom caption according to some properties of the current entity. Solution: on a custom smart part you control the javascript so this can be easily addressed by using the client context service....
by XTIVIA | Jun 15, 2014 | Blog, Customer Relationship Management
Unit Testing Saleslogix (now called Infor CRM) is possible and easy to set up with the recent improvements to the OpenSlx library. The SlxAppSetup class is what you need to initialize the Saleslogix framework and enable you to use EntityFactory, SessionScopeWrapper...
by XTIVIA | May 23, 2014 | Blog, Customer Relationship Management
EDIT: Dynamic Parameters are now supported with the introduction of the Saleslogix Reporting Assistant introduced in v8.1 SNC 03b. However the instructions below work for previous versions which aren’t on the SNC 03b update. An important current shortcoming of...