by Ryan Farley | Jan 14, 2021 | Creatio
If you have a text field that contains a URL, by default in Creatio it will just show as text. Meaning, it will not be a clickable link. You can change this so it works like a text field that also has a clickable link like the out of the box web address field in […]
by Ryan Farley | Dec 16, 2020 | Creatio
Customer FX has a new release in the Creatio Marketplace that is now available. This is a developer toolkit for adding a multi-select text control to any page in Creatio. Although it’s a developer toolkit and does require some development to use, the dev skills needed is really pretty minimal. It’s actually pretty easy. Download […]
by Ryan Farley | Nov 17, 2020 | Creatio
When you have a Date/Time column, or just a Time column in Creatio, you’ll get a time picker control that includes a drop down of every 15 minute interval. For example, you’ll see 9:00 AM, 9:15 AM, 9:30 AM, 9:45 AM, 10:00 AM, etc. However, there’s a quick CSS hack that we can use to […]
by Ryan Farley | Oct 1, 2020 | Creatio
I wrote an article previously that covered adding static HTML to labels in Creatio. This article showed some uses of adding static HTML to a page using a label to demonstrate different things you can do with the label control in Creatio. As I mentioned in that article, if you’re wanting to add HTML to […]
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 | Jul 8, 2019 | Creatio
Something that is easy to forget when creating forms in bpm’online is that you have more available to you than what shows up in the page wizard. You can manually add elements to your page that aren’t options in the available control/field types. You can see a list of the available types of elements you […]
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 | Oct 4, 2018 | Infor CRM
The phone control in the Infor CRM (Saleslogix) Web Client format’s a phone number, when possible, and that’s really about all it does. What if you wanted to also make it so you could click the number to dial it. Other similar controls, such as the web address control, provides a button that you can […]
by Ryan Farley | Sep 20, 2018 | Infor CRM
There are times that you might want to prompt a user in Infor CRM (Saleslogix) to make sure a click was intentional. I recently built an integration for a customer that allowed them to add or remove products from their WordPress/WooCommerce website by simply checking or unchecking a box in Infor CRM. I didn’t want […]
by Ryan Farley | May 8, 2018 | Infor CRM
Many years ago I wrote an article titled Making Required Fields More Visible for SalesLogix 7.2 Web where I outlined how to display a message to the user when required fields are missing. Things have changed in CRM since then. In version 7.2, controls used ASP.NET validation with RequiredFieldValidators so you could accomplish showing a […]
by Ryan Farley | Apr 10, 2018 | Infor CRM
The Editable Grid, or SData Grid in the Infor CRM (Saleslogix) web client is a dojo-based grid based on dgrid. This means that, for the most part, you can do just about anything with the editable grid that you can do with dgrid. In Infor CRM, there’s a few layers to the grid that you […]
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 Kris Halsrud | Feb 26, 2018 | Infor CRM
The Infor CRM web client offers a time picker component to its date time control to allow a user to pick from a list of available times. THis control is based on the client side dijit TimeTextBox widget. The unfortunate downside to this widget is it streches from 12AM to 12pm in 15 minute increments […]
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 28, 2017 | Infor CRM
In this article we’ll taking a look at how to use conditional styling for rows in the Editable (SData) DataGrid. We’ll change the look (colors, etc) of the row based on conditions in the data. For the example we will be using, we will modify the TicketActivities grid so that punched-in timed activities that were […]
by Ryan Farley | Nov 21, 2017 | Infor CRM
Out of the box in the Infor CRM (Saleslogix) Web client, when you click an address control to view it on a map it opens Mapquest. I have no idea who actually uses Mapquest, so this isn’t ideal and opening the address in Google Maps would be a far better option. This is changing in […]
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 | Aug 15, 2017 | Infor CRM
The Numeric control used in QuickForms in the Infor CRM Web client is rendered as a Dojo Dijit at runtime. The properties editor in Application Architect does expose a few properties you can set to change how the numeric value is formatted, such as decimal places, etc. However, it doesn’t allow you to specify a […]
by Kris Halsrud | Aug 10, 2017 | Infor CRM
The Infor CRM implementation of a checkbox does not use a standard ASP.Net CheckBox control. Instead it uses its own control implementation that inherits from the CheckBox control. One of the things that I struggled with recently was how to both change the text showing with the CheckBox as well as change the color of […]
by Ryan Farley | Sep 30, 2016 | Infor CRM
Kris wrote previously about a change you can make to allow using QuickForms in Web Browser controls. That change is a necessary one to make, however, there is one more change you must make if you’ll be using QuickForms in the Web Browser control that you will be showing as a dialog. When the form […]
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!