StoreTransactionScrapType Property |
Type of scrap (scrap reason). null if the transaction is not scrap. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ScrapType ScrapType { get; set; }
Public Property ScrapType As ScrapType
Get
Set
public:
property ScrapType^ ScrapType {
ScrapType^ get ();
void set (ScrapType^ value);
}
member ScrapType : ScrapType with get, set
Property Value
Type:
ScrapType
See Also