Salesforce admins: Urgent action required!

Rules editor: Difference between revisions

Jump to navigation Jump to search
Line 118: Line 118:
; Step: Add a step. Steps do things, for example modify data or user interface.
; Step: Add a step. Steps do things, for example modify data or user interface.
; Say Text: Display a message.
; Say Text: Display a message.
; Set GPS:  
; 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.
; 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.

Navigation menu