Versions Compared

Key

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

...

Method 1: VisualForce pages and Lightning pages can be exposed as links within Pulsar and they can be launched from within the app and will run in a webview using the session token the app already has established with Salesforce. Please note that these pages will only work if there is a network connection because in essence you are running these pages in a mobile browser window but the actual code is running on the server. And you really don’t need to make any changes to run the Apex triggers on the server. They will simply run on the server when Pulsar syncs data to Salesforce. These triggers will automatically be invoked and run.

...