Salesforce admins: Urgent action required!

Rules editor: Difference between revisions

Jump to navigation Jump to search
Line 377: Line 377:
=== StringList type ===
=== StringList type ===


StringList type is special type of variable that you can define. It represents a list of variables. In editing state you can’t initialized it right away, you have to add items in to the StringList using the AddItem step.
StringList is special type of variable that you can define. It represents a list of variables. In editing state you can’t initialized it right away, you have to add items in to the StringList using the AddItem step.


{| class="wikitable"
{| class="wikitable"
Line 388: Line 388:
| '''Step''' || MyStringList || AddItem || Gama
| '''Step''' || MyStringList || AddItem || Gama
|}
|}
=== Entity type ===
Variables of the type '''Entity''' are used to store a single entity record (with all its fields). There are multiple ways how to fill in the initial values of this variable:
* NewInstance: Create a new blank record of the selected entity.
* LoadReference: Load a related record from related entity.
* LoadFetch: Load a particular record from the database using FetchXML.


== Option set filtering ==
== Option set filtering ==

Navigation menu