StoreTransactionIsScrap Property |
False=Non-scrap; true=Scrap operation. Only store issue operations can be scrap. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsScrap { get; set; }
Public Property IsScrap As Boolean
Get
Set
public:
property bool IsScrap {
bool get ();
void set (bool value);
}
member IsScrap : bool with get, set
Property Value
Type:
Boolean
See Also