On this Page:
Table of Contents
All the SFDCLookUp class actions work for the Lookup component only.
CreateNewEntity
This action clicks the New Entity Creation button to create creates a new entity in the lookup.
This action does not have any parameters.
Example:
CreateNewEntity
ClearEntry
This action clears the options selected in the lookup.
This action does not have any parameters.
Example:
ClearEntry
MouseOver
This action hovers the mouse over the specified object.
This action does not have any parameters.
Example:
MouseOver
SearchAndSelect
This action finds the value that you want using specify using the Search feature in the lookup screen, and then selects the value.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
recordName | Enter the value that you want to enter in search in the Search box to select the value automatically. | Yes | String |
Example:
In the Classic theme, the New Event page contains the Assigned To field, which has dependency lookup. You can select a user using Assigned To field.
SearchAndSelect "John Smith"
StorePropertyValue
This action stores the property of the specified object using property names, such as Classclass, id, name, and role, and
and parameter value, such as the actual value of the property.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Keykey | Enter the key name to store the property value. | Yes | String |
PropertyNamepropertyName | Enter the property or attribute name whose value you want to store. | Yes | String |
Example:
StorePropertyValue StorePropertyValue "key" "text"class"
StoreSelectedItemsStoreSelectedItem
This action stores all the items that are selected in the lookupselected item.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Keykey | Enter the a variable to store all the selected options from the selected listitem. | Yes | String |
Example:
StoreSelectedItems StoreSelectedItem "key"
VerifyEnability
This action verifies the enability of the specified object.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
enability | Enter one of the following:
| No | String |
Example:
VerifyEnability "True"
VerifyExistence
This action verifies the existence of the specified object.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
existence | Enter one of the following:
| YesNo | String |
Example:
VerifyExistence "True"
VerifyPropertyValue
This action verifies the property of the specified object using property names, such as Classclass, id, name, and role, and
and parameter value, such as the actual value of the property.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
PropertyNamepropertyName | Enter the property or attribute as specified in the DOM structure. | Yes | String |
Valuevalue | Enter the property value that you want to verify. | Yes | String |
Example:
VerifyPropertyValue "True"class" "fr small"
VerifySelectedItemsVerifySelectedItem
This action verifies whether the items that are selected in the picklist are the same that you wantaction verifies if the specified item is selected.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
listofValuesvalue | Enter the value that you want to verify whether it is selected. | Yes | String |
Example:
VerifySelectedItems VerifySelectedItem "John Smith"
VerifyVisibility
This action verifies the visibility of the specified object.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
existence | Enter one of the following:
| No | String |
Example:
VerifyVisibility "True"