Set Reminders

 

Function Name: getSetReminderXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to set Reminder for a set of Users on an Object. Reminder facility is only supported for document. User can also set the inform mode for the Reminder that is, the way by which Users will be informed when Reminder is generated. Presently, two types of Inform modes are supported. They are Mail and Popup. A Reminder is generated when the specified time elapses.

 

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOSetReminder

 

 

Prototype:

 

public String getSetReminderXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String remindersList

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Database Cabinet to which the User wants to connect.

 

N/A

userDbId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

remindersList

A List of Reminders that are to be set. The List is generated by the function getRemindersList.

 

 

 

Output Parameters:

An Input Xml for NGOSetReminders.