Menu Object
 
Syntax
 
Menu.AppCustomers [CustomerCode][, Initials][, LastName][, OpenPhoneLog][, TabIndex][, SearchText]
 
Description
Opens the Customer Management application. Optionally, a specific customer can be opened directly by customer code or by name, and the phone log or a specific tab can be activated.
 
Parameter
Description
CustomerCode
Optional. Customer code of the customer to open directly.
Initials
Optional. Initials for name-based search.
LastName
Optional. Last name for name-based search.
OpenPhoneLog
Optional. When True, the phone log is opened directly. Default value False.
TabIndex
Optional. Index of the tab to activate upon opening. Default value -1 (no specific tab).
SearchText
Optional. Pre-fills the search field with the given text upon opening.
See Also
AppKlanten (Dutch variant)
Example
 
Sub Main
    Menu.AppCustomers CustomerCode:="882998", "J", "Klaassen"
End Sub