10,853
edits
Line 377: | Line 377: | ||
=== StringList type === | === StringList type === | ||
StringList | 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 == |