back to top

Tag: API

Posting Data to the Creatio OData REST API from PowerShell

Creatio's OData REST API is easy to use. However, it is typically a multi-step process to first login, then do your actual request. Also, there are items from the login request that must be added to subsequent requests (cookies and adding the BPMCSRF cookie value returned from the login to a BPMCSRF header). This article will show you how...

Retrieving Object Properties, Captions, and Other Details via the Creatio REST API

If you need to retrieve the details for a Creatio object/entity, you can easily access this information via the REST API. The DataService has an endpoint that will provide all the details for an object such as the caption, the primary display column, what sort of access rights is defined for the object, as well as details for all...

Reading Data Using the Infor CRM SData REST API from a .NET Application Using the DotNetSDataClient Library

When working with the Infor CRM SData REST API from a .NET application or website, there are a few different choices for libraries you can use to make the SData code easier. The original library was called the SDataCSharpClientLib, which I have written about previously. However, the SDataCSharpClientLib was replaced with the newer DotNetSDataClient library. I figured it was...

Consuming Data from External Applications in SalesLogix Mobile Customizations

The SalesLogix Mobile client is more customizable than you might think. It's easy to assume that the new architecture isn't as customizable as you might be used to with SalesLogix Web or LAN clients. However, it does sometimes take some rethinking. In this article we'll look at how to add a customization that pulls in data from the Twitter API and displays on the contact detail. We'll delay the loading of the data so that the contact detail will display quickly and bring in the data from Twitter when it is received.

Including Nested Payloads with SData for SalesLogix

When you're developing an application or customization using SData for SalesLogix, the fewer trips you make to the server the better. Moving data back and forth across the wire will always be the biggest bottleneck in your code, so making use of nested payloads will save you some trips by bringing all the data you're after back in one pass.

Writing Queries for the SalesLogix SData API

In this fourth post in the SalesLogix SData series, I will introduce how to write queries for SalesLogix SData and will point to a useful resource as you get started, or more comfortable with SData. View the SalesLogix SData Developer series index SData Query Language Be sure to first take a look at my last post which covers how to retrieve data...

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.