function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Will ShermanWill Sherman 

How to remove a read only status for a copied field in the opportunity object?

I want to copy certain fields from account object to the opportunity object. I tried adding 'billing address' field in the opportunity object by adding a new custom field with the following formula:
Billing Address (Text) = Account.BillingStreet & ", " & Account.BillingCity &", " &Account.BillingPostalCode &", " &
Account.BillingState &", " &Account.BillingCountry

The system shows the information in the opportunity section in the read only format. I may need to edit this address in the opportunity object. What is the best way to remove the read only status and make the field editable?
Navya AlluriNavya Alluri
Formula field is read only field.....we cannot modify it...try process builder to acheive this
Navya AlluriNavya Alluri
Formula feilds are read only feilds in salesforce..we cannot modify them...create feilds using other data type.....