dms.SetUserDataAsString
This job writes user-related data for the specified name and type to the database,
provided that these must be stored as strings. If these must be stored as strings, only
this job must be used. The input parameters correspond to dms.SetUserData,
only Value (BASE64) is replaced by sValue (STRING).
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
reserved, must be |
|
INT |
Yes |
Data type (see data types) |
|
STRING |
Yes |
Identifier for the data record |
|
STRING |
Yes |
Value to be stored as string |
2. Return Value
(INT): 0 = Job successful, otherwise error code
Complete error list