CostCorrectionsOptionScheduleDocumentEvents Property |
Indicates wheather the document events caused by the cost correction should be scheduled for later procession. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ScheduleDocumentEvents { get; set; }
Public Property ScheduleDocumentEvents As Boolean
Get
Set
public:
property bool ScheduleDocumentEvents {
bool get ();
void set (bool value);
}
member ScheduleDocumentEvents : bool with get, set
Property Value
Type:
Boolean
See Also