Platform App Builder Study Deck 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, Process Builder or flow can create, update and delete records.
Is Apex code required to create a job that runs every night?
Yes, Apex code and Apex Scheduler would be required to create a job that runs on a scheduled basis.
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 Lead 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?
Flow Solution
Which kind of relationship would be appropriate for a data model in which a record of an object can be related to multiple records of another object and vice-versa?
Many-to-many relationship
What kind of object should be used by a company to store data related to properties?
Custom object
Which feature can be used for an overview of the data model of a custom application in Salesforce?
Schema Builder
Can a text field be converted to a picklist?
Yes, if a text field is converted to a standard picklist, values from the text field will be populated into picklist values and data is retained.
Can relationship types be changed?
Yes, a master-detail relationship field can be converted to a lookup relationship field and vice versa, but the lookup field must have values in all the records.
Which types of fields cannot be converted (to or from)?
Encrypted fields and formula fields cannot be converted to or from.
What is the difference between a lookup and master-detail relationship?
Both allow one object to be related to another in a one-to-many relationship, but in a master-detail relationship, the detail record wouldn’t exist without the master. Usually when the master is deleted, the detail records are deleted.
How is a many-to-many relationship created?
Using a junction object. This object sits between the two objects in the many-to-many relationship and has two master-detail fields, one for each of the objects to be related.
Which relationship can be used on the User object to associate one user with another?
Hierarchical relationship