Reify Tips and Tricks – Enabling and Visibility of components
Do you have a requirement to only show components when they are needed? For example, showing the contents of a form only when a record is selected from a grid, or enabling interactivity with other components for the same reasons? With Reify this is easily achievable, using the EnableWhen and VisibleWhen settings. Create a new screen with a ListGrid (customerGrid),...