Versions Compared

Key

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

...

Version

7.0.x

Release Date

15-Nov-2021

Notes

Critical Note: 

  • With this release we have switched to querying Salesforce using HTTP Post method. This will help alleviate some problems encountered due to the Salesforce query header limit.

Sync: 

  • We have implemented the following optimizations to speed up catchup sync. 

    • Optimized processing server deletes.

    • Optimized database merging of records

    • Eliminated unnecessary index building work

    • Eliminated some sync stages in pass 2 to speed up the process

  • Shortened catchup sync banner message, so it will fit in one line.

New Features: 

  • Support for Assigned to me scope in the list view for Service Appointments 

    • Pulsar did not support this scope before. With this release, user will be able to now view the service appointments that are assigned to them.

  • Support for Event list views. Previously, Salesforce did not publish activity list views. Now that there is support from Salesforce, the list views are also supported in Pulsar.

Retired Features: 

  • None

UI Changes: 

  • Custom buttons: No changes required to existing implementation, but we now support a new setting for specifying custom buttons to hide/display certain buttons based on PSL logic.

  • iOS Sync conflict resolve screen improved.

  • Formatted text fields now show HTMl tags correctly.

JSAPI Methods: 

  • Existing methods: 

    • JSAPI SyncData request will return additional information whether the sync request successfully launched sync. No changes needed for existing implementations but you could use this additional information if you want to display a message to the user. 

  • New methods: 

    • None

PSL Actions:

  • Existing Actions: 

    • Custom Label PSL now supports reusing a variable name in a subsequent block. It will also fall through to default language if you used an invalid locale name as a parameter. Earlier, if you reused the variable name, it would not have worked. No changes required to existing implementations.

    • AppendToVar now supports spaces and semicolons as part of the string literal. It used to parse the first semicolon and disregard the rest and some customers needed to use ; as part of the string to specify multi picklist values.

    • SetLocation/SetlocationInMemory: Added an extra parameter to support location accuracy. If you are using SetLocation or SetLocationInMemory actions, you can pass this extra parameter to control the accuracy.

  • New Actions: 

    • None

FSL Notifications:

  • None

FSL LBM Customizations:

  • If you are using this feature, no changes are required but we now allow customers to specify a variable as the name of the action as opposed to using the default name. This feature is introduced to work around a Salesforce limitation of not supporting translations for AppExtension names.

Flows: 

  • None.

New Languages Supported: 

  • Mexican Spanish

  • Turkish

Various bug fixes also included!

  • Fixed a crash when you try to reference an unknown PSL variable. Instead of crashing, it would just report it to the logs.

  • Fixed a minor issue with deleting an Order (Salesforce standard object) from Account related list.

  • Fixed a minor issue to allow the + button for OrderItem (Salesforce standard object) to launch a custom HTML file.

  • Fixed a performance issue in iOS when calculating formulas.

  • Minor fix to date picker on Pulsar calendar screen, so it dismisses correctly.

  • Minor fix to related list fields to fix checkbox field display.

  • Add 2 missing German translations.

Version

7.0.1

Release Date

24-Nov-2021

Notes

  • Support Flow translations when configured on Salesforce

  • Support Files Related List for community portal users

    • Various bug fixes

Version

7.0.2

Release Date

0921-Dec-2021

Notes

  • Various bug fixes

Version

7.0.3

Release Date

04-Jan-2022

Notes

  • Various bug fixes

...