Versions Compared

Key

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

...

2019 February Note : Pulsar now directly supports evaluating Salesforce formulas in formula fields, even while offline.  We support all numeric, logical, string, and date/time operators and functions, and most summary and advanced functions.  Please see https://help.salesforce.com/articleView?id=customize_functions.htm.  Formulas written in Pulsar Settings Language (PSL) will continue to be supported, but you should attempt to use Salesforce formulas for all new development.

Best practices:

  • Ensure that Pulsar Setting pulsar.formula.enableSFDCFormulas is set to TRUE for your organization
  • If there is both a Salesforce formula and a PSL formula for the same field, the PSL formula takes precedence, and the Salesforce formula is ignored.
  • Salesforce formulas and PSL formulas across objects/fields should not interact (e.g., if FormulaFieldA__c is a Salesforce formula and FormulaFieldB__c is a PSL formula, the result is undefined if they reference each other).

...