An Entry point initiates your Mobile Web flow and represents a well-known URL (Stands for: Uniform Resource Locator) public address.

In a single tenant eSpace, the Mobile Web Entry point for your application is:

http://<hostname>/<eSpace_name>/<entry_name>.aspx | jsf

In a multi-tenant eSpaces, the Mobile Web Entry point for your application is:

http://<hostname>/<eSpace_name>/<tenant_name>/<entry_name>.aspx | jsf

The entry_name argument corresponds to the Name property of the Mobile Web Entry element of the mobile web flow.

In Service Studio you can launch the default browser and execute your eSpace starting at a specific entry point. How?

Start a Mobile Web Flow

The Mobile Web Entry must always be connected to a Mobile Web Screen. When accessing the entry point, internally, the flow is redirected to the Mobile Web screen that is connected to that entry point. If this screen has mandatory parameters that are not specified in the http request, OutSystems Platform automatically uses the default value for the Service Studio data type. See Available Data Types.

See Also

Mobile Web Entry Properties