Menu Object
 
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.
 
Parameter
Description
CollectionDate
Optional. The collection date for which the advice is generated.
BankAccount
Optional. Bank account code to use for this collection run.
CollectionMethod
Optional. Method used to determine the collection due date. Default value pmtCreditorTerms.
Valid values:
pmtCreditorTerms (0) = Based on debtor payment conditions,
pmtFixedDays (1) = Based on a fixed number of days.
FixedDays
Optional. Number of days used when CollectionMethod is pmtFixedDays. Default value 0.
AutoStart
Optional. When True, the advisor starts generating the collection proposal immediately. Default value False.
See Also
FinIncassoAdvies (Dutch variant)
Example
 
Sub Main
    Menu.FinCollectionAdvisor CollectionDate:=#01-04-2026#, AutoStart:=True
End Sub