save method: List class
Syntax
save()
Description
Use this method to save the current activity guide definition to the database. If this is a new activity guide, then the definition is inserted into the database; otherwise, an existing definition is updated in the database.
Parameters
None.
Returns
A Boolean value: True if the save is successful, False otherwise.