Menu Object
 
Syntax
 
Menu.AppServiceItems [ServiceNumber][, ComponentID]
 
Description
Opens the Service Items application. Optionally, a specific service object or component can be opened directly.
 
Parameter
Description
ServiceNumber
Optional. Service number of the service object to open directly. Default value 0.
ComponentID
Optional. ID of the specific component within the service object. Default value 0.
See Also
AppServiceArtikelen (Dutch variant)
Example
 
Sub Main
    Menu.AppServiceItems ServiceNumber:=701
End Sub