• DETERMINE SALESFORCE RECORD TYPE BASED ON PICKLIST VALUE For security reasons, the Lightning Component framework places restrictions on making API calls from JavaScript code. Using a named credential for specific API calls allows to carefully and selectively bypass this security restriction. Business Case: Client wants to auto-populate record type on standard case creation page on the basis […]

    Read More

  • SALESFORCE LIGHTING WEB COMPONENTS What is Lightning Web Component? Lightning Web Components is a new framework for building Lightning components. For Lightning Web Components development you need to setup SalesforceDX and VsCode as Lightning component are currently available in the Developer console. If you want to know more about lightning web component please check our […]

    Read More

  • EXPLORING THE TOP 10 SALESFORCE LIGHTNING FEATURES 1. Lightning Snap-Ins Snap-Ins is the most current element from Service Cloud Lightning. Developed with the help of Lightning Components, Snap-Ins enable organizations to rapidly coordinate client support directly into their applications and pages. This makes it simple to reach out to the clients adequately, right where they […]

    Read More

  • SALESFORCE PLATFORM EVENTS: STREAMLINING CONNECTIVITY Platform Events Platform Events are based on Event-Driven Architecture(EDA). EDA is a framework to define the production, detection, consumption of, and reaction to events. The two components of EDA are event creators and event consumers. Event creators responsibility is to just create the event and Event consumers responsibility is to […]

    Read More

  • SALESFORCE LIGHTNING MIGRATION BENEFITS: UNLOCKING SUCCESS What is Salesforce Lightning? Salesforce lightning is the advanced platform that simplifies various business processes. Even users, who do not have programming experience, can use and implement marvelous applications with Salesforce lightning It is an extreme framework that helps developing apps through Salesforce.com The lightning activities ensure easy access […]

    Read More

  • SALESFORCE SUMMER ’19 RELEASE Salesforce is back again with Summer 19 Release. In this Hot summer, Salesforce comes with some of the cool features. I go through the Salesforce Summer 19 Release Notes and found some point. Which are useful for both Salesforce Admin and Developer.In this Summer 19 Release Notes Salesforce keep its focus […]

    Read More

  • SALESFORCE LIGHTNING MAP COMPONENT Lightning component securely displays a map of one or more locations. This component inherits styling from map in the Lightning Design System. Pass the location to be displayed via the component’s mapMarkers property. Example – <lightning:mapmapMarkers=”{!v.mapMarkers}”></lightning:map> MapMarkers is an array of markers that indicate location. A marker contains – Location Information: […]

    Read More

  • SALESFORCE STREAMING API: REAL-TIME INSIGHTS Streaming API enables streaming of events using push technology and provides a subscription mechanism for receiving events in near real time. The Streaming API subscription mechanism supports multiple types of events, including PushTopic events, generic events, platform events, and Change Data Capture events. Common Terms used in Streaming API:  Event […]

    Read More

Post A Comment