abn.SetOsRead

This job marks an object as read for a user — analogous to abn.SetOsInformed for subscription notifications, but for the read marker meaning "user has seen / opened the object".

This job is not listed in the official enaio® abn engine overview. This description was reconstructed from the call code of the enaio-jobs-custom template.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

FirstVisit

INT | INT64

Yes

Timestamp of the first visit as Unix epoch seconds. Transmitted as 32-bit or 64-bit integer depending on the value range.

ObjectID

INT

Yes

Numeric ID of the object being marked as read.

ObjectType

INT

Yes

Numeric ID of the object type.

UserID

INT

Yes

Numeric ID of the user for whom the marker is set.

UserIdent

INT

Yes

User identifier (populated identically to UserID in the call code).

2. Return Value

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

3. See Also