back to top

Infor CRM (Formerly Saleslogix) – New Triggers To Be Aware Of in v8.1

Just a heads up, Infor CRM has added several triggers into the system as part of the upgrade process.  These triggers are used for their ERP integrations.  For most customers who don’t use this integration, these are unnecessary objects that will only result in extraneous data being written to tables that are never used (tables start with ERP).  Worse, they can impact your ability to manipulate your database with t-sql statements.  I recently ran into an issue trying to run an update on the CONTACT table.  The update statement would not run- it hung indefinitely.  Turns out it was the triggers preventing the update.  

I would strongly recommend identifying if you need these triggers in your system.  If not it would not be a bad idea to disable them.

Here is a list of the triggers and the table they are in:

 

 

ACCOUNT_INTEGRATION_INSERT ACCOUNT
ACCOUNT_INTEGRATION_CHANGE ACCOUNT
ACCOUNT_TOMBSTONE ACCOUNT
ACTIVITY_INTEGRATION_INSERT ACTIVITY
ACTIVITY_INTEGRATION_CHANGE ACTIVITY
ACTIVITY_INT_INSTEAD_INS ACTIVITY
ACTIVITYATTENDEE_INT_INSTEAD_INS ACTIVITYATTENDEE
ACTIVITYATTENDEE_INTEGRATION_CHANGE ACTIVITYATTENDEE
ACTIVITYATTENDEE_COUNT ACTIVITYATTENDEE
ADDRESS_INTEGRATION_CHANGE ADDRESS
ADHOCGROUP_INTEGRATION_TOMBSTONE ADHOCGROUP
ADHOCGROUP_INTEGRATION_INSERT ADHOCGROUP
CONTACT_TOMBSTONE CONTACT
CONTACT_INTEGRATION_CHANGE CONTACT
CONTACT_INTEGRATION_INSERT CONTACT
USERACTIVITY_TOMBSTONE USER_ACTIVITY
USERACTIVITY_INTEGRATION_CHANGE USER_ACTIVITY
USERACTIVITY_INT_INSTEAD_INS USER_ACTIVITY

 

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author
Kris Halsrud
Kris Halsrud
Kris Halsrud is a Senior Analyst / Developer for Customer FX Corporation.

1 COMMENT

  1. Yes, deadlocks would be an issue especially during high volume updates like using Scribe. We have run into those types of deadlocks just trying to clean up bad data in the Account and Contact tables by doing mass updates.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

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.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

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.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos