최신 Sharing-and-Visibility-Designer 무료덤프 - Salesforce Certified Sharing and Visibility Designer
Universal Containers (UC) has implemented Customer Community with customer community plus licenses for their distributors. Some distributors requested granting specific community users (agents) to view cases submitted by other agents of the same distributor.
Which feature only supports these requirements?
Which feature only supports these requirements?
정답: C
In order to comply with Regulatory Requirements, Universal Containers must store sensitive customer information on-premise. Universal Containers would like this on-premise information to be accessible from Salesforce. What technology can Universal Containers use to achieve this?
정답: C
Universal Containers (UC) has created a public group with certain Sales Engineers to help on complex deals and a sharing rule to grant access to these opportunities. Opportunity OWD is private.
What is the impact of these sharing settings?
What is the impact of these sharing settings?
정답: D
Universal Containers (UC) has a business unit that uses a custom object to track requests which demands a high level of internal team collaboration. Although all requests must have an owner, all employees are required to collaborate on requests.
Which recommendation should a Salesforce architect provide to optimize the solution and meet these requirements?
Which recommendation should a Salesforce architect provide to optimize the solution and meet these requirements?
정답: B
Which are two valid use cases for programmatic sharing?
Choose 2 answers.
Choose 2 answers.
정답: B,D
Sales manager want their team members to help each other close Opportunities. The Opportunity and ..
private. To grant Opportunity access to sales reps on the same team, ownership-based sharing rules ..
What is the side effect of this approach?
private. To grant Opportunity access to sales reps on the same team, ownership-based sharing rules ..
What is the side effect of this approach?
정답: D
Bob uploads a PDF to his Files Home private library.
Who can view this file?
Who can view this file?
정답: D
Universal Computers (UC) is looking to expand its delivery capabilities through a network of distributors that use a Partner Community license. UC employees currently can view all delivery records through the organization-wide default (OWD) setting of Public Read Only.
Which approach would an architect recommend to limit the records a distributor can see?
Which approach would an architect recommend to limit the records a distributor can see?
정답: A
Which two objects support creating queues?
Choose 2 answers.
Choose 2 answers.
정답: B,C
Universal containers (UC) service reps are assigned to a profile which has ''View All'' in Case object..
To make sure service reps have access to all relevant information to attend to customer requests, which Architect consider?
Choose 2 answers
To make sure service reps have access to all relevant information to attend to customer requests, which Architect consider?
Choose 2 answers
정답: C
How would you make sure Visualforce page is security proof? Choose 3 answers
정답: B,D,E
Susan posts a file to the Chatter feed for a record of an object.
Which two statements accurately describe who can view the file by default?
Which two statements accurately describe who can view the file by default?
정답: A,D
Sales managers at Universal Containers (UC) have requested viewing customer invoices in Salesforce ..
system. The architect at UC decided to surface the customer invoices in Salesforce using external objects a..
Configured an external object called Invoice.
Created a lookup relationship between account and the invoice
How can the architect grant the sales managers access to the customer invoices data?
system. The architect at UC decided to surface the customer invoices in Salesforce using external objects a..
Configured an external object called Invoice.
Created a lookup relationship between account and the invoice
How can the architect grant the sales managers access to the customer invoices data?
정답: A
Universal Containers (UC) tuned off the Customer User Visibility feature inits Customer Community.
What community functionality is expected by having the Customer User Visibility tuned off?
What community functionality is expected by having the Customer User Visibility tuned off?
정답: C
Which two are potential vulnerabilities in the following code snippet? <apex:page> <apex:form>
<apex:outputText value="Enter Name"/> <apex:inputText value="{!name}" /> <apex:commandButton value="Query" action="{!query}" /> </apex:form> </apex:page> public class SOQLController { public String name { get { return name;} set {name=value;} } public PageReference query() { String qryString='SELECT Id FROM Contact WHERE '+ '(IsDeleted = false and Name like \'%' + name + '%\'}'; queryResult = Database.query(qryString); retunr null; } } Choose 2 answers
<apex:outputText value="Enter Name"/> <apex:inputText value="{!name}" /> <apex:commandButton value="Query" action="{!query}" /> </apex:form> </apex:page> public class SOQLController { public String name { get { return name;} set {name=value;} } public PageReference query() { String qryString='SELECT Id FROM Contact WHERE '+ '(IsDeleted = false and Name like \'%' + name + '%\'}'; queryResult = Database.query(qryString); retunr null; } } Choose 2 answers
정답: B,C