I have a screen called Customer and has a parameter Id.
To open a screen through code I am using:
Application.ShowCustomer(customerId);
I am calling it in Customer Screen, but nothing happens. I can open a different screen, but I need to open same screen but with different entity.
I am not sure what is currently happening.
Thanks