Cloud Kicks has created a new flow that deletes records.
What should the administrator consider when testing the flow?
Answer : B
Debugging a flow allows administrators to test how a flow behaves before activating it or making changes to it. Debugging a flow runs it in real time using test data provided by the administrator or default values from the flow. However, debugging a flow also performs any actions defined in the flow, such as creating, updating, or deleting records. Therefore, if a flow has a delete element that deletes a record based on certain criteria, debugging the flow will delete the test record even if the flow is inactive. Reference: https://help.salesforce.com/s/articleView?id=sf.flow_debug.htm&type=5
Ursa Major Solar has a training sandbox with 160MB of test data that needs to be refreshed every other day.
Which two sandboxes should be used in this instance?
Choose 2 answers
Answer : A, C
To create a training sandbox with 160MB of test data that needs to be refreshed every other day, NTO should use either Partial or Developer Pro sandboxes. Partial sandboxes have a storage limit of 10GB and can be refreshed every 5 days. Developer Pro sandboxes have a storage limit of 1GB and can be refreshed every day. Both sandboxes can include test data from production. Reference: https://help.salesforce.com/s/articleView?id=sf.data_sandbox_environments.htm&type=5
Cloud Kicks has updated several profiles and created a new app in the sandbox. After testing, everything is working as expected. Which two options should the administrator use to migrate these changes to production from the sandbox?
Choose 2 answers
Answer : C, D
Change sets are tools that allow administrators to move customizations such as fields, page layouts, profiles, permission sets, etc. from one Salesforce org to another. To use change sets, administrators need to establish a deployment connection between a source org (such as a sandbox) and a target org (such as production). Then, administrators can create an outbound change set in the source org that contains the components they want to deploy, and upload it to the target org. In the target org, administrators can view and validate the inbound change set before deploying it to their org. Reference: https://help.salesforce.com/s/articleView?id=sf.changesets.htm&type=5
A sales user is assigned to a permission set group that gives them Modify All access to
Accounts. An administrator assigns the same user to a muting permission set that mutes Deletes access on Account.
What level of access will the sales user have on the Account object?
Answer : B
Modify All is the level of access that the sales user will have on the Account object after being assigned to a muting permission set that mutes Delete access on Account. Muting permissions are a way to reduce or remove access to objects or fields for users who are assigned to permission set groups. Muting permissions can only mute object-level permissions, such as Create, Read, Edit, Delete, View All, or Modify All, but not field-level permissions or other permissions. Muting permissions can only reduce or remove access that is granted by other permission sets or permission set groups within the same permission set group, but not by profiles or other sources of access. Therefore, in this case, the muting permission set will only mute the Delete access on Account that is granted by the permission set group, but not the Modify All access that is also granted by the permission set group.
The support operations team has noticed some Invalid data In the custom Primary issue picklist field on case records. They are unsure of what the issue is since the field is being updated by an automated procedure and there Is a validation rule to ensure clean data on case records.
Why arc records being updated with data that violates the validation rule?
Answer : B
The field is being updated by a workflow field update is why records are being updated with data that violates the validation rule. A workflow field update is a way to automatically change the value of a field when a workflow rule evaluates to true. A workflow field update can bypass validation rules and other security controls when updating a field value, which can result in invalid data being stored in the record.
The administrator at Universal Containers recently rolled out Email-to-Case functionality. Even though a new record type was created and specified in the Email-to-Case settings, all incoming cases are receiving a different record type.
What is likely causing the record type discrepancy?
Answer : B
The Automated Case User is the default user for cases created via Email-to-Case. This user needs to have permissions to the new record type in order to assign it to the incoming cases. If the Automated Case User does not have the permissions, the cases will receive a different record type based on the organization-wide default settings. Reference: https://help.salesforce.com/s/articleView?id=sf.case_email_to_case.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.case_automated_user.htm&type=5
On the Planet custom object, Ursa Major Solar's sales director wants only certain action buttons to appear depending on if a given planet is defined as gaseous.
Which Lightning component should the administrator define dynamic action buttons?
Answer : B
The Highlights Panel is a Lightning component that displays key information about a record at the top of the page. You can customize the Highlights Panel to show different actions based on the record type or other criteria. In this case, you can define dynamic action buttons for the Planet object that appear only if the gaseous field is true or false. This way, you can show different actions for different types of planets. Reference: https://help.salesforce.com/s/articleView?id=sf.lex_page_layouts_highlights_panel.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.dynamic_actions_considerations.htm&type=5