Miscellaneous Flashcards
What is Salesforce connect?
Salesforce connect provides seamless integration of data across system boundaries by letting your users view, search and modify data that’s stored outside your Salesforce org
When is it recommended to use Salesforce Connect?
- When you have a large amount of data that you don’t want to copy into your Salesforce org
- You need small amounts of data at any one time
- You want real-time access to the latest data
External objects are available to some of the Salesforce tools. See if you can name all of them
Global Search
Lookup relationships
Record feeds
Salesforce App
How can you access External objects programmatically
Apex
SOSL
SOQL
Salesforce APIs
What can you use to deploy external objects?
Metadata API
Change Sets
Packages
Which of these is NOT true about external objects?
A) They integrate with Salesforce APIs, Apex, Visualforce and Chatter
B) They can be related to other objects
C) You can use them in formula fields
D) They are automatically viewable in the Salesforce 1 mobile app
C) You can use them in formula fields
What report features aren’t available for external objects?
- Buckets and bucket fields
- Historical trend reporting
Which resource, introduced in Spring ‘19, will help a developer using Salesforce DX to simplify the development of Lightning Web Components?
A) Apex Replay Debugger
B) Salesforce VS Code Extensions
C) Eclipse IDE Lightning Components snap-in
D) Heroku CLI
B) Salesforce VS Code Extensions
How can an Administrator create a process flow in Process Builder that can be reused and customized for specific processes?
A) Edit the process’s properties, and set the Template to Yes
B) Create a Template from the process
C) Set the process to start when a platform event occurs
D) Add ‘_Template in the process’s API name
A) Edit the process’s properties, and set the Template to Yes