Pass Secured parameters in Lightning Community URL

Lighting communities is better and faster approach for modern day communities bundled with lot of native features, it is provides a unique customer experience with Salesforce platform. PROBLEM STATEMENT Sometimes you need to pass Salesforce recordIds, names etc in URL of public communities by doing so you are exposing confidential information to public users and … Continue reading Pass Secured parameters in Lightning Community URL

List View like Pagination with Lightning Component

We all have come across need of pagination one way or the other, which we have done it using Visualforce. This is my first attempt to create pagination purely based on Lightning build on Lightning Components.  Unlike Visualforce page where you can create complete pagination using a single Visualforce page in Lightning you might need … Continue reading List View like Pagination with Lightning Component

Search records within distance and create appointments on map – Salesforce

Three steps activity :- Drop a pin anywhere on map. Enter distance (Radius) to search customer (Any object with Geolocation field) Select records and create task or any object records How it is done Google Map + AngularJS + Lightning Design System Step 1 :- Checkout this ng-map by Allen Kim Link , This map module map … Continue reading Search records within distance and create appointments on map – Salesforce