Get Form List
Function Name: getGetFormListXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to retrieve the list of Forms.
Input Parameters Sample InputXML
Output Parameters Sample OutputXML
Prototype:
public String getGetFormListXml (String cabinetName, String userDBId,
String dataDefIndex, String startFrom,
String noOfRecordsToFetch);
Name |
Description |
Valid Values |
Default Behavior |
CabinetName |
Name of the Database Cabinet to which the User wants to connect. |
|
|
UserDBId |
UserDatabase ID, which is returned in the ConnectCabinet call. |
|
|
dataDefIndex |
Index of the Data Definition for which all the Forms data associated with the Data Class is to be fetched. |
|
N/A |
startFrom |
It is used for fetching Forms in batches. It specifies a number starting from which the next batch of Forms is to be fetched. |
|
N/A |
noOfRecordsToFetch |
It specifies the number of records to be fetched in a batch. |
|
N/A |
An inputXml string of the NGOGetFormList call.