Activity › Forums › Salesforce® Discussions › What is Inline Salesforce Visualforce page?
Tagged: Inline Visualforce Page, Page Layout, Salesforce Records, Salesforce Visualforce Page, Standard Controller
-
What is Inline Salesforce Visualforce page?
Posted by Suraj on April 25, 2017 at 1:37 PMWhat is Inline Salesforce Visualforce page?
Parul replied 7 years, 7 months ago 3 Members · 2 Replies -
2 Replies
-
Hi Suraj
Inline editing lets users quickly edit field values, right on a record’s detail page. Editable cells display a pencil icon (Editable Field) when you hover over the cell, while non-editable cells display a lock icon
you can refer to: http://sfdcsrini.blogspot.com/2014/08/how-to-use-inline-visualforce-page.html
& you can refer to: http://blog.jeffdouglas.com/2009/05/08/inline-visualforce-pages-with-standard-page-layouts/
Hope it may help you
- [adinserter block='9']
-
An inline visualforce page is a vf page which can be embedded within a detail page of a record. Salesforce allows doing so, in the edit page layout option. A vf page would be available for embedding in the detail page layout provided page is using standard controller of that particular object. For example, in the below example a inline vf page of standard controller ‘contact’ would be available for embedding in contact records only.
Log In to reply.