Checkbox field.
I want to display checkbox ONLY in edit mode, using standard page layout.
Is there any way to achieve this without coding Visualforce page?
Asked
Active
Viewed 1,541 times
2
Andrii Muzychuk
- 2,412
- 5
- 36
- 50
apex:detailand some simple jQuery to set the checkbox fields' CSS property todisplay:none. Requires a bit of Firebug or the like work to hack into the generated HTML and of course, the solution isn't supported by SFDC so it has fragility issues. But I've done things like this before. – cropredy Nov 23 '15 at 18:00