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
debradebra 

Any tips/tricks/best practice to shown specific page layout for Order Product add/edit/edit all based on Order Record Type

We have been struggling with salesforce lack of support for Opporutnity, quote and order product record types arghhh.....
Any suggestions on methods to show users different layouts when add, edit and edit all for a products (Opportunity, quote or order).
I would like to avoid/minimize doing any Apex code (i.e custom controller, controller extension) if possible.
One option I'm considering is Visual Force page using standard controller with page sections shown or hidden based on parent Order record's Record type - not 100% sure this is possible without controller extension!
Wondering if there are any tricks to override standard New, Edit buttons to show a specific page layout without VF?
Also any tips to customize the product selection screen and multiple line edit screens?

Thanks
Debra