function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sandeep WaliaSandeep Walia 

Why does analytic snapshot fail if the target object has a trigger running on it?

Keith McRaeKeith McRae
Sandeep,

You may want to have a look at this:
https://help.salesforce.com/HTViewHelpDoc?id=data_troubleshooting_snapshots.htm&language=en_US

Target objects are not allowed to have insert triggers.

Doesn't explain why!

Keith