Salesforce admins: Urgent action required!

Rules editor: Difference between revisions

Jump to navigation Jump to search
(→‎Form tab variables: new section)
Line 226: Line 226:
| WarningMessage || Assign || Web site URL is empty! Continue anyway?
| WarningMessage || Assign || Web site URL is empty! Continue anyway?
|}
|}
==== Form tab variables ====
[[File:Form tab properties.png|thumb|right|200px]]
These are the variables that you can work with on a form tab:
* IsVisible: Display or hide the tab
* IsSelected: Tab gains focus
* IsMaximized:
* IsExpanded:
* IsLoaded: Ensure that the tab is loaded
* IsDirty: Has been modified
* AllowCreateNew: For associated on unassociated lists, allow creating new items
Additional variables for media tabs
* IsEmpty: Does not contain data
* Caption: Caption of the tab (displayed in the app)
* CommandsMask:
* IsEditable:
* MaxImageWidth: The image is reduced to the specified maximum width
* MaxImageHeight:  The image is reduced to the specified maximum height
* DesiredRatio: Specify the desired width to height ratio, for example, "1.3"
* EnforcementMode: Select whether and how to enforce the image limits (no enforcement, autocrop, autoresize, autocrop and resize, open image editor)


=== Row Script variables ===
=== Row Script variables ===

Navigation menu