11.4.0
ServiceMax Go App for iOS and Android 11.4.0 - April 25, 2025
Defects Fixed
The following defects were fixed in this release.
Case Number
Defect Number
Description
00169429
063118
During a bulk update on iOS devices, the application unintentionally updated all fields, even when only one field was meant to change. This occurred because the After Add Event code snippet executed during the bulk update process, causing values to refresh across the bulk update screen.
00169214
062995
For the Title field of the file, text conversion to Chinese did not occur as expected. The issue appeared during the use of the Work Finalize SFM in the technician Onsite flow, specifically when entering Chinese text using the 10 Key keyboard. While the Description field displayed Chinese characters correctly, the Title field displayed them in English.
To resolve the issue and address a related cursor jump problem, debounce was removed from the onChange function of the Title field, and the componentDidUpdate method was eliminated. This method was previously used to enable or disable the Add/Update button based on the title field length. The update improved screen performance during text editing. The Add/Update button is now always enabled, and the Title field is marked as mandatory. The fix affected functionalities such as adding or editing attachment titles and descriptions.
For more information, refer to Add Attachments.
00164069
061842
Was this helpful?