Skip to main content

Posts

Showing posts with the label Salesforce Maintenance

Maintain Your Administrator Certification for Spring '22 Answers

 Maintain Your Administrator Certification for Spring '22 Answers Check Below to verify: Navigate to OBJECT MANAGER Select Object: Task Goto in Task object: Restriction Rules Click on New Rules Rule Name: Keep Tasks Private Full Name: Keep_Tasks_Private Is Active: True Enter User Criteria: Field: User > Active Operator: Equals Type: Boolean Value: True Enter Record Criteria: Field: Assigned To ID (User) > User ID Operator: Equals Type: Current User Value: User ID

Platform Developer I Certification Maintenance (Spring '19)

Platform Developer I Certification Maintenance (Spring '19) 1. Which Apex interface can be implemented to allow My Domain users to log in with something other than their username and password? A. Auth.AuthToken B. Auth.VerificationMethod C. Auth.LoginDiscoveryHandler D. Auth.MyDomainLoginDiscoveryHandler 2. With Spring '19, which method returns a list of OrgLimit instances used to investigate limits and their names, current value, and maximum value? A. getAll() from the System.OrgLimit Class B. getAll() from the System.OrgLimits Class C. getInstances() from the System.OrgLimit Class D. getInstances() from the System.OrgLimits Class 3. With Spring '19, which properties of an unhandled Apex exception are available in Event Monitoring log files? A. Static variable state and stack trace B. Exception type, name, and static variable state C. Stack trace, user's location, and exception type D. Exception message, exception type n

Translate