ScrapTypeIsPlanned Property |
True=Planned (expected) scrap. Scrap of this type will be used to refine planned scrap for future operations. 2=Unexpected scrap. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsPlanned { get; set; }
Public Property IsPlanned As Boolean
Get
Set
public:
property bool IsPlanned {
bool get ();
void set (bool value);
}
member IsPlanned : bool with get, set
Property Value
Type:
Boolean
See Also