Used to update local settings (application variables).
Type:Stored procedure
Area of use:API
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.