By setting the following options manually in the <appSettings> section of VMEP web.config, it is possible to define a custom filter for Job Status in My Dashboard (My Service Manager)

<add key="DashboardCustomFilterName" value="Company Filter"/>

<add key="DashboardCustomFilter" value="1,5,6,7"/>

If the setting DashboardCustomFilter is set, it can be selected by using the option in the Filter drop-down having the name defined in the setting DashboardCustomFilterName.

The values correspond to the following Document Status Codes:

Value

Document Status

0

Pending

1

Active

2

Held

3

Closed

4

Completed

5

Custom Document Status 1

6

Custom Document Status 2

7

Custom Document Status 3

8

Custom Document Status 4

9

Custom Document Status 5

10

Custom Document Status 6

11

Custom Document Status 7

12

Custom Document Status 8

13

Custom Document Status 9

14

Custom Document Status 10