AR Debtor: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 30: Line 30:


===Multiple Records with Filter===
===Multiple Records with Filter===
Load more than one debtor.
Load more than one debtor.<br/>
Programmer can specify which columns to load, while defining the filter of which debtor to be loaded.
Programmer can specify which columns to load, while defining the filter of which debtor to be loaded.<br/>
This example shows how to load debtor that was modified since a specific date.
This example shows how to load debtor that was modified since a specific date.<br/>
<syntaxhighlight lang="csharp">
<syntaxhighlight lang="csharp">
public System.Data.DataTable GetModifiedDebtorData(DateTime filterFromDate, BCE.Data.DBSetting dbset)
public System.Data.DataTable GetModifiedDebtorData(DateTime filterFromDate, BCE.Data.DBSetting dbset)