Versions Compared

Key

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

NOTE: Local Development Server feature is available in the Pulsar for Salesforce 3.8 pre-releases for Android and Windows. Some of the features listed here may change before official release.

Debugging your HTML/Javascript code in Pulsar doesn't require you to upload a bundle to Salesforce servers.  With some configuration, you can instead have Pulsar load directly from a local development server on your own development machine.

...

  • pulsar.developer.enableDevelopmentServer – Pulsar Setting must be set to TRUE

  • pulsar.developer.users{.DocId} – List of developer usernames (e.g., you@yourorg), separated by comma, semicolon, or newlines for a specific document.  Note that {.DocId} can be empty, in which case this is an org-global list of developers (for all documents!)

  • We recommend that you only have these setup for your testing orgs, and never for your production orgs!

...