Posts

Showing posts from April, 2021

Navigation on Salesforce App and Checking the Browsing Form Factor of Mobile App

This post is helpful for the below points ==> 1) If you want to do navigation on Salesforce App 2) If you want to confirm the Form Factor of the Browser 3) If you want to check the user is using Salesforce App or something else On Salesforce App you can also navigate to the sObject record by using sforce.one.navigateToSObject(id) Code:

Administrator Certification Maintenance (Spring '21) Questions

Image
  If you hold the Salesforce Administrator credential, keep in mind that you need to complete this module by the due date to maintain your certification. Another important part of maintaining your credential is ensuring your Trailhead and Webassessor accounts are linked . Below are the answers to Administrator Certification Maintenance (Spring '21) Questions. Please go to the Administrator Certification Maintenance (Spring '21) for correct preparation path and some hands-on practice. Oops! There are no Questions for this Maintenance(Badge). Please prepare properly and complete the hands on challenge 😊😊 Thanks...Enjoy..!

Salesforce App Builder - Question Set 5

Image
These Salesforce AppBuilder Certification Questions are only for practice, please go to the  Salesforce AppBuilder Certification  for correct preparation path and some hands-on practice. 1. Which statement is true when defining a Create custom action for the Contact object?  Choose 2 answers A. The create action will ignore field requirements. B. The create action can pre-define Contact field values. C. The create action allows a user to select a record type. D. The create action will respect validation rules. 2. Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps and their manager’s executive can view the rep’s evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirements be met? A. Use a private sharing model granting record access using hierarchy; manage field ...