Tag: Dialogs
Showing a Message Dialog or Confirmation Prompt in a Creatio Freedom UI Page
Showing Message Dialogs and Confirmation Prompts from a Freedom UI page work by executing a request to show a dialog. You can pass an array of buttons plus a message. This asynchronous request will provide you with the result selected by the user. The request to execute is a crt.ShowDialogRequest. The end result is a flexible message dialog.
To display...
Adding Style to a MessageBox Dialog in Creatio
If you need to apply style to a messagebox dialog in Creatio, you'll need to do a small hack that allows you to identify your specific messagebox in the markup so your CSS/style doesn't apply to all messageboxes. If your dialog is a real dialog or a mini page, this hack isn't needed since you can easily identify those...
Revisited – Fixing Misaligned Toolbar Buttons in a Dialog in the Infor CRM Web Client
My colleague, Kris, recently posted an article about using a custom CSS file to fix Misaligned Toolbar buttons in InforCRM web client dialogs. There is an additional step needed in order for InforCRM. In the core.master file located in the Model/Portal/SlxClient/SupportFiles/Masters folder, the following line needs to be added after line 305 in that file
Launching a Dialog from Client-Side Javascript in Infor CRM Web
Launching a dialog in the DialogWorkspace is typically done via server-side code using the DialogService. However, this is also possible to do via client-side code as well. The Sage.Utility script module makes this an easy task using it's loadDetailsDialog function.
The following code will launch a dialog with the SmartPart/Quickform with an ID of "MyContactForm" for a Contact:
Sage.Utility.loadDetailsDialog({
...
Basics – Setting filters in the OpenDialog common dialog
I wanted to run through quickly how to set filters when using the OpenDialog in the SalesLogix LAN client. When using OpenDialog, it's nice to be able to define filters so that your users only see the type of file that you want them to open. This is really easy to set up.
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.
AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?
Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.
Build Your Creatio AI Skills with the 2026 AI Summer Program
Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.



