by Bishwambhar Sen | Sep 21, 2018 | Lightning |
Sample Student App revisited with Lightning:recordForm In this post, I am gonna show how we can implement our sample student app in an easier way. I know using Lightning Data Service (LDS) was easy enough but this is even easier and a faster way to implement simple... by Bishwambhar Sen | Sep 8, 2018 | Lightning |
Lightning Data Service in Action!! In my previous post, we had some theoretical taste of what is Lightning Data Service or LDS. In this post I will show you what LDS can do and how it can make your life as a developer better! I would be reusing the Student Custom...
by Bishwambhar Sen | Sep 4, 2018 | Lightning |
Lightning Data Service – The standard controller for lightning What is it? The lightning data service (LDS) is essentially a data layer for lightning, acting as an interface between the lightning components and the server, as shown in the pic above.... by Bishwambhar Sen | Sep 2, 2018 | Lightning |
Lightning:FileUpload and Lightning:FileCard base components In this post I am gonna show how to use lightning:fileUpload and lightning:fileCard base components from Salesforce. Both these components involve the use of files. In the above video I have demonstrated how... by Bishwambhar Sen | Sep 1, 2018 | Lightning |
Sample Student App – Part 3 Now, lets have a look at the StudentList component. This is the component that would retrieve the data from the server and receive the newly saved record via an event from the StudentForm component to eventually display the data. But...
Recent Comments