back to top

Tag: Javascript

Working With Selected Rows in the Editable Data Grid in the Infor CRM SLX Web client

The editable grid allows for multi-selecting rows and then clicking a button to perform an action against them. Let's take a look at how to implement a custom button to do this. The first thing to do is to add a new Tool to the grid. In the quickform, click on the editable grid. In the...

Modifying the Infor CRM SLX Web Client Email Control’s Input Validation

In a previous blog post I detailed how to extend the Infor CRM SLX email control to have different validation rules about the kind of data that is considered a valid email address. Previously the email control had pretty rudimentary validation, only enforcing there was something before and after an @ symbol. Starting in version 8.5.0 the...

Saleslogix v9.1 Sales Library Functional Security Inconsistency

How to fix the inconsistent application of secured action rights to the visibility of toolbar buttons within the Saleslogix v9.1 Sales Library screen

Infor CRM Getting Custom Entities Working with Activity Associations

How to get the activity association functionality in Infor CRM to actually work with custom entities.

Overriding Modules in Creatio (formerly bpm’online)

A key part of developing in Creatio is the concept of overriding to add or change functionality. This is easily done with view modules. As a matter of fact, this is exactly what the wizards are doing when you customize an existing section or page. You can do this as well by creating a "Replacing Client Module" and selecting...

Issues with Script Includes on Quick Forms in the Infor CRM 8.4.03 Web Client

Discussion of issues with include script attributes on quick forms in the Infor CRM web client.

Deleting Records from Client-Side Code using DeleteQuery in Creatio (formerly bpm’online)

In my previous two articles, I covered how to insert and update data from client-side code in Creatio. This last article in this series will cover how to do deletes from client-side code as well. Similar to how UpdateQuery worked, we'll provide a filter (just like with EntitySchemaQuery) that indicates the record, or records, to delete. We can delete a...

Updating a Record from Client-Side Code using UpdateQuery in Creatio (formerly bpm’online)

In my previous article, I covered how to insert a record from client-side code using InsertQuery. In this article we'll cover how to update data from client-side code using the UpdateQuery object. The UpdateQuery looks pretty much the same as the code for the InsertQuery, we'll create the object and specify the rootSchemaName (the object we're updating), add the column...

Inserting a Record from Client-Side Code using InsertQuery in Creatio (formerly bpm’online)

There might be times when you need to insert a record from client-side code on a page in Creatio. While it is easy to add records in a process, you can also do the same from the form code itself using an InsertQuery object. Let's take a look. For this scenario, we'll say we have an object named UsrWidget that's...

Creating Reusable Client-Side Code With Mixins in Creatio (formerly bpm’online)

In my last article I covered how to create reusable code in Creatio using modules. In this article I will cover a similar concept of creating reusable code using mixins. A mixin is a way to create reusable code where the code in the mixin becomes a part of the code you're adding it to. You're not inheriting this...

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.