Can you use a roll-up summary field in a lookup relationship?
What is No.
100
In SOQL DML this is used for processing insertions and updates to records at the same time
What is upsert
100
What are the four levels of access you can configure in a Saleforce organization?
What is Organization, objects, records, fields.
100
This allows us to specify the baseline level of access that a user has in your organization. For example, we can make it so that any user can see any record of a particular object to which their object permissions give them access, but so that they'll need extra permissions to actually edit one.
What is OWD, organization wide defaults
100
What can you edit on a standard profile?
What is which tabs appear and which apps are available
200
You can create a many to many master-detail relationship using this?
What is Junction Table
200
In SOQL DML this allows you to sync up to 3 records of the same sObject into one record, deleting the rest, and re-parenting the others.
What is Merge
200
This is a collection of settings and permissions that determine what a user can do in the platform, like a group in a Windows Network
What is Profile
200
This allows us to make sure that a manager will always have access to the same records as his or her subordinates.
What is role hierarchies
200
What should you use to grant permissions to a user who needs temporary access while another user is on vacation?
What is permission sets.
300
Permission set to user is a ____ relationship
What is many to many
300
In SOQL if you are doing a parent to child query what must happen to the object name if it is a custom object?
What is it must be appended with __r
300
What are the standard profiles available in every Salesforce org?
What is Read only, standard user, marketing user, contract manager, solution manager, and system admin
300
This allows us to make automatic exceptions to organization-wide defaults for particular groups of users.
What is sharing rules.
300
An app is set to visible in a user’s profile, what else must be set for the app’s tabs to show up for that user?
What is Profile must have permissions to view the tab and the associated object
400
Opportunity to Account is a ___ relationship
What is Many to One
400
In SOQL if you are doing a parent to child query what must happen to the object name?
What is it must become plural. *Ex. SELECT Name, (Select FirstName, LastName FROM Contacts) FROM Account
400
What is the main difference between profiles and permission sets?
What is Users can only have one profile, but many permission sets
400
This allows record owners to give read and edit permissions to folks who might not have access to the record any other way.
What is manual sharing
400
In a profile for tab settings what does Default Off refer to?
What is Hidden from a user’s page but available when he or she clicks the all tabs button on the far right
500
What must a master-detail child relationship record have?
What is a parent.
500
In the SOSL IN CLAUSE what fields can you specify to search?
What is ALL FIELDS, NAME FIELDS, PHONE FIELDS, SIDEBAR FIELDS, EMAIL FIELDS
500
This is a collection of settings and permissions that determine what a user can do.
What is Permission Set
500
What are the four ways of setting record level security?
What is OWD, Role hierarchies, sharing rules, and manual sharing
500
How are permissions on a record evaluated in Salesforce?
What is A combination of object, field, and record-level permissions