Published inSalesforce Champion·Apr 9Named Credentials in SalesforceA named credential specifies an endpoint callout URL and its required authentication settings in its definition. The named credential helps you avoid writing the same call over and over again. Named credentials are supported in these types of callout definitions. Apex callouts External data sources External Services Syntax: callout:My_Named_Credential/some_path?format=json HttpRequest…Salesforce2 min readSalesforce2 min read
Published inSalesforce Champion·Dec 20, 2022Salesforce Restriction RuleThe restriction rule allows us to restrict the sensitive data on the top of the OWD, sharing settings, and manual sharing. It basically filters the record. …Salesforce4 min readSalesforce4 min read
Published inSalesforce Champion·Sep 13, 2022Salesforce Flow IntroductionThe Salesforce Flows are an automated tool that gathers all data, records it, and then takes the appropriate actions. It is an automated application that gathers data and carries out the necessary system functions. The most effective tool an admin has in Salesforce is flows. There are 3 main “building…Salesforce3 min readSalesforce3 min read
Published inSalesforce Champion·Feb 26, 2022Salesforce Inherited sharingAs of Winter ’19, we can use inherited sharing in an apex class signature. The “Inherited Sharing” feature allows us to run our apex code either with or without sharing settings, depending on the context in which it was called. This allows the class to run in the same mode…Salesforce3 min readSalesforce3 min read
Jan 20, 2022AMAZON CONNECT Solution of Virtual Call CenterThe virtual call center is provided by Amazon Connect. Customer service agents or sales representatives who work within a virtual call center make calls from remote locations and help make outbound calls. Salesforce is strongly integrated with virtual call centers. Customers and agents receive a consistent experience across all channels…Amazon2 min readAmazon2 min read
Published inSalesforce Champion·Oct 11, 2021Lightning Web Component Custom ValidationsIt sometimes happens that users input bad data when working with input values. In this case, we need to validate the data and show the user a custom message to inform them of the error. This is the way to go setCustomValidity() and reportValidity() methods to validate and display custom…Salesforce1 min readSalesforce1 min read
Published inSalesforce Champion·Sep 14, 2021LWC Wire and ImperativeThe purpose of this article is to demonstrate how to make lightning web component calls to the apex: method. You can do this in two ways: Using @wire to wire a property or Using @wire to wire a function. Using Imperative Using @wire to wire a property or Using @wire to wire a function. Using @wire to wire a property Lightning web components can call apex methods from Apex…Lightning Web Component2 min readLightning Web Component2 min read
Published inSalesforce Champion·Aug 16, 2021Salesforce TriggersA Salesforce trigger is an apex script that runs before or after a data manipulation language (DML) event occurs. …Salesforce4 min readSalesforce4 min read
Published inSalesforce Champion·Aug 4, 2021Salesforce Custom SettingUse custom settings to create and manage custom data at the organization, profile, and user levels. Custom settings data is stored in the application cache. This means you can access it efficiently, without the cost of repeated queries. …Salesforce3 min readSalesforce3 min read
Published inSalesforce Champion·Jul 5, 2021Salesforce Compound FieldCompound fields group together multiple elements of primitive data types, such as numbers or strings, to represent complex data types, such as a location or an address. Address compound fields are accessible when API version v.30 and later, If you’re making an attempt to accessing the address field in your…Salesforce2 min readSalesforce2 min read