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

Advertisement

Upload Files as Attachment using Apex Salesforce

Files replaced Attachments in Salesforce.  Now any type of document upload becomes part of Files/Content in Salesforce. With all the other advantages over Attachments, the best one is Files can be shared across objects, means having a attachment with multiple parents. In lightning experience, any attachment upload is uploaded as files after Winter 16.  But … Continue reading Upload Files as Attachment using Apex Salesforce