Save method: NotificationManager class

Syntax

Save()

Description

Use the Save method to commit changes to the database.

Parameters

None.

Returns

A Boolean value; True if the Save operation is successful, False otherwise.

Example

Local boolean &bReturn = &objNotif.Save();