back to top

Tag: bpm'online crm

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...

Recently Viewed Records Add-on in the Creatio (formerly bpm’online) Marketplace from Customer FX

Having worked for so many years with Infor CRM, one feature I missed in bpm'online was the recently viewed records menu. It displayed the history of records you accessed so you could quickly navigate between records you might be working with at that moment. So, I decided it would make a perfect add-on for bpm'online. I've released Recently viewed...

Programmatically Navigating to a Page in Creatio (formerly bpm’online)

If you need to redirect the user to a specific page from your client-side code in bpm'online, there are a few options. The first is to publish the "PushHistoryState" message and supply the location/url as the hash for that message. For an example of this, the code below will navigate to the Contact section: this.sandbox.publish("PushHistoryState", {hash: "SectionModuleV2/ContactSectionV2"}); The "hash" parameter provided...

Adding Custom CSS Style Sheets to a Page in Creatio

Adding custom style sheets in Creatio is a very easy task. You can add custom style sheets to specific pages or sections, or even globally to the entire application. In this article we will look at adding a custom style sheet to the Opportunity page. For this example, we'll just apply a simple style to display the Amount field...

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.