Versions Compared

Key

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

Out of the box, Pulsar cannot run Visualforce pages, Lightning Components, and Apex triggers. All of these items allow customization of Salesforce and require the Apex framework to run, and that framework can only run within Salesforce.You can use However, there are ways to achieve the same functionality in Pulsar.

Visualforce Pages and Lightning Components

Visualforce Pages and Lightning Components can be recreated to run offline using Pulsar as a platform with custom HTML and Javascript.

Apex Triggers

Apex triggers require a run time environment to run Java programs or Javascript applications. These environments/frameworks only run on the Salesforce servers, and third-party applications like Pulsar cannot run these programs offline.

If you are using Apex triggers in Salesforce, you can use Pulsar as a platform and HTML/Javascript or the Pulsar Settings Language (PSL) to create a custom Pulsar app to achieve perform the same customizations as Visualforce pages, Lightning Components, or Apex triggers provided in Salesforce.tasks offline.

References

For more information, refer to:

...