• adamruss
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hi,

 

Our "Contact" object contains a custom field - 'uuid' (uuid__c).

I am able to query  and get the objecy by that field (uuid__c="somthing"). But after I have the contact object, how do I change the field?

 

c.uuid__c = "new string"l give me an error, and c.setUuid__c() does not exists.

 

can anyone help?

 

 

Hi,

 

Our "Contact" object contains a custom field - 'uuid' (uuid__c).

I am able to query  and get the objecy by that field (uuid__c="somthing"). But after I have the contact object, how do I change the field?

 

c.uuid__c = "new string"l give me an error, and c.setUuid__c() does not exists.

 

can anyone help?