TransferOrderDefaultDueDateIn Property |
The date, when the goods are expected to be received in the destination warehouse. [Required] [Default(Today)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime DefaultDueDateIn { get; set; }
Public Property DefaultDueDateIn As DateTime
Get
Set
public:
property DateTime^ DefaultDueDateIn {
DateTime^ get ();
void set (DateTime^ value);
}
member DefaultDueDateIn : DateTime with get, set
Property Value
Type:
DateTime
See Also