Click or drag to resize

MaintenanceOrderLineNextServiceDate Property

Specifies, that the maintenance required a specific date for the next maintenance. null means that default scheduling should be used.

Namespace:  Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> NextServiceDate { get; set; }

Property Value

Type: NullableDateTime
See Also