Gets or sets an indicator of whether the freight on this order was/will be calculated automatically or set manually.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public bool AutoCalculateFreightFlag { get; set; } |
| Visual Basic |
|---|
Public Property AutoCalculateFreightFlag As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AutoCalculateFreightFlag { bool get (); void set (bool value); } |
Field Value
True if the freight charge on this order was/will be calculated automatically; false if it was/will be set manually.
Remarks
This value may only be set to true if automatic calculation of freight is enabled at the system level, as
defined by the AutoCalculateFreightFlag property of OrdersConfig.
The value is defaulted to that system-level value.