Salesforce admins: Urgent action required!

Rules editor: Difference between revisions

Jump to navigation Jump to search
Line 153: Line 153:
; Set GPS: Select longitude and latitude fields. The arguments are precision and age. Precision represents a condition for how precise the GPS search needs to be used in the rule. It is set in meters. Age represents a condition for how old the GPS search result can be. It is set in seconds.
; Set GPS: Select longitude and latitude fields. The arguments are precision and age. Precision represents a condition for how precise the GPS search needs to be used in the rule. It is set in meters. Age represents a condition for how old the GPS search result can be. It is set in seconds.
; Variable, Shared: Define or modify a variable. You can use the variable later in the same script. Shared variables can be used even in other scripts within the same user interface component.
; Variable, Shared: Define or modify a variable. You can use the variable later in the same script. Shared variables can be used even in other scripts within the same user interface component.
; Scan Image: Allows you to initiate [[barcode scanning]] or [[image recognition]] from rules.
; If, Else: Use to define conditions when a particular step should be performed.
; If, Else: Use to define conditions when a particular step should be performed.
; Condition, Group And, Group Or, Ungroup: Use Condition to add another condition to the same If. Define if the all conditions must be met (AND) or only some (OR). Use Ungroup in nested conditions.
; Condition, Group And, Group Or, Ungroup: Use Condition to add another condition to the same If. Define if the all conditions must be met (AND) or only some (OR). Use Ungroup in nested conditions.

Navigation menu