Introduction

Installation

Expression can be installed in your Salesforce org through an Unlocked package.


Install with SF CLI

sf package install --apex-compile package --wait 20 --package 04tRb0000012O45IAE

Install with SFDX CLI

sfdx force:package:install --apexcompile package --wait 20 --package 04tRb0000012O45IAE

Setup

Grant the Expression Admin permission set to any user that will be configuring and managing the application.

This permission set grants access to the Expression Playground tab, and the Expression Function custom metadata type.

Previous
Getting started
Next
Try