Sequential Workflow Action Button with mode = Always is not visible on child screen

I was trying to …

  1. I have a screen which was not “lazy loading” screen with part Parent object Contract and child object ContractItem
  2. I add button to child screen to add button and I want it to be always visible
    obrazek

I was expecting …

  1. Button would be visible at any contract

Instead I’ve got …

  1. When there is Contract with no items, button is hidden
    obrazek
  2. When I click on Contract with items, button appears and then stays for all contracts

Further examination

  1. 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

I cannot reproduce the problem in master. Can you share your model and some test database?