Skip to main content

#LightningLounge

We ran into an issue with using Related Record( related to the same record of context) to have dynamic sections of fields visible based on certain conditions. If the field doesn't exist on that section any validation rule failure means exiting that section figure out where that field is on the other sections and fix it. Unfortunately, if I need to fix two different fields in two different sections it is a catch 22. Is there an easier way to achieve this using configuration without custom lightning components? 

1 comentario
  1. 12 ago 2019, 20:45
    That is indeed a tough challenge. In order to make this work for your end users all the fields that need to be entered for a successful save needs to be on the same component. If the component is really only for reference you can set the fields on the Page Layout to View Only.
0/9000