Mobile Onboarding for iOS v15.4.0

  • Release version: Mobile
  • Updated February 2, 2023
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Mobile Onboarding for iOS v15.4.0

    The Mobile Onboarding for iOS v15.4.0, released on February 2, 2023, includes critical fixes and improvements to enhance the overall user experience. Customers are encouraged to download the latest version from the Apple App Store and can try a demo of the Mobile Agent using demo accounts available post-download.

    Show full answer Show less

    Key Features

    • Bug Fixes: This release addresses several significant issues affecting functionality, including:
    • Scroll Bar Issue: Resolved the appearance of a second scroll bar in HTML fields.
    • Search List Functionality: Fixed the issue where previous selections were ignored after new searches.
    • Login Redirection: Corrected the navigation from the 'Approve' function where it previously failed to redirect on iOS devices.
    • Bookmark Functionality: Addressed the failure of bookmarks to work properly on iOS devices.
    • Crash Protection: Implemented safeguards against app crashes due to invalid latitude or longitude coordinates.
    • Attachment Sharing: Fixed the issue where users could still share PDF attachments despite settings to block this feature.

    Key Outcomes

    By updating to this version, ServiceNow customers can expect improved stability and usability within the mobile app, ensuring a more seamless onboarding experience and efficient task management. The fixes address critical bugs that may have hindered user interactions, ultimately enhancing productivity and satisfaction with the Mobile Agent functionality.

    The iOS v15.4.0 release provides fixes for the application.

    Download the latest mobile app version

    To download the latest release, visit the Apple App Store. Users can launch a demo to try the Mobile Agent. You can use a demo account from the initial post-download screen or the instance list screen.

    Fixed in this release

    Problem Short description Description Steps to reproduce

    Mobile iOS

    PRB1449441

    In the iOS Mobile Apps, a second scroll bar can appear in the HTML fields

    Mobile iOS

    PRB1618804

    A searchlist ignores the previous selections after a user makes another search SGSearchPickerViewController resets the list of selected items (selectedModelIndexes) every time a new search is performed.

    Mobile iOS

    PRB1627185

    From the 'Approve' function and the 'Acknowledgement' message, re-direction to the login page isn't working in iOS devices In an iOS device, it doesn't work when navigating from the 'Acknowledgement' message pop-up.
    1. Log in to any Tokyo instance with the Now mobile plugin installed.
    2. Open the 'Approve RITM without comment' function.
    3. Set the pre-condition as 'Re-authentication'.
    4. Create a string field.
    5. In the form layout, add the sysapproval_approver table to use as the acknowledgement message field.
    6. Open the function record again.
    7. Navigate to 'Acknowledgement' messages.
    8. Check the acknowledgement text.

      Two fields appear in the Acknowledgement field.

    9. Confirm the label.
    10. Select the Acknowledgement field as a newly created string field.
    11. Enter any label in the label field.
    12. Open any approval record available under the 'My tasks' section. If there are none, try submitting any catalog item.
    13. Provide approver details.
    14. Move the state to 'Requested'.
    15. Log in as that approver to see the approval record.
    16. Ensure the approval record has the newly created string field with a value.
    17. Once the approval record is clicked, verify 'Approve', 'Approve', and 'Reject' display.
    18. Click Approve.

      Pop-ups display with data in the Acknowledgement field.

    19. Confirm the label text.

    Once the 'Confirm label' text is clicked, it redirects to the login page in an Android device but in iOS does nothing.

    Mobile iOS

    PRB1627769

    There is an issue with platform's bookmarks in iOS A user has created two new lists, one to show the user's bookmarks [sys_ui_bookmark] and one to show the resulting record. When a user clicks on a bookmark record, the URL is passed to the second list's data item as a redirection destination field on the navigation function. This functionality works as expected on Android devices, but it's not working on any iOS devices. On iOS, the second list shows all the records for that table.

    Mobile iOS

    PRB1627978

    Trying to display map items with invalid latitude or longitude coordinates crashes the app The iOS app currently has no protections against invalid location coordinate values. It causes an app crash.
    1. Install the Field Service Management plugin on an instance with demo data.
    2. Edit a 'WOT Location' so that it has invalid latitude and longitude values.
    3. Save the changes.
    4. Log in to the Agent mobile app as a user that is assigned to that WOT.
    5. On the 'My Work' tab, tap My Task Map.

    The app crashes after a few seconds, or if a user tries to swipe through the cards.

    Mobile iOS

    PRB1628663

    'glide.sg.block_mobile_attachments_sharing' doesn't work on Now Mobile and Agent apps for iOS Despite setting the property glide.sg.block_mobile_attachments_sharing to true on any San Diego/Tokyo instance, users can still see an option to share PDF attachments from the Now Mobile/Agent app.
    1. Create an incident on the standard platform.
    2. Update a PDF file as an attachment to the incident.
    3. Access this incident on the Now Mobile or Agent app.
    4. Click to view the attachment on Activity Screen.

      Users can see the Share button on the right top area.

    5. Set the system property 'glide.sg.block_mobile_attachments_sharing' to true.
    6. Wait to flush the instance cache when possible to not affect connected users.
    7. Access the incident on the Now Mobile app.
    8. View the attachment on Active Screen again.

    Expected Result: Users shouldn't see an option to share PDF attachments.

    Actual Result: Users can still share PDF attachments.

    This version also includes other minor bug fixes and performance improvements.