PurchaseInvoiceApplyDate Property |
Specifies the date on which to create the VAT ledger entry for this purchase invoice. Usually, this date is equal to the document date, except when the document is received too late to be applied on its original document date. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime ApplyDate { get; set; }
Public Property ApplyDate As DateTime
Get
Set
public:
virtual property DateTime^ ApplyDate {
DateTime^ get () sealed;
void set (DateTime^ value) sealed;
}
abstract ApplyDate : DateTime with get, set
override ApplyDate : DateTime with get, set
Property Value
Type:
DateTimeImplements
IInvoiceDocumentApplyDate
See Also