If a system administrator has unchecked the "Enable Content Pack Creation" setting, what can users do with content packs?
A. Users can modify existing content packs.
B. Users can only edit description and title of existing content packs
C. Users cannot do anything to existing content pack
One of Sales Managers at Universal Containers needs the ability to create fields on one specific custom object? How can this be accomplished?
A. Create a new profile for the manager and grant the permission customize application
B. Create a delegated administration group for the managers
C. Create a permission set and grant the permission customize application
D. Create a permission set and grant edit access to object
Which of the following statements are true about an end user's forecast? (Choose three answers.)
A. It is updated in the system every evening at 5 pm
B. This aggregate can be dollars of revenue
C. This aggregate can be units of product
D. Rolls up according to the forecast hierarchy
A user is trying to add a product to an opportunity and wants to select a price book to reflect the correct price for the customer. They are sure they have access to several different price books but the option to choose which one is missing. What should an administrator do to resolve the issue?
A. Add the Choose Price Book button on the Detail section of the Product layout.
B. Add the Choose Price Book button on the Product Related List of the Opportunity layout.
C. Add the Choose Price Book buttonon the Lightning page.
D. Add the Choose Price Book button on the Detail section of the Opportunity layout.
An administrator at AW Computing noticed that a custom field on the Contact object was changed from text to text area. What tool should the administrator use to investigate this change?
A. Developer Console
B. Field History Tracking
C. Debug Log
D. View Setup Audit Trail
The VP of Sales wantsto require that the Next Step Field is always updated when an opportunity stage is changed. How can this process be automated?
A. Create a workflow rule with the following formula: AND( ISCHANGED(StageName), NOT(ISCHANGED (NextStep))
B. Create a validationrule with the following formula: AND( ISCHANGED(StageName), NOT(ISCHANGED (NextStep))
C. Create a validation rule with the following formula: AND( ISCHANGED(ISPICKVAL(StageName)), NOT (ISCHANGED(NextStep)))
D. Create a workflow rule with the following formula: AND( ISCHANGED(ISPICKVAL(StageName)), NOT (ISCHANGED(NextStep))
A user at Universal Conta ners wants to load records Intc a custom object named Location drom a .csv file. While using Data Loader,they cannot find the Location object.
What are two reasons this is happening?
Choose 2 answers
A. The label of Location may have been changed.
B. Data Loader should only be used with standard objects.
C. Location has a master-detail field to Account.
D. The users orofile needs create access to Location.
An administrator created and activated several record-triggered flows that are configured to run before the record is saved on the same object. What should the administrator consider about the order of execution for flows?
A. The flow type will determine the order of execution.
B. The last created date of the flow will determine the order.
C. The order of flow execution is unpredictable.
D. The flows will execute in alphabetical order based on their names.
An administrator at Cloud Kicks has been tasked by the compliance team to flag where sensitive information is stored in Salesforce. What feature should the administrator use to fulfill this requirement?
A. Data Classification
B. Schema Builder
C. Classic Encryption
D. Field-Level Security
An administrator has created a flow that sends platform events whenever an opportunity is updated. An Apex developer has been tasked to write code that listens for these events. When reviewing thedebug logs for a user, the developer can see that the flow ran, but the debug Information is missing.
What should the administrator recommend to assist with debugging?
A. Select the Debug Enabled checkbox on platform events,
B. Platform events are unavailable for debugging.
C. Set a debug log on the Automated Process entity.
D. Search the AppExchange to And a tool that assists with debugging.