You need to sign in to do that
Don't have an account?
Raghavendra A
Visualforce page to handle View, Edit and Detailed page mode in a same visualforce page
Hi All,
I am trying to biuld a visualforce page to handle View, Edit and Detailed page mode in a same visualforce page. Could you please help me how to proceed this and also,
Regards,
Raghu
I am trying to biuld a visualforce page to handle View, Edit and Detailed page mode in a same visualforce page. Could you please help me how to proceed this and also,
- Let me know what are the best practices that we need to adopt while doing this.
- Can I use different controllers for different functions like View, Edit or Detailed Page?
Regards,
Raghu
https://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_inlineEditSupport.htm
If you ise this - you can save the record using inline edit feature and view the record on the same VF.