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
AbAb 

Render VF page in Page layout (this VF is avail in edit and detail layout)

Hello,

I have page layout on Quote. I want to make one section custom.

Based on the Value from the Opportunity, the visualforce page will be hidden or show.
The VF page will be available in EDIt and detail layout.

How can i implement this use case ?

thank you for suggestion

 
Best Answer chosen by Ab
Khan AnasKhan Anas (Salesforce Developers) 
Hi,

Greetings to you!

You can control when a component appears on a record page by adding filter conditions and logic to its properties. It’s all handled by the Lightning App Builder. So, you can control the visibility of your visualforce page by "Set Component Visibility" feature in App Builder.

Please refer to the below link which might help you further.

https://releasenotes.docs.salesforce.com/en-us/winter18/release-notes/rn_forcecom_lab_dynamic_pages.htm

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas