Function Name: getRemindersList
Class: com.newgen.dmsapi.DMSInputXml
Description: This
function is used to generate Reminder List.
Prototype:
public String getRemindersList |
( |
|
|
|
String
userIndex, |
|
|
String
reminderDateTime, |
|
|
String
comment, |
|
|
String
informMode, |
|
|
String
documentIndex |
|
) |
|
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 |
Xml for
Reminders containing Reminders List.
<Reminder>
<UserIndex>1</UserIndex>
<ReminderDateTime></ReminderDateTime>
<Comment>abc</Comment>
<InformMode>P</InformMode>
<DocumentIndex>1956</DocumentIndex>
</Reminder>