Salesforce Fundamentals 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 are Campaign Statistics?
Campaign Statistics include the number of responses, leads and opportunities generated, and the value of the won opportunities.
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 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 use the 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.
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.
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.
What are some of the major capabilities of the Lead object?
Lead Business Process, Web-to-Lead, Auto Response Rule, Lead Import, Lead Queues, Assignment Rule, Lead Conversion
What are some of the major capabilities of the Case object?
Email-to-Case, Web-to-Case, Case Queues, Assignment Rules, Escalation Rules
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.
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
How is object access controlled?
Object access is controlled at the profile level, including permissions and visibility to the tab.