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
Admin User 853Admin User 853 

How we add InlineEdit Functionality into Custom Setting based Opportunity detail VF pages?

Hello,
My Opportunity Detail page is Visualforce page which can come data from Custom setting using dynamic SOQl. I couldnt add InlineEdit functionality into my custom visualforce page.In my Visualforce page there section & custom field comes from Custom Setting data. Please give me solution as early as possible.

Thanks.
 
sandeep sankhlasandeep sankhla
Hi

please refer the below link and mark this as solved if it solves your issue

https://developer.salesforce.com/releases/release/Spring11/Visualforce+Inline+Editing

https://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_inlineEditSupport.htm
Swayam  AroraSwayam Arora
Hi

You need to add inlineEdit="true" to your <apex:detail inlineEdit="true"> tag.

Please close the thread marking this answer as Best Answer if it really helped. Closing the thread help others finding the correct answer.