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
NareshNaresh 

Display all fields of an object in edit mode

Hi,
Is there a way I can display all fields of an object in edit mode (input fields) just like an <apex:detail /> tag displays all fields in the detail mode?



Thanks in advance!

Thanks,
NG
Ron HessRon Hess
Not at this time, you must construct the edit page using inputField one for each field you will show on the page. this will become hard coded, and not use the pagelayout information to draw the edit page.
NareshNaresh
Thanks Ron!
steve_andersensteve_andersen
I just posted this idea. Please vote it up as I think it's a great compliment to Apex triggers!

Steve