Cloud Kicks (CK) is working on adding a Knowledge base to its online customer community. The administrator suggests using Salesforce Knowledge to meet this requirement.
What are three reasons CK should utilize Data Categories when creating articles in Knowledge?
Choose 3 answers
Answer : B, D, E
Three reasons CK should utilize Data Categories when creating articles in Knowledge are:
Data Categories help organize the Knowledge base content displayed. Data categories are logical groupings of articles that reflect your business needs and processes. You can create a data category group and assign it to one or more article types, and then create data categories and subcategories within that group. Data categories help you organize your articles by topic or criteria and make them easier to find and browse by your users or customers.
Data Categories provide a way to secure access to the Knowledge base content. Data category visibility is a setting that determines which data categories users can access based on their profiles or permission sets. You can use data category visibility to control access to your articles based on their data categories and ensure that only relevant and appropriate content is displayed to different users or customers.
A Knowledge article can be tagged to more than one Data Category. A Knowledge article is a document that provides information or answers to common questions or issues. A Knowledge article can be tagged to one or more data categories within each data category group that is assigned to its article type. This allows you to classify your articles by multiple criteria and make them searchable and accessible by different users or customers.
An administrator is asked to create a report to calculate the year-over---year changed in the dollar amount of a company's opportunities.
What reporting tool should be used to complete this request?
Answer : D
A custom summary formula is a formula that calculates values from summary fields in reports such as sums, averages, counts, etc. Custom summary formulas can use functions such as PREVGROUPVAL which returns the value of a field from the previous row at the same grouping level. By using a custom summary formula with the PREVGROUPVAL function, an administrator can create a report to calculate the year-over-year change in the dollar amount of a company's opportunities by subtracting the amount from the previous year from the amount from the current year and dividing by the amount from the previous year. Reference: https://help.salesforce.com/s/articleView?id=sf.reports_builder_summary_formulas.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.reports_builder_functions.htm&type=5
Which two ways can an administrator review the page performance for a Lightning record page?
Choose 2 answers
Answer : A, B
To review the performance of a Lightning record page, administrators can utilize two key tools:
Lightning Usage App:
The Lightning Usage App provides insights into user engagement and performance metrics for Lightning Experience.
Within this app, administrators can view specific metrics related to page load times and other performance factors.
This is a helpful resource for tracking usage and identifying potential issues with page speed or performance across the org.
Analyze Button:
The Analyze button is available within the Lightning App Builder when editing a Lightning record page.
By clicking this button, administrators can run a performance analysis on the page layout, which provides specific recommendations for optimizing page load times and improving overall user experience.
The tool evaluates components, their configuration, and potential sources of delay, giving direct feedback on areas to improve.
These two options directly provide performance analysis capabilities for Lightning record pages. The other options listed do not offer direct access to page performance metrics:
Activation Button is used for setting page visibility rules and activating a page, not for performance analysis.
Pages Menu helps in navigating and managing pages but does not provide performance metrics.
Using both the Lightning Usage App and the Analyze button allows administrators to comprehensively review and optimize Lightning page performance for improved user experience.
A request was made to import a spreadsheet of new Campaign Members. He system administrator started Data import Wizard but the Campaign Members object was unavailable as a choice. What is causing as a choice.
What is causing this occur?
Answer : D
The Campaign Member option is only available for Update when using Data Import Wizard. This means that you can use Data Import Wizard to update existing campaign members with new or modified information, but you cannot use it to create new campaign members from a spreadsheet. To create new campaign members from a spreadsheet, you need to use other tools such as Data Loader, Import Wizard for Leads and Contacts, or Manage Members button on the campaign page. Reference: https://help.salesforce.com/s/articleView?id=sf.campaigns_members_adding_parent.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.data_importer.htm&type=5
Sales teams at Cloud Kicks ask each visiting customer to fill out a form that capturing their contact information and some basic footwear preferences. This information is saved to a spreadsheet and used by the sales team to alert their contacts when new shows are added to the inventory that matches their preferences. The sales team wants to be able to track this in Salesforce and see the information when viewing the contact
Record.
Which two ways should the administrator configure this requirement?
Choose 2 answers
Answer : A, C
Data Loader is a tool that allows administrators to import, export, insert, update, delete, or upsert records in Salesforce using CSV files. Data Loader can handle large data sets and complex data transformations. Data Loader can be used to import records for a custom object from a spreadsheet. Lightning Object Creator is a tool that allows administrators to create custom objects in Salesforce from spreadsheets. Lightning Object Creator can automatically map spreadsheet columns to fields and create relationships between objects. Lightning Object Creator can be used to create a custom object from a spreadsheet and import records at the same time.
An administrator needs to create a junction object called Account Region to link the standard Account object with a custom object called Region.
Once the junction object is created, what are the next two steps the administrator should take?
Choose 2 answers
Answer : A, D
A junction object is a custom object that has two master-detail relationships with two other objects. A junction object allows administrators to create many-to-many relationships between objects, such as relating multiple accounts to multiple regions.
To create a junction object called Account Region to link the standard Account object with a custom object called Region, an administrator needs to do the following steps:
A) Make a master-detail relationship field on the junction object to the Region object.
A master-detail relationship field is a field that links a child record to a parent record. The child record inherits the sharing and security settings of the parent record. By making a master-detail relationship field on the junction object to the Region object, an administrator can link each Account Region record to one Region record and make Region the first master of the junction object. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5
D) Configure a master-detail relationship field on the junction object to the Account object.
By configuring a master-detail relationship field on the junction object to the Account object, an administrator can link each Account Region record to one Account record and make Account the second master of the junction object. This allows administrators to relate multiple accounts to multiple regions through the junction object. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5
A new administrator at Cloud Kicks has reported that they are unable to use outbound change sets as requested.
What permission should be reviewed to determine if it is missing from the administrator user or profile?
Answer : A
To use outbound change sets, a user needs to have the Create and Upload Change Sets permission on their profile or permission set. This permission allows users to create change sets in a sandbox or Developer Edition organization and upload them to another organization. Reference: https://help.salesforce.com/s/articleView?id=sf.changesets_create_upload_perm.htm&type=5