• 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