Posts

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 ...

Salesforce Checkbox Color Styling

Image
Second in the UI/UX series! Do check the first post on Tooltip here ! Checkbox is one of the complex element when it comes to styling. Although it seems very small changes but the effort in changing the style of this default lightning elements is high. Checkbox:  A checkable input that communicates if an option is true, false or indeterminate. Make This: From This: Component: You would be obviously using <lightning:input type="checkbox"> for this. Example:   <lightning:input type="checkbox" label= "Burger"/> Style: .THIS .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after { border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; } .THIS .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux { border-color: #9e1f2a !important; background: #9e1f2a; } .THIS .slds-checkbox [type=checkbox]:focus+.slds-checkbox__label .slds-checkbox_fau...

Salesforce Platform App Builder Certification Maintenance Practice Sets

Image
These Salesforce AppBuilder Certification Maintenance Questions, please go to the  Salesforce AppBuilder Certification  for correct preparation path and some hands-on practice. 1. Which permission does an app builder need to access the Flow Builder?   A. Flow Manager B. Author Apex C. Manage Flow D. Lightning Experience Flow 2. Where can an app builder change the layout of a Lightning page? A. Page Layout B. Properties C. Page Navigator D. App Options 3.  An account team is no longer needed. Which action can the account owner take to remove the entire team? A. Create a custom action. B. Use Transfer Account Team. C. Remove all members manually. D. Use Remove All Members. 4. Which language can an app builder use to build Lightning web components?   A. Java B. JavaScript C. JQuery D. Visualforce 5. Which relative set of date/time fields can an app builder specify in a macro when it is run? A. Now, Time, Date B. Today, DateTime, Date C. Time, Da...