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
Mrityunjaya VashishthaMrityunjaya Vashishtha 

Change a Read Only Field to editable.

Hello SF Experts,
I have populated a custom field 'Notes__c' [Text(Long)] using workflow Rules(Field Update). I have used a formula field along with my created custom field(Notes__c) to populate the field in this rule:
Formula(Text) + Notes__c
this action supposed to create a log record for any change in record.
Everything is working fine.....
"BUT".... after insertion of values in Notes__c, i'm not able to edit it as it becomes Read Only.
I have tried all the field level security access and also enable 'Edit Read-Only Fields' option in system permission for my own profile.
I want it to be editable after geeting the valies from the workflow rules.
Please Help. 
VinayVinay (Salesforce Developers) 
Hi Vashishtha,

As per my understanding, it might be changing page UI where field is read only.  can you check on this?

Thanks,