DocumentPlanningOnly Property |
Indicates that the document is used only for planning (and as consequence its state cannot be greater than Planned) [Required]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool PlanningOnly { get; set; }
Public Property PlanningOnly As Boolean
Get
Set
public:
property bool PlanningOnly {
bool get ();
void set (bool value);
}
member PlanningOnly : bool with get, set
Property Value
Type:
Boolean
See Also