Function Name: getAddGlobalIndexToDocumentXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function associates the GlobalIndexes that exist in the System with a document.
|
Prototype:
public String getAddGlobalIndexToDocumentXml |
( |
|
|
|
String cabinetName, |
|
|
String userDbId, |
|
|
String documentIndex, |
|
|
String fieldList |
|
) |
|
Function Overloaded:
public String getAddGlobalIndexToDocumentXml (
String cabinetName,
String userDbId,
String documentIndex,
String currentDateTime,
String rightsFlag,
String fieldList
)
Name |
Description |
Valid Values |
Default Behavior |
cabinetName |
Name of the Database Cabinet to which the User wants to connect. |
|
N/A |
UserDbId |
UserDatabase ID, which is returned in the NGOConnectCabinet call. |
|
N/A |
documentIndex |
Index of the document. |
Integer >0 |
N/A |
FieldList |
Contains information about Alarms that have to be set. This List can be generated using the function getChangeDocPropFieldXml. |
|
N/A |
currentDateTime |
Current Date and Time at which call is made to server |
Valid Date in the format- YYYY-MM-DD HH:MM:SS |
Current Date and Time of the server |
RightsFlag |
Indicates whether user rights on the specified document are to be checked or not.‘Y’ - Yes, ‘N’ - No |
Y or N |
Y |
Input Xml of call NGOGetAddGlobalIndexToDocumentXml.