Salesforce admins: Urgent action required!

Rules editor: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 131: Line 131:
* '''Argument(s)''' (optional) - parameters of the function
* '''Argument(s)''' (optional) - parameters of the function


the left side that we will refer as variable, right side which we will refer as argument and an operation (like function or comparison) between them. We can create these types of steps Function Step, Condition step and Variable step.
Click '''Step''' on the toolbar to add an empty step to your rule.
 
=== Variables ===
 
Click '''Pick Value''' and select the variable that you want to modify in this step from a drop down list. Some of the available variables are listed below, exact list depends on the rule.
 
; Entity: Use if you want change the value of an entity field in the database.
:{| class="wikitable"
| Entity.websiteurl || Concat || www.example.com/ || Entity.name
|}
 
; Form: Use if you want to change how your form is displayed.
:{| class="wikitable"
| Form.fax.IsVisible || Assign || False
|}
 
 
Click on “Choose Variable” to open Property Selector. Property Selector allows us to choose from Entityproperties, Form fields, event specific properties like IsFormEditable and Tabs which represents form views. Remember that if you want to modify value of a form field, you need to assign the value to entity property. Form properties are used only to hide/show, disable/enable or set an error message for form fields. All values of property selector need to be set to continue defining step. After we have selected variable we can select function and argument.


=== Operations ===
=== Operations ===

Navigation menu