Home
Subjects
Textbook solutions
Create
Study sets, textbooks, questions
Log in
Sign up
Upgrade to remove ads
Only $35.99/year
Salesforce Test
STUDY
Flashcards
Learn
Write
Spell
Test
PLAY
Match
Gravity
Terms in this set (411)
_______________ is a great way for other users to find someone with the necessary skills or experience to help them.
About Me Section
Where do you go to change your chatter email settings?
Click your name |My Settings | Chatter | Email Notifications | Clear the "Receive Emails Check Box
In the Chatter "my email" section, users can choose which emails they should be receiving? T/F
True
What things can you see on your homepage?
Chatter updates, status updates of people you are following, dashboard snapshots, assigned tasks, calendar events,
Apps on the AppExchange run on the Salesforce 1 platform? T/F
True
_________ is the worlds leading business app marketplace.
AppExchange
As an admin, you need to periodically upgrade the individual apps you use from the AppExchange? T/F
False
The AppExchange helps to eliminate ________ & save ______.
Risk
Time
Where can you find files that were shared with you?
Chatter tab | Files | Shared With Me
A __________ is a table of data containing records.
Object
Each row in a table contains data from an ___________.
Individual record
Each column contains data from an __________.
Individual field
The SF user interface takes information from a __________ and displays it in an easy to view manner.
Single row
_________ may have related contacts, opportunities, and cases.
Accounts
__________ are descriptions of customer feedback, problems, or questions.
Cases
Sets with similar terms
Salesforce.com ADM-201 Certification Preparation (…
87 terms
Salesforce Admin 201 practice review
96 terms
Salesforce DEV-401 Prep
241 terms
Sets found in the same folder
Salesforce Certification
586 terms
Salesforce Certification
586 terms
Salesforce
115 terms
Salesforce Certification
1,703 terms
Verified questions
COMPUTER SCIENCE
A program has been written to process the scores of soccer games. Consider the following code segment, which is intended to assign an appropriate string to outcome based on the number of points scored by each of the two teams. (The team with the greater number of points gains the victory). if (team1Points==team2Points) outcome="Tie game"; if (team1Points>team2Points) outcome="Victory for Team 1"; else outcome="Victory for Team 2"; The code does not work properly. For which of the following cases will the code assign the wrong string to outcome? The case where I. both teams score the same number of points, II. Team 1 scores more points than Team 2, III. Team 2 scores more points than Team 1. (A) I only, (B) II only, (C) III only, (D) I and III only, (E) II and III only.
COMPUTER SCIENCE
As written, each loop iteration in the LIST-SEARCH' procedure requires two tests: one for x ≠ L.nil and one for x.key ≠ k. Show how to eliminate the test for x ≠ L.nil in each iteration.
COMPUTER SCIENCE
Prove that if P is an n × n permutation matrix and A is an n × n matrix, then the matrix product PA is A with its rows permuted, and the matrix product AP is A with its columns permuted. Prove that the product of two permutation matrices is a permutation matrix.
COMPUTER SCIENCE
Write a method called randomlnRange that accepts two integer parameters representing a range such as 30 to 50. The method should return a random integer in the specified range (inclusive). Return zero if the first parameter is greater than the second.
Other Quizlet sets
Ch 11-12
21 terms
Group Dynamics - Final
46 terms
NUR 311- Pharmacological Clinical Judgement, Pharm…
197 terms
Related questions
QUESTION
When enabling change tracking using the ALTER DATABASE statement, what does an AUTO_CLEANUP value of ON indicate?
QUESTION
when is it best to use a spreadsheet?
QUESTION
true or false: There is no way to use the criteria in a query to see if a record has a NULL value for a field.
QUESTION
A collection of forms, reports, queries, and programs that process a database