Newer Version Available

This content describes an older version of this product. View Latest

ExpressionSetView

Represents a virtual object that provides a consolidated view of file-based expression set. File-based expression sets are read-only templates. To be able to modify file-based expression sets, you need to clone them first. This object is available in API version 55.0 and later.

Supported Calls

describeSObjects(), query()

Fields

Field Details
Description
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The description of an expression set.
DurableId
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The ID of the expression set.
ExpressionSetDetails
Type
textarea
Properties
Nillable
Description
The JSON details of the expression set, which includes information such as name, version, created date, and elements contained in the expression set.
IsTemplate
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the expression set is a template. When installed from managed packages, expression sets can’t be viewed or cloned by subscribers because of intellectual property (IP) protection. But when those expression sets are templates, subscribers can open them in a builder, clone them, and customize the clones.
The default value is false.
LastModifiedBy
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The name of the user that last updated the expression set view.
Name
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The name of the file-based or database expression set.
NamespacePrefix
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The namespace prefix that is associated with this object. Each Developer Edition org that creates a managed package has a unique namespace prefix. Limit: 15 characters. You can refer to a component in a managed package by using the namespacePrefix__componentName notation.

The namespace prefix can have one of the following values.

  • In Developer Edition orgs, NamespacePrefix is set to the namespace prefix of the org for all objects that support it, unless an object is in an installed managed package. In that case, the object has the namespace prefix of the installed managed package. This field’s value is the namespace prefix of the Developer Edition org of the package developer.
  • In orgs that are not Developer Edition orgs, NamespacePrefix is set only for objects that are part of an installed managed package. All other objects have no namespace prefix.

Usage

Use expression set templates as reference to build your own expression sets. Expression set templates are read-only files that contain rules that can run end-to-end. Save a template as an expression set to use it as-is, or modify the expression set for your business requirement.