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
Vandenn Krouch 3Vandenn Krouch 3 

Error Update failed. First exception on row 1 with id 003f4000001S8e9AAC; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [Connection]: [Connection]

I'm in NPSP and using Household Model. I try to merge two households together and get this error. What setting have I not enabled? Thanks!
RKSalesforceRKSalesforce
Hi Vandenn,

As per the error msg, reason is Required fields are mission. Take id in the error and try to update the record, may be you will get what all fields are required and missing.
If above solution doesnt work the please provide more information.

Please mark as best answer if helped.

Regards,
Ramakant 
 
mukesh guptamukesh gupta
Hi Vandeen,

you are not updating "Connection" filed,  if you are using APEX code then add this filed in query and fill related value, or if you are updaitng by data loader or any tool then you can not blank this field, because it's a mandatory field.

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh
Vandenn Krouch 3Vandenn Krouch 3
Ramakant and Mukesh, thank you for your reply. However, I do not know how resolve the issue based on your feedback. I'm experienced with Salesforce, but still learning. Can you provide some steps please.