DocumentTypeDisallowOppositeValuesGeneration Property |
Disallow the generation of decreasing scalar values (values with opposite directions than the original values determined by the parent document) through this document type. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool DisallowOppositeValuesGeneration { get; set; }
Public Property DisallowOppositeValuesGeneration As Boolean
Get
Set
public:
property bool DisallowOppositeValuesGeneration {
bool get ();
void set (bool value);
}
member DisallowOppositeValuesGeneration : bool with get, set
Property Value
Type:
Boolean
See Also