Versions Compared

Key

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

...

Pulsar currently supports running custom Pulsar Settings Language upon completion of a successful sync. This can be useful for recording the sync time, counting records, or alerting the user to new information. NOTE:  This trigger is tied to sync, and any data changes during this setting execution will be pushed to the Salesforce server, even if the user is forced offline permanently via settings.

Warning

Starting in Pulsar 6.0, this trigger will NOT process the following PSL Actions:

  • Create
  • CreateAndMapFields
  • Delete
  • Update queries in SqlQuery Actions

Instead, use the following PSL actions, both new in 6.0:

  • SFCreate
  • SFUpdate


Here is a trivial example that displays the sync date/time upon a successful sync:

...