by Kris Halsrud | Sep 1, 2020 | Infor CRM
This article outlines an issue with using calculated fields to construct the Infor CRM LAN client hyperlink string due to issues using forward slashes in calculated fields.
by Kris Halsrud | Nov 13, 2017 | Infor CRM
This was an oldie but a goodie that I originally wrote for slxdeveloper.com way, way back in 2005! While most of my work is geared towards developing in the web client now, every once in a while I have to dust of the VBScript brain cells and remember out how to do these things. In […]
by Mark Duthoy | May 26, 2016 | Infor CRM
The Lead conversion to a contact will fail if you are not filling in the entire address for the lead. There won't be any message telling the user that the address is insufficient just a failure
by Jason Buss | Jan 25, 2012 | Infor CRM
If you work on SalesLogix across a number of remote desktop connections and a number of different workstations as I do, you may occasionally run into an issue where the Properties or Toolbox windows cannot be made visible. This happens when you first start a Remote session from a machine with a greater screen resolution, move one of those windows to the far right of the screen, then start a Remote session on a machine with a smaller resolution. ...
by Jason Buss | Nov 2, 2011 | Infor CRM
The Quick Find functionality in the SalesLogix web client is a fast and easy way to look up information from many different areas in SalesLogix, but did you know you could modify the layout of the various lookups displayed in that interface? The functionality is a little hard to find if you don't know where to look, but this post will explain how you can modify the Quick Find lookups.
by Jason Buss | Jun 3, 2011 | Infor CRM
In this post I'll outline some of the functionality available to you in the Standard Ticket Activity support script for SalesLogix LAN. As with the other built in SalesLogix scripts, access to this functionality allows you the ability to control the various processes regarding ticket activities.
Most of these functions and methods deal with populating the activity and history tables.
by Jason Buss | Jul 19, 2010 | Infor CRM
The SLX_Common script included in SalesLogix contains a number of simple, yet useful, functions that you can use within your own functionality to save yourself some time by not having to reinvent the wheel each time you need some simple functionality.
by Jason Buss | Feb 5, 2010 | Infor CRM
In a recent project, I used triggers to enforce some data rules in the Ticket area of SalesLogix. We did this because our client was using both the LAN as well as the Web clients. We were having some difficulty seeing changes in the LAN client when values were set in the Web, and vice-versa.
by Jason Buss | Aug 12, 2009 | Infor CRM
Back in January, I posted about the SalesLogix picklist data structure, and outlined how to use the data found in the picklist table to populate other controls such as comboboxes and listboxes. You can find that article here.) If you are performing customizations to version 7.2 or later of SalesLogx, this processes can be greatly simplified by using Application.Picklist instead of directly querying the database.
by Jason Buss | Aug 5, 2009 | Infor CRM
Did you know that you can include SQL views in SalesLogix? This can be a very handy method to include data that is not normally part of SalesLogix. It is important to note, that these changes are not sync-aware. However if you are running SalesLogix LAN in a network only environment, this can be a helpful way to include data from external sources.
by Jason Buss | Jul 8, 2009 | Infor CRM
Prior to version 7, there was limited access to those activity and history areas in SalesLogix. In a recent project, I had to perform a series of tasks upon completing an activity with a particular Type/Category/Result combination. This had to be done in an 6.2.1 system. In order to do this, I had to modify the OnCompletedActivity active script. I wanted to briefly wanted to outline the modifications I made to this area, just for anyone who i...
by Jason Buss | Jun 24, 2009 | Infor CRM
From time to time, you may find that you want to reference a control or script on a form other than the one you are currently on. This can be done easily using the Forms collection in SalesLogix.
by Jason Buss | May 27, 2009 | Infor CRM
I wanted to quickly outline a process for passing a condition to a Crystal report in two simple steps. Say you've created an account report that you want to launch via a button on the account detail, limited to the current account record.
by Jason Buss | May 13, 2009 | Infor CRM
In my last blog post, I described how to use the Progress Bar control to provide feedback to a user when running time intensive processes. In addition to the Progress Bar control, the Animate control can also be used. Animate ControlThe Animate control is very simple to use. A number of animations are inlcuded to cover standard […]
by Jason Buss | May 7, 2009 | Infor CRM
When performing lengthly updates in the SalesLogix client, it's a good idea to provide the user with some degree of feedback so that it doesn't appear as though SalesLogix has locked up. The Progress Bar control, can be used for this purpose:
by Jason Buss | Apr 29, 2009 | Infor CRM
The opportunity snapshot on the Opportunity Detail view is a handy place to display summary information, but customizing it can be a bit confusing.
by Jason Buss | Apr 1, 2009 | Infor CRM
For my next few blog posts, I'll go through the steps required to create a new main area in SalesLogix.
by Jason Buss | Mar 25, 2009 | Infor CRM
I wanted to take this blog post to briefly outline the different types of Forms available to you in the SalesLogix LAN client, mostly for anyone who is new to creating views and customizing SalesLogix.
by Jason Buss | Feb 11, 2009 | Infor CRM
By using ADO, you have a powerful resource for reading and storing data in SalesLogix. In this basics article, I'll outline the main components involved in constructing and using an ADO recordset in general, and specifically with SalesLogix . If you've never worked with ADO before, this simple example will give you what you need to incorporate ADO into your own customizations.
by Jason Buss | Jan 28, 2009 | Infor CRM
Recently, I've been working on a customization which calls for one of a number of Merge Forms to be ran based on certain criteria. This is a pretty simple process, and here's how I did it:
First of all, I need to get the pluginid for the appropriate Merge Form, based on my criteria. This can be found in the "Plugin" table, based on the plugin type of 25, and the name of the Form. In this case, these forms have been created b...
Subscribe To Our Newsletter
Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!
You have Successfully Subscribed!