MAPLogout method: IntBroker class

Syntax

MAPLogout(MAP_layout)

Description

Use this method to generate the logout URL for this Mobile Application Platform (MAP) application. This URL can be assigned to a button, link, or some other page element. When the user clicks this element, the user is signed out of the application.

Parameters

Parameter Description

MAP_layout

Specifies the name of the MAP application (layout) as a String.

Returns

A String value.

Example

Use this method to return the URL that can be assigned to a button, which when clicked will sign the user out of the application.

&URL_str = %IntBroker.MAPLogout(&MAP.LayoutName);