Download page Configuring Visualforce Page for Price Waterfall Screen.
Configuring Visualforce Page for Price Waterfall Screen
You can embed a custom Visualforce (VF) page on the waterfall screen in Salesforce to display additional data related to line items and enable further customization based on your requirements.
To create a visualforce page
Go to Setup > Custom Code > Visualforce Pages and click New.
Enter Label and Description for the visualforce page. Name will be auto populated once you enter the Label.
Create Visualforce Markup for the price waterfall screen. Example:
To configure visualforce page in config system properties
Go to Setup > Config System Properties and click Manage.
SearchSystem Properties and click Edit.
In the Custom Waterfall Section field, enter the created Visualforce page name.
Specify the section height to ensure the custom section displays properly on the waterfall page. For example, "Custom_Waterfall_Page?height=300". The default section height is 400.