Syntax
| Menu.FinCollectionAdvisor [CollectionDate][, BankAccount][, CollectionMethod][, FixedDays][, AutoStart]
| ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Opens the Collection Advisor (debtor collection / direct debit). Optionally, a collection date, bank account, collection method, and fixed payment term can be specified.
| ||||||||||||
See Also
| FinIncassoAdvies (Dutch variant)
| ||||||||||||
Example
| Sub Main
Menu.FinCollectionAdvisor CollectionDate:=#01-04-2026#, AutoStart:=True
End Sub
|