Which three actions can occur when an administrator clicks `Save` after making a number of modifications to Knowledge data categories in a category group and changing their positions in the hierarchy? (Choose three.)
Which three actions can occur when an administrator clicks `Save` after making a number of modifications to Knowledge data categories in a category group and changing their positions in the hierarchy? (Choose three.)
When an administrator clicks 'Save' after making changes to Knowledge data categories in a category group and their positions in the hierarchy, three actions can occur. Users may temporarily experience performance issues when searching for articles due to the system processing the changes. The contents of the category drop-down menu change to reflect the new structure. The articles and questions visible to users also change based on the new category settings and their visibility rules.
How can an administrator ensure article managers use specified values for custom article fields?
To ensure article managers use specified values for custom article fields, making the field required on the page layout is the most effective approach. This method forces users to provide a value for the field before they can save the article, ensuring that the specified values are used consistently.
The sales team has requested that a new field called Current Customer be added to the Accounts object. The default value will be `No` and will change to `Yes` if any related opportunity is successfully closed as won.
What can an administrator do to meet this requirement?
To meet the requirement of changing the Current Customer field on the Accounts object to 'Yes' when any related opportunity is successfully closed as won, the most appropriate solution is to use a workflow rule on the Opportunity object. This workflow rule can be configured to update the Current Customer field on the related Account. Apex triggers are unnecessary for this simple field update, and approval processes are not suitable for this scenario. Roll-up summary fields are also inappropriate because they are for aggregating data from related child records and can only summarize numeric data. Therefore, using a workflow rule on the Opportunity object is the correct approach.
Which two values roll up the hierarchy to the manager for Collaborative Forecasting? (Choose two.)
In Collaborative Forecasting, the two values that roll up the hierarchy to the manager are Quota amount and Opportunity amount. Quota amount refers to the sales target assigned to the manager's team for a given period, while Opportunity amount represents the total value of all opportunities owned by the team. These metrics are important for sales performance management and tracking, as they provide insight into how well the team is performing against their sales targets.
An administrator has been asked to grant read, create and edit access to the product object for users who currently have the standard marketing user profile.
Which two approaches could be used to meet the request? (Choose two.)
To grant read, create, and edit access to the product object, the administrator can create a new profile for the marketing users with the appropriate access levels, as standard profiles cannot be modified. Additionally, creating a permission set with the required access levels and assigning it to the marketing users is another viable approach. Permission sets allow administrators to grant access levels without changing the users' profiles.