• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/26

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

26 Cards in this Set

  • Front
  • Back

Calls an Apex class that implements the Process.Plugin interface. If you used the Tag property in thePluginDescribeResult class, the Apex class appears under a customized section. Otherwise, it appears under the Apex Plug-ins section.

Apex Plug-in

Sets or changes values in variables, collection variables, sObject variables, and sObject collection variables.

Assignment

Evaluates conditions to determine which flow path to take.

Decision

Sends an email by using a workflow email alert to specify the email template and recipients.

Email Alert

Creates Salesforce records using the field values from an sObject collection variable, or creates one Salesforcerecord using the field values from an sObject variable.

Fast Create

Deletes Salesforce records using the ID values from an sObject collection variable, or deletes one Salesforce record using the ID value from an sObject variable.

Fast Delete

Queries Salesforce records to assign their field values to an sObject collection variable, or queries one Salesforcerecord to assign its field values to an sObject variable.

Fast Lookup

Updates Salesforce records using the field values from an sObject collection variable, or updates one Salesforcerecord using the field values from an sObject variable.

Fast Update

terates through an sObject collection variable. For each item in this sObject collection variable, the Loop element:


1. Assigns the item’s values to a loop-specific sObject variable.
2. Executes the loop-specific flow path, which contains elements that use the loop-specific sObject variable—for example, to manipulate its values and then assign the updated values to another sObject collection variable that can be referenced later in the flow.

Loop

Calls an object-specific or global action.

Action

Posts a message to the feed for a specific record, user, or Chatter group.

Post to Chatter

Creates one Salesforce record using field values that you specify individually. You can assign these values from flow resources, such as variables and screen fields.

Record Create

Deletes Salesforce records that meet the filter criteria you specify.

Record Delete

Queries one Salesforce record that meets the filter criteria you specify, and then assigns the record’s field values to separate, individual flow variables or individual fields on sObject variables.

Record Lookup

Updates one Salesforce record using field values that you specify individually. You can assign these values from flow resources, such as variables and screen fields.

Record Update

Displays a screen to the user who is running the flow. The screen contains fields for user input or for displaying information to the user. Fields and choices that you create for the screen are available as resources that you can reference elsewhere in the flow.

Screen

Sends an email by using the flow to specify the subject, body, and recipients.

Send Email

Serves as a temporary placeholder while you design a flow. You can convert Step elements into Screen elements.

Step

Submits one Salesforce record for approval.

Submit for Approval

Calls another flow in the organization.

Subflow

Waits for one or more defined events to occur.

Wait

*Telephone switch or PBX


*IVR, ACD and other call processing


*Sends/receives phone messaging


*Send call data to the CTI Connector - Caller ID, Dialed Number, Customer Entered Digits (account#)


Telephony System

*Primary function: translate messages to/from the telephony system


*Customized for each telephony system


*Can be customized to provide additional functionality


*Maintains XML representation of the SoftPhone


*Communicates with Salesforce via Webservices API


*Complete source code provided to partners

CTI Connector

*Primary function: render the SoftPhone


*C# codebase


*Not customizable


*Converts XML into HTML to render the SoftPhone


*AJAX and JavaScript communication with browser


* Acts as proxy to send information to and from the browser

Browser Connector

*AllHTML5 browsers supported


*plugin or add-on required


*LocalStorage used to maintain SoftPhone state in multiple tabs/browsers


*postMessage used to send requests to Salesforce


Browser

*Customer Data (caller ID, account#)


*Call center user profile


*Call center user authentication


*CTI adapter configuration - call center, softphone layout, directory numbers

Salesforce