abn.GetRecentObjects

This job determines the DMS objects most recently edited by the logged-in user.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Count

DWORD

Yes

Number of recently edited DMS objects to determine. Valid values: 5 – 99. Values outside this range are set to the nearest boundary (e.g. Count=05; Count=100099).

[HistActIDList]

STRING

No

Comma-separated list of osHistAct actions used to determine the most recently edited DMS objects.
Default (without parameter): Actions 2,3,4:
2 = object created
3 = index data changed
4 = document changed

2. Output Parameters

Name Type Dependency Description

Recent

STRING

Comma and semicolon separated list of determined DMS objects

3. Return Value

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