3.40.0
On This Page:
Disclaimer of Warranty
ServicePower makes no representations or warranties, either expressed or implied, by or with respect to anything in this document, and shall not be liable for any implied warranties of merchantability or fitness for a particular purpose or for any indirect, special or consequential damages.
Confidentiality and Copyright
This document contains information confidential to ServicePower Technologies plc. This information is patented under European Patent Number 97301142.2-2201 (Appointment booking and scheduling system). The information is supplied by ServicePower Technologies plc on the understanding that it will not be used in any way which is or may be detrimental to the commercial interests of ServicePower Technologies plc. In particular, the contents may not be disclosed in part or in whole to any other party without the prior written consent of ServicePower Technologies plc.
Copyright in this document remains vested in ServicePower Technologies plc and no copies may be made of this document or any part thereof except with the agreement of the company.
Copyright © 2002-2023, ServicePower plc
All rights reserved.
GOVERNMENT RIGHTS LEGEND: Use, duplication or disclosure by the U.S. Government is subject to restrictions set forth in the applicable ServicePower license agreement and as provided in DFARS 227.7202-1(a) and 227.7202-3(a) (1995), DFARS 252.227-7013(c)(1)(ii) (Oct 1988), FAR 12.212(a) (1995), FAR 52.227-19, or FAR 52.227-14, as applicable.
"ServicePower" and ServicePower’s products are trademarks of ServicePower Technologies plc. References to other companies and their products use trademarks owned by the respective companies and are for reference purpose only.
About this Release
This release represents a major improvement to the ESB and major and mostly minor improvements to the mobile application.
Minimum System Requirements
Mobile Application
- iPhone running iOS 13+
- iPad running iOS 13+
- Android phones and tablets running Android 9.0+
- Devices (including laptops, desktops, tablets, etc. ) running the latest versions of Chrome or Edge
Mobile Application Release Notes
New Features
NEW Work Order Estimates
The large form factor version of ServiceMobility now provides the ability to create a service estimate for the customer.
- User prepares work orders as service requires.
- User taps estimate icon icon (as shown below) to capture signature for estimate.
- User confirms customer/email information is correct (defaults to primary location contact). A different contact may be chosen by selecting the customer name dropdown. The user may add one or more email addresses in the estimate email field.
- User may tap Decline to capture create an estimate and capture a decline estimate reason code or Accept to just create a estimate. All estimates created will appear in the Estimate History tab.
Estimate Icon Added to Work Order Line Items Tab (step 1, 2)
Capture Estimate Signature (step 3, 4)
Select Different Location Contact or Other (step 3)
Capture Signature and Accept/Decline Estimate (step 3, 4)
Capture Decline Estimate Reason (step 4)
NEW Work Order Estimate History
The large form factor version of ServiceMobility now provides a view into the estimate history for a customer. From the estimate history screen, the user may view a list of estimates previously provided to the customer. They may then drill into the estimate to view the associated details, and promote the estimate to the current work order if desired.
Estimate History Screen
Estimate History Detail Screen
Estimate History Detail - Promote Estimate to Work Order
Known Bug
When promoting an estimate to the work order, the order number from the estimate is also copied over. This will be addressed in 3.41.0
NEW Create Work Order from Pre-defined Template
The large form factor of ServiceMobility now allows a user to create a new work order from a predefined template. This streamlines the creation of service and sales opportunities while onsite with the customer. The template can be functional as stand-alone work orders or pull in any fields or properties from a work different work order as specified by the template.
Option Menu - Create New Work Order Option
Create New Work Order Screen
Select Work Order Template
NEW Minimized Forms (by default configuration)
ServiceMobility has enhanced the FlexForm definition to optionally allow a form to be minimized by default. This can be achieved by adding the following information to the Rules property of the FlexForm object definition (via the FlexForm Rest API) that you would like to have minimized by default:
"Rules": "({startMinimized: function (bll) {return true;}})"
NEW Collect Warranty Reason Code
ServiceMobility can now be configured to require a reason code to be selected when a user toggles the work order in warranty. The warranty reason codes are client-configurable via System Category 25.
The warranty reason code will be required upon manually changing a work order to in warranty by setting the WorkOrder.warrantyReasonRequired property in the Mobile Configuration API to true.
Toggle Work Order to In Warranty
Select Warranty Reason Code
Work Order In Warranty (Reason Code Selected)
NEW Book Follow-up Service
The large form factor version of ServiceMobility now allows a user to schedule a follow-up service event when required. The Schedule Follow-up functionality control is accessible via the Status Panel on the Work Order Overview tab when a work order status of Closed-Incomplete (or equivalent if localized) is selected.
The FlexForms displayed in the follow-up job booking process is defined in system category 27.
Step 1: Specify Return Date and Search for Open Appointment Slots
Select Schedule Follow-up from Work Order Overview Tab
Specify Date of Return, Complete Forms and Search for Open Slots
Step 2: Select Open Appointment Slot and Book Follow-up Service Event
Select Desired Appointment Slot
Receive Confirmation of Scheduled Follow-up
View Date and Follow-up Work Order #
NEW Ability to Hide Time Banner
ServiceMobility now allows the client to optionally hide the time banner utilized by the automated time entry system. This can be achieved by setting the WorkOrder.hideTimeBanner property in the Mobile Configuration API to true.
Time Banner Displayed
Time Banner Hidden
NEW Require Receipt of Past Due Shipments
ServiceMobility now provides the ability to inform users when the receipt of a shipment is past due and optionally requires any past due shipments to be received prior to viewing or completing scheduled work.
To provide a reminder to the user that the receipt of a shipment is past due, provide the due date in the Load API payload via the DueDateUTC property. Once this due date passes, the user will then receive the reminders.
Forcing a user to receive past due shipments prior continuing any scheduled work can be achieved by setting the Inventory.canDismissLoadReminder property in the Mobile Configuration API to false.
Past Due Shipment - Able to Dismiss
Past Due Shipment - May not Dismiss
NEW Ability to Keep Rejected Work Orders in List
ServiceMobility now optionally allows work orders to remain visible on the schedule once rejected. This can be achieved by setting the WorkOrder.saveRejected property in the Mobile Configuration API to true.
Option Menu - Create New Work Order Option
Schedule List - Rejected Work Order Visible at Bottom
NEW Limit Users Ability to Reject Work Orders (configuration)
ServiceMobility now provides a configuration to restrict the ability for a user to reject a work order until a specified number of minutes prior to the start of that work order. This can be achieved by setting the WorkOrder.rejectThresholdInMinutes property of the Mobile Configuration API to the desired interval (in minutes). Therefore, this setting could be used in the following ways:
- Set WorkOrder.rejectThresholdInMinutes = -1 to remove any restricts and allow the user to reject the work order at any time prior to the planned start date and time.
- Set WorkOrder.rejectThresholdInMinutes = 0 to only allow the user to reject the work order once the work order reaches the planned start date and time.
- Set WorkOrder.rejectThresholdInMinutes = 60 to only allow the user to reject the work order once the work order reaches one hour prior to the planned start date and time.
Once a user begins travel or arrives onsite, all restrictions are removed and the user may then reject the work order (when allowed by the work order rule).
Option Menu - Create New Work Order Option
Unable to Reject Outside of Restricted Time Constraint
Application Changes
CHANGED The wrapped version of ServiceMobility for Windows will now open in full screen mode.
CHANGED The large form factor version of ServiceMobility will now display display "No work order selected" when the user navigates to a day with no scheduled work.
CHANGED ServiceMobility now supports emailing the invoice and estimate to multiple parties (semi-colon separated).
Specify Multiple Email Addresses
FIXED When deploying a new version of ServiceMobility, the user no longer has to refresh (or close and reopen the application when using the wrapped version) to get the desired form factor.
FIXED The electronic signature panels now verify that at least one pixel is captured.
Error Displayed When No Signature Captured
FIXED Fixed an issue where the signature panel was pre-populated with a smaller (cached) signature that was previously entered while onsite at that customer location.
FIXED Fixed an issue where navigating to the bottom of the Inventory Shipments list will automatically bring the user back to the top of the list.
ESB Release Notes
CHANGED Shipments created by user are now specified by TechCreated property = true in Load Object.
CHANGED The Work Order Object definition has been modified to include a Videos and WarrantyReasonCode properties.
CHANGED The Rules property has been added to the FlexForms REST API. This will allow a form to be minimized by default.
For more information, email us at info@servicepower.com.
US Offices
8180 Greensboro Drive, Suite 600, McLean, VA 22102 Tel: 1 (703) 287-8900
2961 W. MacArthur Blvd., Suite 212, Santa Ana, CA 92704 Tel: 714.428.0010
EU Office
Petersgate House, St Petersgate, Stockport. SK1 1HE Tel: 011 44 161 476 2277