SalesOrderToStoreOrderDocumentGenerationCheckForShipped Property |
Gets a value indicating whether the generation will generate for lines with products that are shipped.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CheckForShipped { get; }
Public ReadOnly Property CheckForShipped As Boolean
Get
public:
property bool CheckForShipped {
bool get ();
}
member CheckForShipped : bool with get
Property Value
Type:
Boolean
See Also