During the lifecycle of a Reactive OutSystems screen, at what point does check permission work?
Hi @Mostafa.Ahmed
thanks
Prince
Thanks a lot
Hi,
From Screen and Block Lifecycle Events:
"While displaying the splash screen, the application checks the user role against the roles with permission to access the screen (defined in the screen properties). After this verification, the Initialize event happens and the respective event handler action, the On Initialize is triggered."
Hi Mostafa
Hope its helpful .