We would like to make some custom fields visible to users if/when they select a product against an opp-product that has a particular characteristic (i.e. the value in a custom field on the product record equals x). I think what I am describing is a dynamic page layout.
We plan to move to Lightening later this year. Before I reach out to a contractor to develop custom code to accomplish this, I wanted to understand if something like this is more standard via Lightening and we should wait for that or if this would even be a custom VF once in Lightening such that we should just proceed now to have that developed.
6 comentarios
@Angela Capaz Christine's solution is still viable. Depending on the use case, some other customers will create lightning components with the fields (lightning:inputFIeld) they want to hide and set a dynamic visibility on the entire component itself. https://releasenotes.docs.salesforce.com/en-us/spring18/release-notes/rn_forcecom_lab_dynamic_app_home_pages.htm You might be able to modify this technique to further meet your requirements.