• Cloud Mobile
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi everyone

Anyone know why I can¿t query the field "MiddleName" of the Account object? The API version of my Apex class is 33.0

I'm getting the error:
No such column 'MiddleName' on entity 'Account'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name.

I've enabled the options:
Enable Middle Names for Person Names and Enable Name Suffixes for Person Names

Regards
Hi everyone

Anyone know why I can¿t query the field "MiddleName" of the Account object? The API version of my Apex class is 33.0

I'm getting the error:
No such column 'MiddleName' on entity 'Account'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name.

I've enabled the options:
Enable Middle Names for Person Names and Enable Name Suffixes for Person Names

Regards