• scorpsteals
  • NEWBIE
  • 0 Points
  • Member since 2009

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

I try to create a record using create() with the sample code. But there are no "type" or "Any" fields in the SObject. Does anyone know how to do it? Thanks.

 

account.type = "Account";

account.Any = acct;

 

  • March 13, 2009
  • Like
  • 0