by Ryan Farley | Aug 31, 2020 | Creatio
If you’re migrating an Infor CRM system to Creatio, which is something Customer FX specializes in, one particularly difficult thing to deal with is what to do with multi-select picklists in Infor CRM. There’s no real reasonable equivalent in Creatio. What we often do is move these to their own detail in Creatio, but this […]
by Ryan Farley | Jun 24, 2020 | Creatio
If you’re adding a Contact lookup where you want the user to chose from user contacts only, instead of all users in the system, you’ll add a normal Contact lookup that gets filtered to show only contacts that are users. I’ve shown before how to filter a lookup, but for filtering for user contacts, there’s […]
by Tate Farley | May 12, 2020 | Creatio
In Creatio, or any system, a dependent lookup is a lookup that the choices are dependent on what’s selected in another lookup. Sometimes they are referred to as cascading lookups. The basic idea is one lookup filters the choices available based on what you pick in another lookup. This is common with things like type […]
by Ryan Farley | May 12, 2020 | Creatio
I wrote an article previously outlining how to modify a lookup’s filter via code. See Filtering Lookups in Creatio. In that article I show how to add an attribute that merges with the lookup, modifying the lookupListConfig for the lookup to add a filter. You can use that same approach to modify other things about the […]
by Ryan Farley | Apr 23, 2020 | Creatio
In my previous article, I wrote about how to filter a lookup using an attribute that allowed you to set the lookup filters in code, rather than with a business rule. In this article we’ll look at a specific example of filtering a contact lookup to only display contacts that are users in a certain […]
by Ryan Farley | Apr 21, 2020 | Creatio
When you add a lookup to an object or page, the default behavior is not filtered, meaning the lookup will search through all records in the lookup object’s table. Often, this isn’t ideal. You can very easily use business rules on a page to set up a simple filter for a lookup, but this might […]
by Tate Farley | Mar 25, 2020 | Creatio
When having a detail with only one lookup, using a whole new edit page for it isn’t really needed, a lookup pop up is all you’d need. The academy has already gone over this but I thought I would just simplify the article. For my example I will create a case subscription detail where you […]
by Kris Halsrud | Jan 30, 2020 | Infor CRM
A long time ago I wrote about how to add a pre condition to a lookup control in the Infor CRM web client. I realized that I had not really specified the options when creating a new LookupPreFilter, specifically what options you have in the OperatorCode. When you add a lookup pre-condition at design time […]
by Ryan Farley | Oct 22, 2018 | Infor CRM
In the Infor CRM (Saleslogix) web client, the Lookup dialogs will default the search field to the first field in the lookup results layout. The operator will default to a default for the data type of the search field. However, this behavior can be changed with some Javascript on a lookup-by-lookup basis. Let’s say we […]
by Ryan Farley | Mar 23, 2018 | Infor CRM
I recently had a request to customize the Lookup dialog in Infor CRM (Saleslogix) to add a hyperlink column that would launch a dialog to show related data to the row in the lookup search results. For this particular request, the customer wanted to add this custom column to any product lookup that would show […]
by Ryan Farley | Dec 12, 2017 | Infor CRM
By default, the columns in the grid on the lookup dialog are not resizable. You get static width columns and the user cannot drag to increase the width of columns. This behavior can be changed with some simple Javascript. The following code will allow the columns in all lookup dialogs to be resizable. This code […]
by Ryan Farley | Nov 7, 2017 | Infor CRM
An annoyance I’ve always had when using the Infor CRM (Saleslogix) Web client is that in lookup dialogs the textbox where you type in a search value is not focused. You can’t just open a lookup and start typing. You have to first click into the textbox, then type in your search value. In my […]
by Kris Halsrud | Oct 30, 2017 | Infor CRM
In the Infor CRM web client the lookup control’s popup dialog defaults to being something like 750px wide. Sometimes this may not be wide enough to incorporate a lookup whose grid contains a lot of columns. You can modify this behavior by extending the base SDataLookup widget. In a previous post I talked about how […]
by Ryan Farley | Sep 21, 2016 | Infor CRM
When associating a related asset to a ticket in the Infor CRM Web Client (Saleslogix), the out of the box behavior will show all assets in the system in the lookup to select an asset. This doesn’t make a whole lot of sense for most people since they usually want to relate an asset that […]
by Jason Buss | Jan 11, 2012 | Infor CRM
Recently, I needed to create an account tab in the web client which would show a number of values from a stand-alone entity in SalesLogix. Using child relationships, SalesLogix web makes this easy to do.
In this example, I'm creating a simple Product tab at the account level. This tab contains a Product Lookup to select a product for the account, and then also shows a number of product fields on the view. These product fields are read only,...
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 Kris Halsrud | Jan 31, 2011 | Infor CRM
The SalesLogix User Lookup control is a custom Lookup control used to search the available SalesLogix users in the System. There is an important property attribute that should be considered when adding the control to a quick form. The attribute is called “Show Non Logged in Users”. By default this attribute is set to […]
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!