back to top

Infor CRM (Formerly Saleslogix) Allowing quickforms to be used within the Web Browser control in the web client

The Infor CRM web client has a “browser control” that allows you to embed another smart part onto a smart part.  This is what is used for the Opportunity snapshot area on the Opportunity Detail page.  Normally only custom smart parts are used in the OOTB implementation.  It is possible to use quickforms, however there is a current bug with how quickforms are constructed that prevent you from using them, unless you do the following step.  This is because the quickforms use a template to add a design button to the form, however this doesn’t work within the browser control.  TO get around this limitation, follow these steps:

In the Application Architect, in the Virtual File System Explorer (Control + Alt + F), expand out Model…Quickforms…Web

Locate the file  QuickForm2Web.vm.  Double click this file.

 

In the normal v8.1  version of this file, on line 96 you should see the following:

 $generator.addToFormLoadCode(“if (!RoleSecurityService.HasAccess(${Q}Administration/Forms/View${Q}))”)

 

Change that to be (all on one line):

$generator.addToFormLoadCode(“if (RoleSecurityService != null && !RoleSecurityService.HasAccess(${Q}Administration/Forms/View${Q}))”)

 

Then save the changes to the file.

Now when you build and deploy you will be able to place quickforms within the web browser control.

Important:

You must close and reopen Application Architect after making this change. Then, do a full rebuild by going to the “Build” menu and select “Rebuild Web Platform” (or hold the Control/CTRL key while clicking the Build Web Platform button on the toolbar).

Also, if you’re using an exported VFS on the file system, you need to change this in the exported model. Navigate to the directory where your model exists and locate the files to change there. The Virtual File System Explorer area in Application Architect is only looking at the files in the database, not in the exported model. If you’re using the VFS in the database, the files in the Virtual File System Explorer are the correct ones to change, but not for an exported VFS in the file system.

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