Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MOBUD and version 3

Introduction

This document contains the high-level release notes for ServiceMobility 3.40.0.

Include Page
_Release Notes Grouping Statement
_Release Notes Grouping Statement

This release primarily focused on adding new functionality and bug fixes to the ServiceMobility mobile application. 

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Release Date: June 27th, 2019

Panel

On This Page:

Table of Contents

Include Page
ALLDOC:_DISCLAIMER_AND_COPYRIGHT
ALLDOC:_DISCLAIMER_AND_COPYRIGHT

About this Release

This release represents a major improvement to the ESB and major and mostly minor improvements to the mobile application. 

Include Page
_Release Notes System Requirements 3.14.1
_Release Notes System Requirements 3.14.1

Mobile Application Release Notes

New Features

Status
colourGreen
titlenew
 Work Order Estimates

The large form factor version of ServiceMobility now provides the ability to create a service estimate for the customer.  

  1. User prepares work orders as service requires.
  2. User taps estimate icon icon (as shown below) to capture signature for estimate.
  3. 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.
  4. 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)



Status
colourGreen
titlenew
  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


Info
titleKnown 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


Status
colourGreen
titleNew
  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



Status
colourGreen
titleNew
 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;}})"


Status
colourGreen
titleNew
 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)



Status
colourGreen
titleNew
 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 #



Status
colourGreen
titleNew
 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


Status
colourGreen
titleNew
 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


Status
colourGreen
titleNew
 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


Status
colourGreen
titleNew
 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.
Note

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

Status
colourYellow
titleCHANGED
  The wrapped version of ServiceMobility for Windows will now open in full screen mode.

Status
colourYellow
titleCHANGED
  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.

Status
colourYellow
titleCHANGED
  ServiceMobility now supports emailing the invoice and estimate to multiple parties (semi-colon separated).

Specify Multiple Email Addresses


Status
colourRed
titleFIXED
  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.

Status
colourRed
titleFIXED
 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.

Status
colourRed
titleFIXED
 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


Status
colourYellow
titleCHANGED
 Shipments created by user are now specified by TechCreated property = true in Load Object.

Status
colourYellow
titleCHANGED
 The Work Order Object definition has been modified to include a Videos and WarrantyReasonCode properties.

Status
colourYellow
titleCHANGED
 The Rules property has been added to the FlexForms REST API.  This will allow a form to be minimized by default.

Include Page
ALLDOC:_FOR_MORE_INFORMATION
ALLDOC:_FOR_MORE_INFORMATION