Version

Utility.showMessage

This method is used to display an alert, which includes a title and descriptive text.

Syntax

SPlus.Utility.showMessage (title, message);

Utility.showMessage Parameters

Parameter

Type

Description

title

String

Title of the alert.

message

String

Message to be displayed in the alert.

Sample

For a sample with this API method, refer to the Integrating SharePlus APIs to your Mobile Workspace procedure.