Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Version

10.0.x

Release Date

21-Nov-2022

Notes

Critical Note: 

  • We have implemented an optimization using Composite API during catchup sync to improve performance 

  • If you are running Salesforce Field Service app within Pulsar, please make sure to install the latest Pulsar FSL beta file. 

Sync: 

  • Uses Composite API when appropriate to improve catchup sync performance

  • Improvement to push changes API call that was implemented in 9.0to read back the records

  • Improvement to the dynamic re-sync algorithm to handle relationship sync configuration changes on the server

  • After sync trigger now runs right after the core sync instead of waiting for the document download which could take a while (some orgs can have thousands of files to download) 

  • For orgs that deal with millions of records changing from batch jobs and making catch-up syncs very long, there is a new setting you can use to detect this and mark tables for resync. This will address the issues with very long catch-up syncs when large changes happen on the server

  • Support for a new setting to run record reachability on subsequent passes. This is implemented to address use cases when a server trigger changes a record visibility after the local updates are pushed to the server from Pulsar

  • Retrieve Field Service Mobile Settings via SFDC userSettings endpoint and store in a local property. Previously we relied on syncing MobileSettingsAssignment object to determine which SFS mobile settings to use but community users don’t always have access to this object. This change will address that. 
    Note that you do need to update the FSL file in your org for this to work.

Security: 

  • None

New Features: 

  • None

Retired Features: 

  • Jailbreak detection code for iOS. This functionality should not rely on the app since Apple has been advising against including this code in the app and will reject apps. Customers should use MDM technology to prevent their users from using Jailbroken devices

UI Changes: 

  • None

JSAPI Methods: 

  • Existing Methods: 

    • None

  • New Methods: 

    • None

  • Existing Variables: 

    • None

  • New Variables: 

    • None

PSL Actions:

  • Existing Actions: 

    • None

  • New Actions: 

    • None

  • Existing Variables: 

    • None 

  • New Variables: 

    • None

SFS Notifications:

  • None

SFS LBM Customizations:

  • None

SFS UI:

  • Product search now properly displays Pricebook entries

SFS Work Plans:

  • None.

SFS Service Report:

  • None

Flows: 

  • Support for displaying help text.

Various bug fixes also included!

  • iOS – Speculative bug fix for the intermittent path not found issue when transitioning back from the background 

  • Simple fix for tab color definition parsing issue

  • Navigation bar visibility settings now are on par on all platforms

  • A bug fix to the multiple attachment upload screen when one of the uploads fails

  • A fix for handling picklist label translations

  • Check for one time refresh session setting change every time the user session is validated

  • A fix for sync status bar to make sure the document download step is indicated on Windows and Android (iOS already has this feature)

  • Fix for a crash when uploading a large file from the disk on Windows

  • Fix for a crash when viewing a file without an extension on Windows

Version

10.0.1

Release Date

12-Dec-2022

Notes

  • Sync improvements

  • Various bug fixes

Version

10.0.2

Release Date

26-Dec-2022

Notes

  • Various bug fixes

Version

10.0.3

Release Date

2524-Jan-2023

Notes

  • Fix unexpected char issue (code 239) encountered during Attachment and File uploads.

  • Fix unexpected database re-keying with passcode enabled Orgs.

  • Fix crashes due to SFSDK passcode biometrics usage (FaceId/TouchId).

  • Fix opening recently uploaded file while offline.

  • Fix the flow cancelled status in executefslflow JSAPI.

...