NGOGetTrackInfo

This call is used to obtain the track information corresponding to a given track number. A track number is a unique number, which can be used to track the action item.

 

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

NGOGetTrackInfo

N/A

CabinetName

Root

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

 

N/A

UserDBId

Root

UserDatabase ID, which is returned in the NGOConnectCabinet call.

 

N/A

TrackNumber

Root

Unique Track number that can be used to track the action item.

 

N/A

 

Output Parameters description

Name

Parent Tag

Description

Option

Root

NGOGetTrackInfo

Status

Root

Status of the call. If the Status is 0, then the call is successful.

TrackInfo

Root

Contains the TrackInfo related with an instance of an action item.

 

Errors returned from call

Code

Message

Comments

-50074

Invalid parameters.

This exception is thrown if the TrackNumber in the input is specified as null.

-50146

Invalid session.

Session corresponding to the UserDBId sent in the call is invalid.

-50006

User account has expired.

The account of the user has expired.

-50010

User not alive.

The user is not alive.

-50125

Cabinet has been locked for Administrative purposes.

The Cabinet has been locked by some user for Administrative purposes.

-50043

GlobalIndex not found.

If a global index with name ‘TrackNumber’ does not exist.

-50048

Field is not associated with Data Class.

If a global index is not associated with a Data class.