Menu Object
 
Syntax
 
Menu.AppSuppliers [SupplierCode][, Initials][, LastName][, OpenPhoneLog][, TabIndex]
 
Description
Opens the Supplier Management application. Optionally, a specific supplier can be opened directly by supplier code or by name, and the phone log or a specific tab can be activated.
 
Parameter
Description
SupplierCode
Optional. Supplier code of the supplier 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).
See Also
AppLeveranciers (Dutch variant)
Example
 
Sub Main
    Menu.AppSuppliers SupplierCode:="990154"
End Sub