Skip to content

Module: resources

setRegistryKey

Back to Index
      
setRegistryKey( key: text value: value ): value | Error

Sets a value in the registry. Returns true if the value was updated. Error is returned if the value could not be set.

Availability

Discount Rule Reactor

Examples

from setRegistryKey('my/value', { field: 'Test' })
Back to Index