std.AdjustRetentions

This job adjusts the retention date of an archived document to the planned retention date.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

[dwObjectID]

INT

No

ID of the object. If not specified, all documents of the specified type will be adjusted.

dwObjectType

INT

Yes

Object type. If dwObjectID is missing, all documents of this type will be adjusted.

2. Output Parameters

Name Type Dependency Description

[sRetentionDate]

STRING

Optional

Set retention time in DD.MM.YYYY format; only returned if dwObjectID is specified.

3. Return Value

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