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.49.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: January 31st, 2020

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

 NEW  Payment Processing - Pay by Link

Payment functionality within the large form factor version of ServiceMobility has been extended with the ability to utilize Smart Merchant invoicing to send out a link to a payment page.  This is 


Setup:  The pay by link functionality can setup by adding "invoicePaymentsEnabled": "true" to the work order object within the mobile configuration and the "invoiceRequestUrl": "${PROTOCOL}//${HOST}:${PORT}/seiapi/v3/Payment/SendInvoice".  A sample JSON is as follows:

Code Block
linenumberstrue
collapsetrue
"WorkOrder": {
        ...
        "invoicePaymentsEnabled": "true",
        ...
        "invoiceRequestUrl": "${PROTOCOL}//${HOST}:${PORT}/seiapi/v3/mobile/Payment/SendInvoice",
       ...
    },


Payment Screen

Send Invoice Screen

Payment Screen After Invoice Sent



NEW  Make Line Items Non-Chargeable

The large form factor version of ServiceMobility now supports the ability to make a line item non-chargeable.  This is done by navigating to the line item detail page and de-selecting the chargeable checkbox.

Work Order Line Items (Chargeable Item)

Work Order Line Items Detail

Work Order Line Items (Non-Chargeable Item)


NEW  Work Order Alerts Now Support Concessions

The service contract functionality of ServiceMobility now utilizes concessions as the method to providing a fixed or percentage off of the work order.

NEW  Service Contracts Now Utilize Concessions

The work order alerts functionality of ServiceMobility now provides the ability to utilize concessions in addition to setting a work order in warranty.

Mobile Application Changes

Status
colourYellow
titleCHANGED
 ServiceMobility now provides the ability to sort stock level recommendations.

Status
colourYellow
titleCHANGED
 FlexAttributes of type Barcode Scannable Field now provides validation.

ESB Release Notes

Status
colourYellow
titleCHANGED
 Modified the Work Order REST API and Work Order Export API to account for payment processing for Smart Merchant pay by link functionality.  Also note that the Account object has changed to include the payment system token to keep track of payments associated with an account within the payment system.

Status
colourYellow
titleCHANGED
 Modified the Service Contract REST API to remove warranty and add concessions.

Status
colourYellow
titleCHANGED
 Modified the Work Order Alerts REST API to add add concession property.

Issues Resolved

Status
colourRed
titleFIXED
 Resolved an issue where the map was being pulled up on top of ServiceMobility instead of in a browser window.

Status
colourRed
titleFIXED
 Resolved an issue where work order updates were not being sent to the work order update queue in some cases.

Status
colourRed
titleFIXED
 Resolved an issue where out of warranty call totals weren't displaying properly on the preview screen.

Include Page
ALLDOC:_FOR_MORE_INFORMATION
ALLDOC:_FOR_MORE_INFORMATION