SALESFORCE FOUNDATIONS I Flashcards
What are the different types of AppExchange use cases?
Generic, Functional and Industry Specific
What are some examples of generic AppExchange use cases?
Document Generation, Data Loaders, Document Signing, Email, GeoLocation
What are some examples of functional AppExchange use cases?
Sales, Marketing, Customer Service, Finance, HR
What are some examples of industry-specific AppExchange use cases?
Healthcare and Life Sciences (Veeva), Real Estate, Education, Non Profit, Financial Services
What is required to create a job that runs every night?
Apex code and Apex Scheduler can be used to create a job that runs on a scheduled basis. Flows can also be scheduled to run periodically.
Is Apex Code required to create, delete and update records?
No, Flow can create, update, and delete records while Process Builder can only create and update.
What kind of accounts are there and how are they used?
Business Accounts and Person Accounts. Business Accounts are used for B2B selling and Person Accounts are for B2C.
Is Apex-code required to use Email-to-case functionality?
No, Email-to-Case can be configured using clicks. However, Apex code is required to extend or change the standard behavior.
How would a customer request for pricing of different product grouping to be tracked?
Quotes could be added to an opportunity, each with a different combination of related products.
What is a person account?
A Person Account is used for B2C situations and is an account made up of one Account and one Contact record. It is not enabled by default. It must be requested and enabled by Salesforce Support.
How is object access controlled?
Object access is controlled at the profile level, including permissions and visibility to the tab.
Which type of solution can be downloaded from the AppExchange to connect Salesforce to a third-party system for accepting credit card payments?
Finance App Solution
What do organization-wide-defaults settings do?
Determine access to records the user does not own
What is a permission set?
A permission set is a group of permissions and settings that can be assigned to one or more users. They are used to grant additional permissions to users.
What does field-level security control?
Field-level security controls if a field is visible or read-only at the profile level.
How is the role hierarchy related to record access?
Users will have access to other users’ records if they have a role above the record owner in the role hierarchy.
How does Manager Group sharing work?
Manager Group sharing allows users to share records with their manager group or manager subordinate group, that is those above or below in the hierarchy, based on the manager field in the user record.
How do sharing rules work?
Rules can be created to grant access to groups of users for certain records based on record owner or criteria.
What should be considered when changing OWD settings?
If increasing default access, changes will take effect immediately. If decreasing default access, changes may take significant time depending on data volumes.