NGOGetDocStatusCount

This transaction gets the count of documents (Added or Read) in a folder based on Status. When the document is added to the System, its status is Added.

 

Input Parameter description

View sample InputXml

Output Parameter description

View sample OutputXml

 

Input Parameters description

Name

Parent Tag

Description

Valid Values

Default

Values

Option

Root

Unique option for the call.

NGOGetDoc

StatusCount

N/A

CabinetName

Root

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

The name of the Cabinet.

N/A

UserDBId

Root

UserDatabase ID, which is returned in the NGOConnect

Cabinet call.

 

N/A

FolderIndex

Root

Unique Index of the folder for which, the User wants to find the Count of documents based on Status.

Integer >= 0

N/A

DocStatus

Root

Status of the document on the basis of which the Count is calculated.

‘A’ – Added

‘R’ - Read

 

PriorityFlag

Root

If PriorityFalg is ‘Y’ then count of those documents whose importance is marked as ‘HIGH’ will be given

‘Y’ – Yes

‘N’ – No

 

 

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.

Count

Root

Number of documents with the specified Status.

HighPriorityCount

Root

Number of documents whose Priority is set to HIGH.