What should you use if your sales team needs different page layouts and picklist options for Retail and Enterprise accounts?
Create two record types and assign different page layouts and picklist values to each.
A user reports that they can’t see a custom field on the Contact record, even though others can. What’s the most likely cause?
Field-level security is hiding the field for the user’s profile.
You’ve been asked to show the “Contract End Date” field at the top of the record page for quick visibility. What’s the best way?
Add the field to the highlights panel using a compact layout.
A manager wants to automatically calculate “Total Discount” based on related Opportunity Line Items. What feature should you use?
A roll-up summary field on the Opportunity object.
The marketing team wants to store custom event feedback data not supported by standard objects. What should you do?
Create a custom object for Event Feedback with fields for rating, comments, and event reference.
You need to relate custom object “Project” to “Account” so that deleting the Account also deletes its Projects. What relationship should you use?
A master-detail relationship from Project to Account.
Your organization wants to track both “Parent Account” and “Partner Account” relationships. What’s the correct configuration?
Use a standard Account hierarchy for parent-child and a lookup field for partner relationships.
A new user profile needs access to a Lightning page showing a specific set of components. What’s the correct approach?
Assign the Lightning record page to that profile in Lightning App Builder activation settings.
A field called “Region” should display only when the “Country” field equals “United States.” How do you achieve this?
Create a dependent picklist with “Country” as the controlling field and “Region” as the dependent field.
The operations team requests a quick way to log calls and create tasks directly from a Contact record. What should you configure?
Object-specific quick actions for the Contact object.
You need to visualize all custom object relationships in your org. What’s the best tool to use?
Schema Builder.
A sales rep says that the “Discount %” field should always be between 0 and 50. How do you enforce this rule?
Create a validation rule that checks if Discount__c < 0 OR Discount__c > 50.
The support team wants to display a Lightning component that shows related Cases on the Account page. What should you use?
Add the standard Related List component or a custom Lightning component on the Account Lightning page.
Your HR department wants an internal-only page displaying employee dashboards. How do you make it available to them but not others?
Create an app page and assign visibility only to the HR profile.
You’ve created a new custom field on Account, but it doesn’t appear on any record pages. What step did you likely miss?
Adding the field to the page layout.
You’re asked to display a dynamic greeting message on the Home page based on the logged-in user’s name. What’s the best approach?
Use a custom Lightning component that references the $User global variable.
A field called “Contract Value” is missing when viewing an Account in Lightning but appears in Classic. Why?
The field isn’t included in the Lightning Record Page layout.
The finance team wants to sum up related Invoice Amounts on the Account record. What tool do you use?
A roll-up summary field on the Account object (if Invoice is a detail object).
You want to show a “Project Progress” bar on the Project record page that updates automatically. What’s a good solution?
Use a custom Lightning component or a formula field combined with a progress bar component.
The sales director asks for a tab where users can access an internal help document directly. What should you do?
Create a custom tab that points to the document or web resource URL.
A system admin deleted a master record and all related details disappeared too. Why?
The child object was in a master-detail relationship.
A user needs to edit a custom field but the field is read-only. You verified profile and page layout permissions are correct. What else could block editing?
The field is read-only due to a validation rule or record type configuration.
Your company wants to standardize the “Industry” picklist across Leads, Accounts, and Opportunities. What’s the most efficient way?
Use a global picklist value set shared by all three objects.
A Lightning page loads slowly because it has too many related list components. What’s a better design approach?
Use a tabbed layout or accordion to organize components efficiently.