DefaultSalesOrderPaymentPlanDueDateFormMethod Property |
Method to determine the payment due date. SLS = Use sales order date, INV = Use invoice date, EXP = Specify the date explicitly, SDD = Sales order due date, IDD = Invoice due date. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentPlanDueDateSource DueDateFormMethod { get; set; }
Public Property DueDateFormMethod As PaymentPlanDueDateSource
Get
Set
public:
property PaymentPlanDueDateSource^ DueDateFormMethod {
PaymentPlanDueDateSource^ get ();
void set (PaymentPlanDueDateSource^ value);
}
member DueDateFormMethod : PaymentPlanDueDateSource with get, set
Property Value
Type:
PaymentPlanDueDateSource
See Also