by Nick Galler | Jul 1, 2015 | Blog, Customer Relationship Management
Often when one needs to access the value set in an HTML control from the client side script it is tempting to reach into the DOM object and retrieve it directly, using something like this for example: var c =...
by Nick Galler | Jun 12, 2015 | Blog, Customer Relationship Management
This is a very common request – the customer wants to see some rows highlighted in the data grid based on the data. For example, they might want to see opportunities with a sales potential above $1M highlighted in green. How might we achieve that in InforCRM?...
by Nick Galler | 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 Nick Galler | 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 Nick Galler | 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 Nick Galler | 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....