Skip to main content

In the "Build an Event Registration App", the data import fails with an error, 

 

"REQUIRED_FIELD_MISSING:Required fields are missing: [Attendee__c]:Attendee__c --"

 

EDIT: Solution: create a new playground and build the project in the new playground.

 

The file has the Attendee column, the Event Registration object has the Attendee field. Column is mapped. The other data columns import. The file looks ok with comma delimiters. I'm on a Mac, the line endings may be different, but again, the other columns import. What is causing this error?

 

edit: This is an import process that's having a problem, not a program. This is from a Salesforce Project so you can load it up and try it yourself. The Event_Registration.Attendee__c field is a related field to the Contacts object, not a text field or other scalar. Whatever the built-in constraints are, I do not have the option to remove any "Required" flags. 

 

#Trailhead Challenges

7 answers
  1. Mar 11, 2024, 4:35 PM

    Thank you for the responses, but they do not address the issue. Is there a way to respond directly to individual messages?

     

    EDIT: Solved by building the project in a clean, new playground.

0/9000