Tag: Debugging
Debugging Client Side Code in Creatio (formerly bpm’online)
When you've started writing code for Creatio, without question you'll need to know how to debug your code. To do this, you'll use something like Chrome's dev tools (or something similar) just as you would any Javascript code. However, there's a few things you need to set up to be able to debug the code. Not to mention, how...
Debugging Custom Assemblies Using Visual Studio
Developing for Saleslogix web using external assemblies provides you with a lot of freedom when developing code for Saleslogix web. External assemblies can be helpful when organizing projects, reusing code and working with references to other assemblies. You also have the ability to step through your code for debugging and troubleshooting.
In this post, I'm going to briefly outline how to launch your custom assembly code in debug mode in Visual Studio. I am using Visual Studio 2010 ultimate and a Saleslogix 8.0 web system for this walkthrough.
Debugging SalesLogix business rules in Visual Studio using log4net
To debug SalesLogix business rules in Visual Studio, you can enable logging in the log4net.config file.
To enable logging
Open the log4net.config file of the deployed web portal (Typically this would be something like, InetpubwwwrootSlxClientlog4net.config).
In each of the <Logger>, <Root>, and <Appender> sections, remove the existing comments.
Add the following <logger> section and save your changes:
<logger name="BusinessRules">...
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.



