Versions Compared

Key

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

...

Version

9.0.x

Release Date

15-July-2022

Notes

Critical Note: 

  • We have implemented an optimization using Composite Graph API when sending creates and updates to Salesforce when appropriate 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 Graph API in place of REST API. You can enable this with a Pulsar setting: 

  • Pulsar does not query LeadStatus object by default anymore. Customers need to add this object to the sync settings if required. 

Security: 

  • Use this Pulsar setting to hide the log file header that gets printed. 

New Features: 

  • Allow duplicate records to be created. Either of the below settings will allow the duplicate to be created/saved even if alerts are enabled via duplicate rules, without displaying any alerts or interrupting sync. The content can be a list of sobject API names. Note this will NOT merge any records, that is a separate concern. 

Retired Features: 

  • None.

UI Changes: 

  • Online status indicator on the bottom left now properly displays the number if it is greater than 99.

  • Moved ‘Delete local changes’ out of advanced settings per customer requests.

  • Pull to refresh on an object detects server file deletes and updates the local record.

JSAPI Methods: 

  • Existing methods: 

    • UerInfo() now returns an additional parameter with the URL for user photo.

    • SyncData() API call now supports new parameters 

      • pushChangesSyncEnabled : true

      • singleObjectSyncEnabled : true

      • Data Sync API

  • New methods: 

    • None

PSL Actions:

  • Existing Actions: 

    • beforeSave action can now be applied to File creation by implementing pulsar.beforeSave.File setting. For example, a typical use case could be you want to use this validation to allow users to upload a certain type of file.

  • New Actions: 

  • Existing Variables: 

    • @@CurrentUser special var is fixed so that custom fields can also be resolved. For example you can now use: @@CurrentUser.Preferred_Account__c 

  • New Variables: 

    • Two new variables to use @@LastFailedSyncTime and @@LastFailedSyncDuration. You can use these to log sync failures in the afterSync() trigger.

SFS Notifications:

  • None

SFS LBM Customizations:

  • None

SFS UI:

  • Service appointment overview screen prints the service appoint number as part of the card.

  • Existing pulsar.fsl.layout.tabs setting will allow Time sheets to be displayed as a main home page tab.

  • A new Pulsar setting pulsar.fsl.layout.timesheets.displayFutureTimeSheets will allow the user to access future time sheets.

  • A new Pulsar setting pulsar.fsl.layout.serviceappointment.displayChoice will allow PSL to be executed to determine if the user will see the overview screen or the standard Salesforce object layout.

  • Pulsar SFS UI Customizations

SFS Work Plans:

  • None.

SFS Service Report:

  • A bug fix to display new lines properly by parsing new line tags.

Flows: 

  • None.

Various bug fixes also included!

  • iOS – Uploading multiple files at the same time now works. Note this has to do with Files/Documents. Uploading multiple pics always worked.

  • SQLite query on xPulsar allows you to query user vs. sync db. Useful for developers when debugging issues.

  • Added 3 missing translations.

  • FSL UI now refreshes itself after an update is made to a record through the native object interface.

  • A bug fix in updating the geolocation field when a user has mixed locale settings on their Windows machine.

  • A bug fix in Turkish language support since the system call toLowerCase has a specific issue with this language.

  • A bug fix in SFS UI for displaying decimal points for quantity consumed field in the Products Consumed object.

  • A bug fix in SFS in parsing the inventory tables.

Version

9.0.1

Release Date

31-Jul-2022

Notes

  • Various bug fixes

Version

9.0.2

Release Date

2526-Aug-2022

Notes

  • Fix for truncated related list column headers

  • Stability improvements in relationship sync

  • Various Bug Fixes

...