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...
Sometimes you want to make a form as client-side as possible. Below is an example of how to perform a client-side CSV export in Saleslogix. This process exports an Editable Grid’s data to CSV from a quickform using an “On Client Click” action for a...
How to fix Could not find UpdatePanel with ID ‘mainformUpdatePanel’ If you get this error while in ListView: This may come from the fact that the group viewer “hides” the control that contains the “mainformUpdatePanel”. There is an...
Need updating time Units in ticket activities Entity? Recently I was asked to customize the add/edit ticket activities form in SalesLogix (now known as InforCRM) so that when users click the save button it will auto populate the Completed Date field with the current...
Today we needed to make a picklist field multiselect in the Saleslogix mobile client. Unfortunately this appears to be broken in Mobile 3.0.3. To work around this we had to override two functions in the picklist field’s definition on the edit form. Hopefully...
Today we wanted to add several custom buttons (schedule activity and complete unscheduled activity buttons) in an editable grid. At first we thought about doing the usual convert to custom smart part, however that would have made simpler customizations down the road a...
In Infor CRM / Saleslogix 8.1 a lot of the operations are now performed in an out of process service called “Job Service” for improved performance. This is great because no longer does the web server need to be bogged down with bulk activity operations,...