Function Name:
getChangeDocPropFieldXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This
function is used to generate Data Definition List for change in Document
Property.
Prototype:
public String getChangeDocPropFieldXml |
( |
|
|
|
String indexId, |
|
|
String indexType, |
|
|
String indexValue |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
indexId |
Index of the field. |
Integer > 0 |
Blank |
indexType |
Type of the field. |
Integer,
Boolean, Date, Float, Long, String, Text, X (Document Index) |
Blank |
indexValue |
Value of the given field Index. |
Depends upon the type of field
type. |
Blank |
Xml containing
field information.
<Field>
<IndexId>12</IndexId>
<IndexType>S</IndexType>
<IndexValue>abc</IndexValue>
</Field>