Creating a Login Page
The login page is named after the Web App project and has the .login file extension. Only one .login
file can be created within a Web App project.
The <Login>
element creates the default login mask. The attributes of the element can be used to configure the login mask.
To create an individual login mask, a Detail Component must be declared within the <Login>
element. All layouts and controls of the X4 Web Apps can be used in the Detail component.
The Detail component overrides the default login mask. If you declare a Detail component, you must define an individual login mask in the Detail component.
Right-click on the Web App project.
Click New > Login.
The file for the login page is created.