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.
| ||||||||||||||
See Also
| AppKlanten (Dutch variant)
| ||||||||||||||
Example
| Sub Main
Menu.AppCustomers CustomerCode:="882998", "J", "Klaassen"
End Sub
|