
Announcements
Hi,
I'm building a model drive app, and there are cases where the "view" form doesn't make sense from a UI perspective. Is there a way to bypass this view and take the user directly to the "main" form?
Hi @karimabdelrazek ,
Sorry, it is not supported to bypass the View.
The View is used to determine the content of the Form.
If you skip the View, the app will not be able to determine which record you want to display in MainForm.
Sik