Imported contacts and account successfully.
Trying to import donations with NPSP Data Import Wizard
Data upload works fine but when I do the import I get the error
kell01.OpportunityTrigger: execution of AfterInsert
caused by: System.DmlException: Insert failed. First exception on row 0; first error: INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY, insufficient access rights on cross-reference id: a0p36000001
For all the records. I have no processes running.
3 respostas
Sue,
It is more of a developer question. A trigger is written on Opportunity object which get fired when you update anyhitng on that object.
The error shows that this trigger has a bug which is trying to update another object records in a wrong way. A developer would analyse and fix what kind of updates are happenning withing trigger causing the issues. It doesn't look like a permission issue.