Salesforce fundamentals I knowledge check Flashcards
What are the different types of AppExchange use cases?
Generic, Functional and Industry Specific
What are some examples of Functional AppExchange use cases?
Sales, Marketing, Customer Service, Finance, HR
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.
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.
How would a customer request for pricing of different product grouping be tracked?
Quotes could be added to an opportunity, each with a different combination of related products.
How is object access controlled?
Object access is controlled at the profile level, including permissions and visibility to the tab.
What do organization-wide default settings do?
Determine access to records the user does not own
What does field-level security control?
Field-level security controls if a field is visible or read-only at the profile level.
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.
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.
What allows sharing individual records with roles or individual users?
Manual sharing
Which organization-wide default sharing setting would need to be used to ensure that users cannot access account records that are not owned by them?
Private
What are some examples of Generic AppExchange use cases?
Document Generation, Data Loaders, Document Signing, Email, GeoLocation
What are some examples of Industry Specific AppExchange use cases?
Healthcare and Life Sciences (Veeva), Real Estate, Education, Non Profit, Financial Services
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.