TransferOrderDefaultDueDateOut Property |
When the transfer is scheduled to issue the goods from the source 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 DefaultDueDateOut { get; set; }
Public Property DefaultDueDateOut As DateTime
Get
Set
public:
property DateTime^ DefaultDueDateOut {
DateTime^ get ();
void set (DateTime^ value);
}
member DefaultDueDateOut : DateTime with get, set
Property Value
Type:
DateTime
See Also