NGOPickList

This call is used to obtain the already associated values of a datafield for folder or document in the systemSystem, in batches. If DataDefIndex is zero, then all the dData fFields value and gGlobal iIndex values will be returned.

 

Input Parameter description

View sample InputXml

Output Parameter description

View sample OutputXml

Errors and Warnings

 

 

Input Parameters description

Name

Parent Tag

Description

Valid Values

Default

Values

Option

Root

Unique option for the call.

NGOPickList

N/A

CabinetName

Root

Name of the Cabinet to which the User wants to connect.

 

N/A

UserDBId

Root

UserDatabase ID, which that is returned in the NGOConnect

Cabinet call.

 

N/A

DataDefIndex

Root

Data Class iIndex whose data value would be returned.

 

0

ObjectType

Root

Type of Object for which to fetchthe associated values of the dData field has to be fetched.

F-Folder 

D-Document

 

FieldIndex

Root

Index of the field associated with the Data Class.

Integer >= 1

 

Prefixstring

Root

Some prefix string that should be compared while fetching value. It is used only for string type of fields.

 

No comparison is done

StartFrom

Root

Starting Iindex of the values if many values are there.

Integer > 0

1

NoOfRecordsTo

Fetch

Root

Numbers of records set to be fetched.

Integer > 0

50

 

Output Parameters description

Name

Parent Tag

Description

Option

Root

Unique option for the call.

Status

Root

Status of the call. If the Status is 0, then the call is successful. Else if less than zero, error is reported. Else warning is reported.

NoOfRecordsFetched

Root

Total numbers of records Records fetched.

TotalNoOfRecords

Root

Total numbers of records Records found.

Fields

Root

Starting tag of the fields’ details.

FieldValue

Fields

Value of the field that are is fetched.

 

Errors returned from call

Code

Message

Comments

-50157

Pick list is not available for text type.

To get data Data values for text type of field in is not available.

-50043

Global Index not found.

Global iIndex not found.

-50112

No data found.

No data found for the given fField indexIndex.