An app builder is creating a custom object called Testimonial__c and wants toconnect 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 the
Account remains, the Testimonial__c should remain.
How should this be accomplished?
Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders.
What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?
UVC's CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answers
Universal Containers (UC) has a custom Invoice object and a custom Invoice Line Item object. TTie 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
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
Cloud Kicks (CK) captures all shipping information in a custom object called Shipments__c. CK's app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments.
Where should the app builder route the approval request?
Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c customobject.
Which tool should be used?
Universal Containers (UC) wants to test code against a subset of production data that is under 5 GB. Additionally, UC wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this?
An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.
What should the app builder take into consideration when deploying the change set to production?
What are two capabilities of Schema Builder? Choose 2 answers