---
title: "Dynamic Entity Reference module  8.x-2.x  not compatible with Acquia Cloud Platform"
date: "2025-02-05T23:43:08+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/93886-dynamic-entity-reference-module-8x-2x-not-compatible-acquia-cloud-platform"
id: "332b3bc3-a2dc-40fa-9c49-1e859c733697"
---

Table of contents will be added

**Issue**
---------

When you try to run "drush entup" to update the Saleforce mapped objects with the Dynamic Entity Reference module, you get this error:

    General error: 1419: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable): DROP IF EXISTS salesforcemapped_object_der_update

**Affected Applications/Limitations**
-------------------------------------

Dynamic Entity Reference (DER) module, version 8.x-2.x uses MySQL triggers to update the entities but [Acquia Cloud Platform has disabled the use of stored procedures, triggers, and MySQL functions in all environments](/node/56338).

This version doesn't work on the Platform if you have numeric IDs for the entities. It works fine with string IDs (ex: 'A123') as the triggers are not used for the update.

**Resolution**
--------------

Switch to [Dynamic Entity Reference module, 8.x-1.x](https://www.drupal.org/project/dynamic_entity_reference) or newer.