Tag: salesforcedeveloper

Manage Currencies in Salesforce with ‘Badmaa$h Company’

  By default, Salesforce organizations use a single currency. Once we set the currency locale in the company settings, all currency values on records display in that currency. Fun Begins… Read more »

Challenge: Mapping between Salesforce Permission Name and the Label

Challenge : How to map between a permission name in the API and the label ? Go to Profile ->System  Permissions ->Find Create and Customize List views Now if we… Read more »

Intermediate to Advance Level Interview Questions on Schedulable Apex

  Q. Explain code to schedule batch Apex to run at regular intervals?  global class SampleBatchScheduler implements Schedulable { // Execute at regular intervals global void execute(SchedulableContext ctx){ String soql… Read more »

Trigger to copy child object picklist values to parent object separated by comma

I have picklist field “Opp_Location__c” on opportunity object and text field “Location_Type__c” on Account object. I want to copy the picklist values from all opportunities related to the account and… Read more »

Chapter 26: Error Callback in Lightning Web Component

In this chapter we will learn about errorCallback() in Lightning Web Component. It Captures errors that may happen in all the child components lifecycle hooks This method is unique to… Read more »

Learn Conditional Rendering with Funny Gangnam Style Dancing using LWC

  By Smriti Sharan and Shatarchi Goyal Hello Friends, In this chapter I would like to make your learning awesome fun so that you cannot stop yourself to learn Lightning… Read more »

Chapter 17: Build a app Like Udemy using Lightning Web Component

  As the famous saying goes “Practice makes a man perfect”. So in this chapter we will build a course component similar to Udemy displaying list of courses. Topics Covered:… Read more »