getRemindersList

 

Function Name: getRemindersList

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to generate Reminder List.

 

Input Parameters

Output Parameters

 

Prototype:

 

public String getRemindersList

(

 

 

 

String userIndex,

 

 

String reminderDateTime,

 

 

String comment,

 

 

String informMode,

 

 

String documentIndex

 

)

 

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

userIndex

The Index of the User for whom the Reminder has been set.

 

N/A

reminderDate

Time

It specifies the Date and Time for which the Reminder has to be set.

 

System Date and Time is used.

comment

Specifies any comment associated with the Reminder.

 

 

Blank

informMode

Reserved.

Null

 

documentIndex

The Index of the document for which the Reminder has to be set.

 

N/A

 

Output Parameters:

Xml for Reminders containing Reminders List.

<Reminder>

<UserIndex>1</UserIndex>

<ReminderDateTime></ReminderDateTime>

<Comment>abc</Comment>

<InformMode>P</InformMode>   

<DocumentIndex>1956</DocumentIndex>

</Reminder>