Panel | |
---|---|
On This Page:
|
Include Page | ||||
---|---|---|---|---|
|
About this Release
This release represents a major improvement to the ESB and major and mostly minor improvements to the mobile application.
Include Page | ||||
---|---|---|---|---|
|
Mobile Application Release Notes
New Features
Work Order Estimates Status colour Green title new
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)
Work Order Estimate History Status colour Green title new
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 | ||
---|---|---|
| ||
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 |
Create Work Order from Pre-defined Template Status colour Green title New
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
Minimized Forms (by default configuration) Status colour Green title New
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;}})"
Collect Warranty Reason Code Status colour Green title New
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)
Book Follow-up Service Status colour Green title New
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 #
Ability to Hide Time Banner Status colour Green title New
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
Require Receipt of Past Due Shipments Status colour Green title New
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
Ability to Keep Rejected Work Orders in List Status colour Green title New
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
Limit Users Ability to Reject Work Orders (configuration) Status colour Green title New
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
The wrapped version of ServiceMobility for Windows will now open in full screen mode. Status colour Yellow title 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. Status colour Yellow title CHANGED
ServiceMobility now supports emailing the invoice and estimate to multiple parties (semi-colon separated). Status colour Yellow title CHANGED
Specify Multiple Email Addresses
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 colour Red title FIXED
The electronic signature panels now verify that at least one pixel is captured. Status colour Red title FIXED
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 an issue where navigating to the bottom of the Inventory Shipments list will automatically bring the user back to the top of the list. Status colour Red title FIXED
ESB Release Notes
Shipments created by user are now specified by TechCreated property = true in Load Object. Status colour Yellow title CHANGED
The Work Order Object definition has been modified to include a Videos and WarrantyReasonCode properties. Status colour Yellow title CHANGED
The Rules property has been added to the FlexForms REST API. This will allow a form to be minimized by default. Status colour Yellow title CHANGED
Include Page | ||||
---|---|---|---|---|
|