On this Page:
All the SFDCLookUp class actions work for the Lookup component only.
Click
This action is used to expand the field in the lookup objects.
This action does not have any parameters.
Example:
Click
CreateNewEntity
This action clicks the New Entity Creation button to create 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 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 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 Class, id, name, and role, and
parameter value, such as the actual value of the property.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Key | Enter the key name to store the property value. | Yes | String |
PropertyName | Enter the property or attribute name whose value you want to store. | Yes | String |
Example:
StorePropertyValue "key" "text"
StoreSelectedItems
This action stores all the items that are selected in the lookup.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Key | Enter the variable to store all the selected options from the selected list. | Yes | String |
Example:
StoreSelectedItems "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"
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:
| Yes | String |
Example:
VerifyExistence "True"
VerifyPropertyValue
This action verifies the property of the specified object using property names, such as Class, id, name, and role, and
parameter value, such as the actual value of the property.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
PropertyName | Enter the property or attribute as specified in the DOM structure. | Yes | String |
Value | Enter the property value that you want to verify. | Yes | String |
Example:
VerifyPropertyValue "True"
VerifySelectedItems
This action verifies whether the items that are selected in the picklist are the same that you want.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
listofValues | Enter the value that you want to verify. | Yes | String |
Example:
VerifySelectedItems "John Smith"