Click or drag to resize

CustomerSettingKeyEnforceOptimiticLock Field

This setting can disable the optimistic lock on a data object save which validates that two users are not overwriting each others changes. The validation can be disabled if the users do not edit the dataobject fields on the same time, for instance using two difference forms.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public const string EnforceOptimiticLock = "EnforceOptimLock"

Field Value

Type: String
See Also