Header

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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

SFDC objects do not support the following features:

  • Polling Interval and Time Out on object level

  • 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"

SwitchApp

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"

Logout

This action allows you to log out from the SFDC application.

This action does not contain any parameters.

Input Parameters:

Example:

Logout 

  • No labels