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
srikanth msrikanth m 

How to view read only field after created a record but not while creating.

Hi friends.

I am new to Salesforce. I am learning SFDC customization. Kindly help.
I have a custom field (Fee) in accounts tab and which have workflow to get value from Course(Custom) tab. I want to view this field only after saving the record but not while creating the record. Any help is appreciated.

Thanks in Advance.

M Srikanth
Ramu_SFDCRamu_SFDC
Two ways to do this

1. Make the field as Read-Only either through Field Level Security or Page Layouts, however it would still show the label name on the edit page without any textbox/picklist.
2. Create a visualforce edit page and you will have full control of what fields to show or hide.
Pravi_1133Pravi_1133
You can do this by using recordset I guess.


--Praveen.