Entry
Collaborate with us
Edit this page on GitHub
Defines the UI flow entry and represents part of the URL address. The last part of the URL is the value of the Name property of the Entry: <entry_name>.aspx
. The full URL is in the format http://<hostname>/<module_name>/<entry_name>.aspx
. The Entry Point with the property Is Default set to true is the index page of the web application.
Properties
Name | Description | Mandatory | Default value | Observations |
---|---|---|---|---|
Name | Identifies an element in the scope where it is defined, like a screen, action, or module. | Yes | ||
Description | Text that documents the element. | Useful for documentation purpose. The maximum size of this property is 2000 characters. |
||
Is Default | Set to Yes to make this entry the starting point of the module. | Yes | Yes | The entry will redirect to the screen it points to. |