Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SFDC general actions denote those actions for which objects are not needed for execution.

Info

SFDC objects do not support the following features:

  • Polling Interval and Time Out

  • Wait actions

SwitchToTab

This action switches to another tab.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

tabName

Enter the tab name to which you want to switch

Yes

String

Example:

SwitchToTab       "Accounts Check"

...

This action switches to another Salesforce app.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

appName

Enter the app name to which you want to switch

Yes

String

Example:

SwitchApp       "Sales"

...