abn.UpdateReqAboGrp

This job changes the SQL statement and object type for request subscriptions for an Abo group.

The request must consist of lowercase letters and begin with select count(distinct d.id) or select distinct d.id, otherwise it will be rejected. Depending on the main type of the requested object, o.id must be used for folders, r.id for registers, or d.id for documents as identifier.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

AboGrpID

STRING

Yes

Subscription group

AboRequest

STRING

Yes

SQL statement for request subscriptions

ObjectType

INT

Yes

Type of the object

2. Return Value

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