dms.SetUserData

This job stores user-related data in the database. If no entry exists yet for the specified name and type, a new entry is created. The check whether an entry already exists can be performed using the job dms.IsUserData

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

reserved, must be 0

Type

INT

Yes

see data types

Name

STRING

Yes

Identifier for the record

Value

BASE64

Yes

Value to be stored

sValue

STRING

Yes

Value to be stored in string format (See comment below)

2. Return Value

(INT): 0 = Job successful, otherwise error code
Complete list of error codes