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
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 | ||||
---|---|---|---|---|
| ||||
"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
ServiceMobility now provides the ability to sort stock level recommendations. Status colour Yellow title CHANGED
FlexAttributes of type Barcode Scannable Field now provides validation. Status colour Yellow title CHANGED
ESB Release Notes
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 colour Yellow title CHANGED
Modified the Service Contract REST API to remove warranty and add concessions. Status colour Yellow title CHANGED
Modified the Work Order Alerts REST API to add add concession property. Status colour Yellow title CHANGED
Issues Resolved
Resolved an issue where the map was being pulled up on top of ServiceMobility instead of in a browser window. Status colour Red title FIXED
Resolved an issue where work order updates were not being sent to the work order update queue in some cases. Status colour Red title FIXED
Resolved an issue where out of warranty call totals weren't displaying properly on the preview screen. Status colour Red title FIXED
Include Page | ||||
---|---|---|---|---|
|