back to top

Customizing the Name of the Infor CRM web client

A lot of customers have asked to have the web client modified from the generic Infor CRM branding to their own company branding.

While a lot of this is fairly easy to accomplish by modifying files directly in the VFS, there is one particular file that is a bit hidden. Lets go through the files:
Login.aspx contains the logo and on screen verbiage. Logo is contained in the SLXBase.css file in the inforSignInDialog section
Logoff.aspx contains the logo and on screen verbiage. Logo is contained in the SLXBase.css file in the inforSignInDialog section
app_localresources/Logoff.aspx.resx contains some branding on the logoff screen.
Masters/App_localResources/Login.master.resx contains the page title for login and logoff pages
Masters/Core.master contains the image file above navbar and application name next to the top toolbars. Image file sizing is in the layout.css file under the navLogo section

That takes care of most of the spots. There is one additional change that is harder to track down. That is the page title for each page within the web client itself. The page title actually gets constructed for each page in the base format of “Infor CRM – Page title”, for instance “Infor CRM – Accounts”. This page construction is built onto each page as it is built during the web portal build and deploy. The code that is constructed onto each page is in a method called SetTitleBar and looks like this:

this.Title = HttpUtility.HtmlEncode(Resources.Portal.PortalBrowserTitle + " - " + text).Replace("'","'");

The Resources.Portal.PortalBrowserTitle relates to a file in the deployed portal in the \AppGloabelResources folder called Portal.resx. This file is not stored in the VFS, but is generated as part of the deployment. There is a way to get to the underlying template used during the deployment however. To do so you can follow these steps:

1) Open the Virtual File System Explorer (Cntrl+Alt+F)
2) Expand out the tree to the following path: Model/Portal/Slxclient
3) Double click the file SLXClient.cabapp.ptl.xml.resx
4) In the file that opens, scroll down to line 124, which should say

<value>Infor CRM</value>

5) Change that line to your specific branding, like:

<value>Customer FX is cool</value>

6)Save the changes to this file.

Now when you deploy the end result is your page title will reflect this new value:

infor-crm-modified-web-page-title

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author
Kris Halsrud
Kris Halsrud
Kris Halsrud is a Senior Analyst / Developer for Customer FX Corporation.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos