Function Name: getModifyGlobalIndexFieldXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to generate Global Index field XML.
Prototype:
public String getModifyGlobalIndexFieldXml |
( |
|
|
|
String indexId, |
|
|
String indexType, |
|
|
String value, |
|
|
String oldValue |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
indexId |
Index of the data field. |
|
|
indexType |
Type of the data field.
|
I – Integer Type T – Text Type S – String Type L – Long Type D – Date Type B – Boolean Type F – Float Type X – Document Index |
|
value |
Value of the Index (Field). |
|
|
oldValue |
Old value of field. |
|
|
Xml for field containing Properties of the field.
<Field>
<IndexId>1</IndexId>
<IndedType>T</IndexType>
<IndexValue>two</IndexValue>
<OldValue>two</OldValue>
</Field>