Tag: Creatio
An Introduction to Performing Client-Side Queries Using EntitySchemaQuery in Creatio (formerly bpm’online)
Something that is pretty necessary to know how to use when developing in Creatio is how to perform queries. When doing a query from client-side code on a page in Creatio you'll use the EntitySchemaQuery. This article will cover some EntitySchemaQuery basics and some samples for performing a query for a single object, given it's Id, and also a...
The CRM Magazine 2019 Award Results Are In
Bpm'online (now Creatio) leads in 3 important categories.
Every year CRM Magazine releases their CRM Market Leader Award winners and this year bpm'online was acknowledged as a CRM Market Leader. Anaysts from various industry experts such as Forrester Research, Nucleus Research, and G2Crowd, judged the leading CRM vendors to choose the top five solutions in nine different categories. Bpm'online was...
3 Reasons You Don’t Want to Miss This Webinar
Join us on Wednesday, August 21st at 2pm CDT
Are you registered for this week's bpm'online webinar? If the answer is no, we think you should reconsider. Here are the top 3 reasons you should join us:
Familiarize yourself with what the next generation of CRM solutions can do.
Learn about the transition to low-code/no-code CRM.
Get an honest comparison...
Embedding a Webpage on a Tab in Creatio (formerly bpm’online)
Sometimes the easiest way to integrate some other website in bpm'online is to just embed it on a tab. That's a pretty easy task. Additionally, you can easily include values from the record in bpm'online in the URL so the webpage is specific to the record you're currently viewing.
For an example of this, I recently created a section in...
Getting the Most From the Creatio (formerly bpm’online) Code Editor
The bpm'online built-in code editor is an in-browser editor, which is never exactly ideal, but it does the job. However, there's some things you can take advantage of to get the most out of your experience using the editor.
The first thing that will help your experience is knowing that the bpm'online editor uses the Ace editor, which is an...
Determining if a Page is in Add or Edit Mode in Creatio (formerly bpm’online)
You'll often want to know in your page code if the page is in add mode or edit mode. This is useful to perform only certain action in cases where the record is being added vs edited.
To know if the page is in add mode, you'll also likely want to check if the page is in copy mode. Bpm'online...
Programmatically Selecting, Showing, or Hiding Tabs on a Page in Creatio (formerly bpm’online)
If you want to draw the user's attention to a particular tab on a bpm'online page, you can easily set the active tab using the tab's name (look for your tab in the diff to know what it's name is).
Setting the Active/Selected Tab
this.setActiveTab("GeneralInfoTab");
Showing or Hiding a Tab
To show or hide a tab, you will need to get the tab from...
Refreshing a Page or Detail Sections on a Page from Client Code in Creatio (formerly bpm’online)
In bpm'online, if a page has performed some server-side functions via a process or configuration service, you might want to refresh/reload the page or certain detail lists on the page when it is complete to show the updated values.
Reload the Entire Entity
This will reload all bound data on the page, including any related detail lists on the page:
this.reloadEntity();
Reload All...
Opening an Edit Page to Add or Edit a Record from Client Code in Creatio (formerly bpm’online)
If you need to open an edit page programmatically to add or edit a record in bpm'online, this can be easily done using the built-in openCardInChain method. This allows you to specify an edit page and indicate if you want to add a new record, or edit an exiting one. If you're adding a record, you can supply default...
Retrieving the ID of a Lookup Item from it’s Name Using C# in Creatio (formerly bpm’online)
Lookup columns in bpm'online store an ID value, not the actual text. For example, the City lookup doesn't store the City name itself, it stores the ID value for the selected City from the City lookup table. If you're working with ESQ queries, this isn't exactly apparent, since you'll reference the "City" column and get back the related object...
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.



