std.GetDocStatistics

This job delivers document information for the specified object.

1. Input Parameters

Name Type Required Description

dwObjectType

INT

Yes

Type of the object

dwObjectID

INT

Yes

ID of the object

2. Output Parameters

Name Type Dependency Description

Statistics

STRING

Document information separated by @ in the following order:
Document timestamp;
Server group number where the document is located;
Medium name (WORK is a valid medium name);
Number of documents of the object;
File size in bytes (only when count = 1, DIA not included);
Filename (including path);
Module type number;
Note information (NOTE if note exists);
current document state (DocState);
Object type

3. Return Value

(INT): 0 = Job successful, otherwise error code.