Versions Compared

Key

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

...

  1. Use Promises for continuations
  2. Keep things modular -- build one library of API calls in the resources
  3. Use global resources amap
  4. In code, use 18 character Ids
  5. Date format should be a valid Salesforce date format
  6. When building custom HTML pages, be mindful that using a "Submit" button will generally reload the page by default. This may trigger some of your initialization and setup methods to fire an additional time and prevent some asynchronous calls from completing. 

Testing/Test Data

We encourage the use of a Salesforce Sandbox to test your code in the Pulsar environment. 

...