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 |
|---|---|---|---|
|
INT |
Yes |
reserved, must be 0 |
|
INT |
Yes |
see data types |
|
STRING |
Yes |
Identifier for the record |
|
BASE64 |
Yes |
Value to be stored |
|
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