I was trying to …
- I have a screen which was not “lazy loading” screen with part Parent object Contract and child object ContractItem
- I add button to child screen to add button and I want it to be always visible
I was expecting …
- Button would be visible at any contract
Instead I’ve got …
- When there is Contract with no items, button is hidden
- When I click on Contract with items, button appears and then stays for all contracts
Further examination
- When I turn screen into Lazy loaded screen then it works properly. I will solve my “issue” this way but it took me few hours to sort it out
Versions:
- I tested this on 2022.2 and master-latest