XPLAN offers client Service Benchmark functionality to measure the levels of service activity against a client. A Service Benchmark is used to check if a certain item (such as a Document Note) has been completed a set number of times.
Multiple Service benchmarks are grouped within Service Benchmark Sets, which are then used to examine and report on an individual client’s service levels. The generated benchmark reports show the expected benchmarked activities against the actual delivered actions.
In this training session you will learn how to:
Create a Service Benchmark
Create a Service Benchmark Set
To run a Service Bench Set against a client record
To set Service benchmarks for multiple clients
Select Xplan button, Administration Functions > Service Benchmarks
Select Benchmarks from the left hand menu
Select Add
The default Edit Benchmark screen is displayed
Enter the details for the type of Benchmark you wish to create. Depending on the Category of Benchmark chosen other information fields may need to be completed.
In this example we will create a Service Benchmark of holding 3 client meetings. We will use the Diary Event Outcome of ‘Held’ as our Benchmark. (However, this sort of Benchmark could be monitored through the use of DocNotes, or Tasks i.e. any item that would allow you to monitor how many meetings the client has attended). We will also give this a Benchmark Cost of $500.
The Service Benchmark is saved and listed when the Category is set to Meeting.
Which User Groups within the site can see the Service Benchmark can be defined through the Visibility option.
Service Benchmarks can be grouped by using Service Benchmark Sets.
Select Xplan button, Administration Functions > Service Benchmarks
Select Benchmarks Sets from the left hand menu
Select Add
Enter a Name for the Benchmark Set
Select a Benchmark
Navigate to the client record and Admin > Snapshot.
In the Client Service Benchmark list select the service benchmark set to
Click Generate Service Delivery Report.
The Service Delivery Report dialog box displays.
Select the End Date for the report.
Select the Period to be examined of either:
One Quarter - 3 months up to the End Date
Half Quarter - 6 months up to the End Date
Three Quarters - 9 months up to the End Date
One Year - 12 months up to the End Date
Two Years - 24 months up to the End Date
Select Ok.
The benchmark set will be checked against the client and a report will be generated by a background process and sent to the message envelope. Open and download the most recent notification message.
Generate a list of clients.
Select (tick) the clients you wish to modify.
On the navigation menu select Functions > Modify All. The Modify Selected Clients page displays.
In the Target Clients list select one of the following:
All Listed Clients - to modify all of the clients listed in Client Focus
Only Selected Clients - to modify only the clients previously selected in Client Focus.
In the Function list select Change... To....
In the Parameters list select [Key Details] Service Benchmark.
Select the Service Benchmark to apply to the selected clients.
Click Run.
The modifications will run as a background process and the report will be generated detailing the Benchmark Items and potential Revenue.
Individual Service Benchmarks Service Benchmarks do not include the time period data to be tested. This is set when a Service Benchmark Set is to be run against a client. For example, a service benchmark with a Benchmark Value of 2 will be tested to confirm that the action has been completed twice without the selected reporting period.
This Xmerge syntax can be used to merge Service Benchmark information into a report, where "example" is the name of the Service Benchmark being reported on.
<:=$client.service_benchmark(“example”).table.year_to_date:>
<:=$client.service_benchmark(“example”).table.previous_year:>
<:=$client.service_benchmark(“example”).chart.year_to_date:>
<:=$client.service_benchmark(“example”).chart.last_year:>
<:=$client.service_benchmark(“example”).chart.outstanding_year_to_date:>
<:=$client.service_benchmark(“example”).chart.outstanding_last_year:>.