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
Jerry RoamesJerry Roames 

NPSP error with XML

I keep on getting this error when trying to upload: Description Resource Path Location Type System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, npsp.TDTM_Contact: execution of BeforeInsert caused by: System.AssertException: Assertion Failed: Expected: null, Actual: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [First_Name__c, Last_Name__c, Street_Address__c, City__c, Zip__c]: [First_Name__c, Last_Name__c, Street_Address__c, City__c, Zip__c] (npsp) : [] MyProfilePageControllerTest.cls /MySFTest/src/classes line 34 Force.com run test failure

Does anyone have a work around?
Sanjay.GeorgeSanjay.George
HI Jerry,

You need to provide more context on what you are doing?

Usually the issue is because you need to update the corresponding test classes if any assocaited.

------
Sanjay George