Font size
S
M
L
XL
WorksheetsApp builder set 2
Total questions: 60
Worksheet time: 30mins
Name
Class
Date
1.
Question:1 An app builder notices several Accounts converted from Leads are missing Information they expected to be caught via Account validation rules. What could be the source of this issue?
a)
A. The lead settings are unchecked to require validation for converted leads.
b)
B. Account validation rules fail to validate on records converted from a lead.
c)
C. The lead settings are allowing users to intentionally bypass validation rules.
d)
D. Lead validation rules fall to validate on records when they are being converted
2.
Question: 2. An app builder is creating a custom object called Testimonlal_c and wants to connect Testimonial_c records with both the submitter's Contact record and Account record. If the Account is deleted, the Testimonial_c should also be deleted. If the Contact is deleted, but theAccount remains, the Testimonial__c should remain. How should this be accomplished?
a)
A. Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships from Testimonial__c to Contact and to Account.
b)
B. Create a master-detall relationship from Testimonial_c to Account and a lookup relationship from Testimonial__c to Contact.
c)
C. Make Testimonial__c a junction object between Account and Contact using master-detall relationships.
d)
D. Create a lookup relationship from Testimonial to Account and a master-detail relationship from Testimonial__c to Contact
3.
Question: 3. Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a Junction object called Account Interest. What Is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?
a)
A. Users will be able to view the Account Interest records and will have read-only access to the Interest records.
b)
B. Users will be unable to view Account records that have a related Account Interest record
c)
C. Users will be unable to view the Account Interest records or the Interest records.
d)
D. Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.
4.
Question: 4. Cloud Kicks wants to make sure that users without the Marketing role are unable to update the
Contact Retail opt in picklist field to Yes.
What validation rule would an app builder use to prevent other users from making this update?
a)
A. AND( SUserRole.Name != ‘Marketing’, ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_Opt_In__,”Yes”))
b)
B. (©) AND( $UserRole.Name != ‘Marketing’, Retall_Opt_In_c = "Yes" )
c)
C. AND( $UserRole.Name = ‘Marketing’, ISPICKVAL(Retall_Opt_In__c,"Yes") )
d)
D. AND( $UserRole.Name = ‘Marketing’, Retall_Opt_in_c
5.
Question:5
Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child record Star, the app builder Is receiving an error stating "Picklist values are only supported in certain functions.
What formula should an app builder use to achieve the desired result?
a)
A. ISPICKVAL(Galaxy__rType__c)
b)
B. VALUE(Galaxy_r-Type__c)
c)
C. TEXT(Galaxy__rType_c)
d)
D. FIND(Galaxy_r-Type_c)
6.
Question:6
Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?
a)
A. Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.
b)
B. Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.
c)
C. Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.
d)
D. Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.
7.
Question:7
At Cloud Kicks when an opportunity close date is delayed by more than 60 days, the manager and the VP of Sales want to review the change.
Which two solutions will meet the requirement?
Choose 2 answers
a)
a. Create a workflow rule that checks for close date less than 60 days and add an email alert.
b)
b. Build an approval process that requires unanimous approval from the manager and VP of Sales.
c)
c. Create a flow that submits the record for an approval process.
d)
d. Build a validation rule that does not allow a user to save the opportunity record.
8.
Question: 8
An app builder has been asked to display an Overdue Date that is two months after a Task's Due Date.
Which approach should the app builder take?
a)
A. Use Process Builder and set Overdue Date equal to DueDate + ((365/12) * 2).
b)
B. Create a formula field using DueDate + 60.
c)
C. Create a formula field using the ADDMONTHS() function.
d)
D. Use Process Builder and set Overdue Date equal to DueDate + 60.
9.
Question:9
The services manager wants to make sure the team enters case priority consistently.
What feature can an app builder use to accomplish this?
a)
A. Path
b)
B. Flow
c)
C. Next Best Action
d)
D. In-App Guidance
10.
Question: 10
At Ursa Major Solar there is a requirement for a new field called Planet Details on the Planet object where users can write detailed descriptions that can include pictures and links.
What field type should the app builder utilize to fulfill this requirement?
a)
A. Long Text Area
b)
B. Rich Text Area
c)
C. Multi-Select Picklist
d)
D. URL
11.
Question: 11
Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company's account records.
How should an app builder configure Account sharing so that community users only see their own Account?
a)
A. Create an account record type for external accounts.
b)
B. Define an owner-based sharing rule for external accounts.
c)
C. Define a permission set for external accounts.
d)
D. Set the account external OWD to private.
12.
Question: 12
The marketing team at Universal Containers has a list of 400 leads it wants to upload to Salesforce. The team needs to avoid creating duplicate records.
Which two actions should be taken to meet this requirement?
Choose 2 answers
a)
A. Use Data Loader's update function to import leads and match to existing records based on email address.
b)
B. Upload the lead list using the Import Wizard and select a Matching Type to prevent duplicate lead creation.
c)
C. Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads.
d)
D. Enable Duplicate Matching in the Data Management section in Setup and activate the Leadto-Lead scenario
13.
Question: 13
Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.
Which three common items can an app builder move when using a change set?
Choose 3 answers
a)
A. Web-to-lead
b)
B. Standard fields
c)
C. Custom object
d)
D. Apex class
e)
E. Custom field
14.
Question: 14
Universal Containers created a 'New Task' custom action on the Opportunity object. The action was added to all page layouts in the Mobile & Lightning Actions section.
Which Lightning component should the app builder add to the layout to display the action?
a)
A. Activities
b)
B. Related lists
c)
C. Highlights panel
d)
D. Related record
15.
Question: 15
A recently refreshed partial sandbox at Cloud Kicks has no data in the custom object Shipping. Checking in production, there are two million rows of data in the object.
What could be the reason the data is missing?
a)
A. The sandbox is still populating data.
b)
B. The selected objects in the sandbox template.
c)
C. The sandbox was refreshed too early.
d)
D. The partial sandbox is at capacity.
16.
Question: 16
Ursa Major Solar wants to provide sales console users with an incredible experience, with the most used components easily accessible at all times.
What solution can enable reps to see and access these components from anywhere within the app without leaving the page where the team is working?
a)
A. Favorites
b)
B. Utility bar
c)
C. Global actions
d)
D. Home page
17.
Question: 17
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes?
Choose 3 answers
a)
A. Multiple currencies
b)
B. Record type picklist value assignments
c)
C. Field-level security
d)
D. Validation Rules
e)
E. Decimal places and character limits
18.
Question: 18
An app builder creates an Account validation rule on the industry field that will display an error if the length of the field is longer than six characters. Another app builder creates a workflow rule with a field update that sets the industry field to Technology whenever the Billing City field is set to San Francisco.
What will happen the next time a sales rep saves an Account with a Billing City of San Francisco?
a)
A. The record will not save and the validation rule's error message will be displayed.
b)
B. The record will save but the industry field will not change to Technology.
c)
C. The record will not save and no error message will be displayed.
d)
D. The record will save and the industry field will change to Technology.
19.
Question: 19
Cloud Kicks has a sales rep who is stating that their Contact is unavailable for other users to see within Salesforce.
In which three ways can an app builder troubleshoot this issue?
Choose 3 answers
a)
A. Create an Account Sharing Rule to give the users access to all records.
b)
B. Confirm whether Default Organization-Wide Sharing Settings provide access to the Account.
c)
C. Review the contact record and ensure it is linked to an Account.
d)
D. Verify the users with the issue have access to the Contact object.
e)
E. Create a new Contact and have the users try again
20.
Question: 20
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?
a)
A. The component needs to be activated.
b)
B. The record page template is unable to support mobile devices.
c)
C. The record page needs to be activated.
d)
D. The component has been developed for Desktop Pages.
21.
Question: 21
Dreamhouse Realty (DR) is expanding into subsidized housing by partnering with local government entities. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team?
Choose 2 answers
a)
A. Data loss may occur when changing custom field types.
b)
B. Audit Trail is available through REST API extracts.
c)
C. Rich text field values of all lengths are displayed fully in reports.
d)
D. Field History Tracking records value changes of 255 characters or less.
22.
Question: 22
A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.
What should an app builder do to help achieve this goal without sacrificing data quality?
a)
A. Post daily to the Chatter feed any relevant fields that need to be populated.
b)
B. Research and evaluate data enrichment products on the AppExchange to automate data entry.
c)
C. Use Flow to create a data entry wizard to automate data entry.
d)
D. Use a combination of workflow rules and formula fields to populate key fields for the sales user.
23.
Question: 23
Universal Containers (UC) has a custom Invoice object and a custom Invoice Line-Item object. The Invoice Line
Item object has a lookup relationship to the Invoice. UC would like to convert the lookup relationship to a master detail relationship but is unable to do so.
Which two reasons could be preventing this relationship conversion?
Choose 2 answers
a)
A. Custom objects are unable to be on the detail side of a master-detail relationship.
b)
B. There are already two master-detail relationships on the Invoice Line Item.
c)
C. Invoice Line-Item records exist without having the Invoice lookup field populated.
d)
D. There is a roll-up summary field on the Invoice object.
24.
Question: 24
Which two solutions prevent a formula field from being referenced by a Roll-Up Summary field?
Choose 2 answers
a)
A. The CASE() function in the formula field
b)
B. The NOW() function in the formula field
c)
C. A cross-object field reference in the formula field
d)
D. A cross-object workflow updating a field referenced by the formula field
25.
Question: 25
Universal Containers uses a custom picklist called Account_Region_c on the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities.
How should an app builder create this solution?
a)
A. Lookup field
b)
B. Field-level security
c)
C. Field history tacking
d)
D. Cross-object formula field
26.
Question: 26
An app builder needs a custom solution and is considering using either AppExchange or their local developer community. Ease of updates is the primary consideration.
What should the app builder consider?
a)
A. A managed package from AppExchange
b)
B. An unmanaged package from AppExchange
c)
C. An open-source unmanaged package
d)
D. An open-source custom development
27.
Question: 27
An app builder received a request to extend record access beyond the organization-wide defaults configured.
Which two features satisfy this requirement?
Choose 2 answers
a)
A. Sharing Rules
b)
B. Public Groups
c)
C. Permission Set Groups
d)
D. Manual Sharing Rules
28.
Question: 28
Universal Containers wants to embed a chart of all related Opportunities, by stage, on the Account detail page.
Which type of report should an app builder create to add to the Account page layout?
a)
A. A summary report on the Account object
b)
B. A tabular report on the Opportunity object
c)
C. A summary report on the Opportunity object
d)
D. A tabular report on the Account object
29.
Question: 29
An app builder at Cloud Kicks created a custom object and related fields in the schema builder.
What next steps should the app build take to ensure users can access the new object and fields?
a)
A. Create a permission set for access to the object and fields.
b)
B. Allow reporting for the object and fields.
c)
C. Assign data types to the fields on the object.
d)
D. Add the fields to the page layout on the object.
30.
Question: 30
Universal Containers wants to track installation information once a container has been purchased on a custom object. Sales reps should have visibility of all the installations associated with their opportunities.
What kind of relationship should this new object have to Opportunity?
a)
A. Lookup
b)
B. Master-Detail
c)
C. Many to Many
d)
D. Hierarchical
31.
Question: 31
Universal Containers (UC) has created a picklist field called status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.
Which feature would an app builder use?
a)
A. Field Update
b)
B. Global Picklist Value Set
c)
C. Dynamic Action
d)
D. Dependent Picklist
32.
Question: 32
Universal Containers uses a private sharing model on Accounts. User A and user B both own Accounts of their own and have both been sent a new account record in an email owned by user C to take a look at. User A is able to open and view the record but user B receives an insufficient privileges error. User A and user B have the same role in the role hierarchy as user.
What are the three reasons user A has access but user B is unable to access the record?
Choose 3 answers
a)
A. User A is on the same account team as user C.
b)
B. User A and user B have different profiles.
c)
C. User C has manually shared the record with user A.
d)
D. User A was granted an additional permission set.
e)
E. User A is in a public group that has access via a sharing rule.
33.
Question: 33
Which two places can an app builder go to see a list of available Custom Lightning components in their org?
Choose 2 answers
a)
A. Visualforce components in Setup
b)
B. Lightning component Generator
c)
C. Lightning App Builder
d)
D. Lightning components in Setup
34.
Question: 34
Universal Containers require different fields to be filled out at each stage of the Opportunity sales process.
What configuration steps can an app builder use to meet this requirement?
a)
A. Define record types and page layouts for each stage.
b)
B. Set page layout required fields based on the current stage.
c)
C. Add the Path component to the Lightning record page.
d)
D. Create a Process Builder to prompt the User for field information.
35.
Question: 35
Sales Managers at Cloud Kicks would like to standardize what information Sales Reps are gathering.
Sales Reps want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record.
What feature should an app builder use to provide this functionality?
a)
A. Global Action
b)
B. Workflow
c)
C. Path
d)
D. Chatter Feed
36.
Question:36
Dreamhouse Realty (DR) has a policy that requires the phone number on Contact to be deleted when the DoNotCall checkbox is checked.
What automation tool should the app builder recommend?
a)
A. Quick action
b)
B. Approval process
c)
C. Validation rule
d)
D. Workflow rule
37.
Question: 37
The VP of Sales wants a Chatter post to the All-Sales private group when an opportunity goes to the closed won stage.
What two tools should the app builder use to automate this process? Choose 2 answers
a)
A. Flow
b)
B. Process Builder
c)
C. Big Deal Alert
d)
D. Workflow
38.
Question: 38
Cloud Kicks conducts an evaluation of sales reps with a custom object that houses a scorecard. The company wants to ensure that only the sales reps, their managers, and their manager's executives can view the rep's scorecard, but also prevent the reps from being able to view the executive comment fields on their review.
How should these requirements be met?
a)
A. Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.
b)
B. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security.
c)
C. Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.
d)
D. Use a private sharing model granting record access using hierarchy; manage field access with field level security.
39.
Question: 39
How should an app builder configure access to a contact's Twitter profile for Salesforce mobile app users?
a)
A. Add a formula field to the Contact page layout.
b)
B. Add the Twitter component to mobile view Lightning pages.
c)
C. Add a Twitter Quick Action to the mobile navigation.
d)
D. Add an AppExchange Lightning Component to the mobile app.
40.
Question: 40
The appraisal team at Dreamhouse Realty wants to leverage Salesforce mobile app.
What are three things an app builder should do to optimize mobile experience?
Choose 3 answers
a)
A. Use Global Actions to make it easy to perform vital functionality on mobile.
b)
B. Avoid using default field values so that the user is required to fill in all fields on the screen.
c)
C. Minimize the amount of formula fields and lookup fields to reduce page load time.
d)
D. Create individual customized layouts for different phone operating systems.
e)
E. Put the most important fields in the compact layout so they are easy to find.
41.
Question: 41
An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.
What automation should the app builder use?
a)
A. Screen flow
b)
B. Process Builder
c)
C. Apex code
d)
D. Workflow rule
42.
Question: 42
Cloud Kicks has five years of sales data and would like to track when customers made their first purchase.
How should an app builder use a roll-up summary to meet the requirements?
a)
A. Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.
b)
B. Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.
c)
C. Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
d)
D. Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
43.
Question: 43
An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.
Which two steps are necessary to accomplish this task? Choose 2 answers
a)
A. Add the app to a Visualforce page.
b)
B. Upload the app to Static Resources.
c)
C. Create a subdomain using My Domain.
d)
D. Build a Custom Tab for the app.
44.
Question: 44
An app builder wants to deploy a new version of an auto-launched flow to production in an active state so that the new functionality is immediately available to users.
What should the app builder take into consideration when planning the deployment?
a)
A. Manually activate the flow after deployment.
b)
B. Include the Process Builder calling the flow in the deployment.
c)
C. User access needs to be granted to the flow.
d)
D. Verify there is an Apex test that provides test coverage for the flow.
45.
Question: 45
Universal Containers created a custom object called Component to capture details about products sold.
What approach should an app builder take to show Component as a related list on Product?
a)
A. Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
b)
B. Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.
c)
C. Create a roll-up on Product. Add the Component related list to the Product page layout.
d)
D. Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.
46.
Question: 46
Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?
a)
A. BEGINS([Lead].OwnerId, "005")
b)
B. [Lead].Owner:User. Role Is Null = False
c)
C. [Lead).Owner: Queue.OwnerId Is Null = True
d)
D. NOT(ISBLANK([Lead].Ownerid))
47.
Question: 47
A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing as an option to add as a column.
How should an app builder troubleshoot this issue?
a)
A. Adjust the field level security to include in the report type.
b)
B. Check Allow Reports for the position and applicant objects.
c)
C. Add the field to the custom report type field layout.
d)
D. Update the profile with the Manage Public Reports permission.
48.
Question: 48
To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objects related to the Account object, one with a master-detail, and two that are not.
Each of these objects has 15 fields they would like to summarize on the Account object.
What are two considerations for this proposal?
Choose 2 answers
a)
A. An object can have 20 object references.
b)
B. An object can have 25 roll-up summaries.
c)
C. Roll-up summaries are limited to master-detail relationships.
d)
D. Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.
49.
Question: 49
The Service Manager provided the app builder with color code requirements for case age on open cases. New cases populate green circle Day-old cases populate a yellow circle Three-day-old cases
populate a red circle
How should an app builder implement this requirement?
a)
A. Formula Field
b)
B. Quick Action
c)
C. Custom Button
d)
D. Lightning Web Component
50.
Question: 50
An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment.
What can be causing the delay?
a)
A. Profiles are included in the change set.
b)
B. A field type change is included in the change set.
c)
C. Dependent fields are included in the change set.
d)
D. Roles are included in the change set.
51.
Question: 51
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?
a)
A. Create a queue for the web applications and assign access to the users who will be editing the records.
b)
B. Add a sharing rule that grants the users Read/Write access to the Internship records.
c)
C. Set the organization-wide default on the Applications object to Read/Write.
d)
D. Create a sharing rule that grants the users Read/Write access to the Application records.
52.
Question: 52
Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely.
What formula should an app builder use to create this new field?
a)
A. ISNUMBER(ID)
b)
B. CASESAFEID(ID)
c)
C. TEXT(ID)
d)
D. VALUE(ID)
53.
Question: 53
Universal Containers (UC) maintains information for over 2 million assets in an external system. UC needs to access these assets in real-time data in Salesforce and is nearing the data storage limits.
What feature could an app builder recommend UC use?
a)
A. Data Loader
b)
B. Salesforce Connect
c)
C. Salesforce to Salesforce
d)
D. Data Export Wizard
54.
Question: 54
Universal Containers has deployed custom tabs to production via change sets, without including the profile settings or permission sets.
What is the setting for the visibility of custom tabs?
a)
A. Custom tabs are default off for all users.
b)
B. Custom tabs are hidden for all users.
c)
C. Custom tabs are default on for all users.
d)
D. Custom tabs are NOT deployed.
55.
Question: 55
When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.
What should an app builder use to achieve the desired result?
a)
A. Custom button and Flow
b)
B. Lightning component and Process Builder
c)
C. Process Builder and Flow
d)
D. Custom picklist field and Process Builder
56.
Question: 56
Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission.
Which three features would meet the business requirements? Choose 3 answers
a)
A. Workflow
b)
B. Chatter action
c)
C. Apex
d)
D. Flow
e)
E. Process Builder
57.
Question: 57
Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.
Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved?
Choose 2 answers
a)
A. Create an approval process on the Contract object with criteria set on a second approval step set as "Amount_c> 10,000' and set the approver as director.
b)
B. Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as 'Manager'.
c)
C. Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.
d)
D. Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.
58.
Question: 58
Northern Trail Outfitters uses a custom object to track travel requests. Rangers want to have automatic posts on a record whenever a travel request has been approved.
Which feature should be used to accomplish this?
a)
A. Auto-response rule
b)
B. Feed Quick action
c)
C. Workflow rule
d)
D. Feed tracking
59.
Question: 59
An app builder at Universal Containers wants to prevent users from creating new records on an Account related list by overriding standard buttons.
Which two aspects should the app builder consider before overriding standard buttons?
Choose 2 answers
a)
A. Standard buttons can be overridden, relocated on the detail page, and relabeled.
b)
B. Standard buttons that are unavailable for overrides can still be hidden on page layouts.
c)
C. Standard buttons can be overridden with a Lightning component.
d)
D. Standard buttons can be changed on lookup dialogs, list views, and search result layouts
60.
Question: 60
Which two options are available to an app builder when defining an object-specific create record custom action?
Choose 2 answers
a)
A. Allowing the end user to choose the record type.
b)
B. Specifying the fields and layout of the action.
c)
C. Redirecting the end user to the detail page of the target object.
d)
D. Pre-defining field values on the target object.
Reset
