Menu Object
 
Syntax
 
Menu.AppServiceManagement [CustomerCode][, SearchText][, StatusFilter][, AssignedTo][, AutoStart]
 
Description
Opens the Service Management application. Optionally, filters for customer, search text, status, and assigned employee can be specified.
 
Parameter
Description
CustomerCode
Optional. Code of the customer to filter service tasks.
SearchText
Optional. Pre-fills the search field with the given text.
StatusFilter
Optional. Numeric status code to filter service tasks. Default value -1 (all statuses).
AssignedTo
Optional. Employee code to filter tasks assigned to a specific person.
AutoStart
Optional. When True, starts processing the filtered results immediately. Default value False.
See Also
AppServiceBeheer (Dutch variant)
Example
 
Sub Main
    Menu.AppServiceManagement CustomerCode:="882556", StatusFilter:=1
End Sub