Skip to main content
dragan loncar ha fatto una domanda in #Visualforce
Hi  

I wanted  to update  field membership status in  object  contact   using this       contact.Membership_Status__c = "Approved";

when i open  object contact i can see  field membership Status has formula:

text( Latest_Membership__r.Membership_Status__c )

I am gettinh error 

The error returned was Unable to create/update fields: Membership_Status__c. Please check the security settings of this field and verify that it is read/write for your profile or permission set. 

​The  fields without formula i can update 

Please help 

 
1 risposta
  1. 11 gen 2018, 15:11

    To my knowledge you cannot update a formula field. 

    As per your formula, this formula field is calculated based on a field named "Membership_status__c" from "Latest_Membership__c" object. Try updating this field. This will automatically recalcualte the Membership_Status__c on contact object! 

0/9000