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.
| ||||||||||||
See Also
| AppLeveranciers (Dutch variant)
| ||||||||||||
Example
| Sub Main
Menu.AppSuppliers SupplierCode:="990154"
End Sub
|