Table of Contents

Search

  1. Preface
  2. Installing Customer 360 for Salesforce
  3. Upgrading Customer 360 for Salesforce
  4. Assigning Permissions
  5. Configuring Page Layout
  6. Appendix A: Glossary

Step 2. Deleting the Transaction Entries in the EventQueue Table (Optional)

Step 2. Deleting the Transaction Entries in the EventQueue Table (Optional)

Optionally, delete all the transaction entries in the EventQueue table if the lookup fields of account, contact, and lead are null. The EventQueue table stores the address standardization requests as the transaction entries.
Use the following sample code to retrieve and delete the transaction entries in the EventQueue table if the lookup fields of account, contact, and lead are null:
DELETE [SELECT Id from DSE__DS_Event_Queue__c WHERE DSE__DS_Account__c = NULL AND DSE__DS_Contact__c = NULL AND DSE__DS_Lead__c = NULL];

0 COMMENTS

We’d like to hear from you!