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
dianna.raisordianna.raisor 

Best way to make certain field appear when a specific product is selected from the Asset Object

I need some direction on the best (and easiest way) to change the fields on a page when different products are selected from the Asset object. 

 

What I am looking for is when a new asset is added (or edited) to an account the user must select a 'Product' from the Standard Product lookup field.  When the page loads there should be some fields on the page that are specific to the product that was selected. 

 

Is this best for page layouts? A Trigger? Some Apex code?

 

All help is appreciated.

_Prasu__Prasu_

I think that should be possible by implementing the combination of recordtype, layout and workflows or trigger.