SoftadminApi.Setting_Update

Type: Stored procedure

Used to update local settings (application variables).

Parameters

@Name mandatory varchar(100)
The name of the application variable.
@Value optional varchar(1000)
The value to set the local setting to. If left out or set to NULL, the local setting is cleared. This means that whenever the value is requested. the global setting or default value will be used instead.