Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathan Stegall

    (@jonathanstegall)

    @ratputin Salesforce often does not provide the most helpful error messages. What I think is happening is that in production, the Contact object requires a Preferred Email. Maybe it supports multiple email addresses somehow, and to create a record one of the emails has to be chosen as the primary.

    This is not a requirement that is built into Salesforce, but I can imagine that some places have to build something like that to support multiple email addresses for a single contact. It seems like maybe they could also select the only email address if there isn’t more than one. But in any case this is the kind of thing that, if the plugin needed to support it, could be done with developer hooks, but because it isn’t in the default Salesforce it is not something the plugin would support by default.

    It could of course be something else, but in any case that is not an error message on a default Salesforce configuration.

    Thread Starter ratputin

    (@ratputin)

    Understood. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code: 400 Error’ is closed to new replies.