AR Debtor: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 52:
//When .To is not define, the filter is from the lastModifiedDate onwards
filterLastModified.From = filterFromDate;
//When a range of date that hasrequires until"to date", thenassign only.To defineto implement from...to.To
//filterLastModified.To = new DateTime(2018, 12, 31);
 
Line 61:
//fields to be loaded into DataTable
string[] columns = { "AccNo", "CompanyName", "Address1", "Address2",
"DeliverAddr1", "DeliverAddr2", "Attention", "Phone1", "AreaCode", "SalesAgent", "EmailAddress", "CreditLimit", "LastModified"};
 
return cmd.LoadDebtorData(columns, loadDebtorCriteria);