Function
Name:
getPickListXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used to fetch the existing values for a
data field in the System, in batches. If DataDefIndex is zero, then all the
values of the data fields and Global Index will be returned.
|
Prototype:
public String getPickListXml(String cabinetName, String
userDbId,
String
dataDefIndex, String objectType,
String
fieldIndex, String prefixstring,
String
startFrom, String noOfRecordsToFetch);
Name |
Description |
Valid Values |
Default Behaviour |
cabinetName |
Name of the
Database Cabinet to which the User wants to connect. |
|
|
userDbId |
UserDatabase ID,
which is returned in the ConnectCabinet call. |
|
|
dataDefIndex |
Data Class Index
whose data value would be returned. |
Integer > 0 |
|
objectType |
Type of Data Class. |
‘F’-Folder &
‘D’-Document |
|
fieldIndex |
Index of the field
associated with Data Class. |
Integer >= 1 |
|
prefixstring |
Some prefix string
that should be compared whle fetching value. |
|
|
startFrom |
Starting Index of
the values if many values are there. |
Integer > 0 |
1 |
NoOfRecordsTo Fetch |
Numbers of Records
set to be fetched. |
Integer > 0 |
50 |
An inputXml string of
the NGOPickList call.