Lightning Components has been released from a long time now and salesforce is promoting them big time. They are supposed to be replacing visualforce pages since everyone is using lightning experience now because of that everyone wants lightning components not VF pages. For people who are good in frameworks like AngularJS, Backbone or good in … Continue reading Base Lightning Components
Month: October 2016
Dynamic Apex Scheduling using Process Builder
We often face this problem where the GUI apex schedular does not solve our purpose where we want the schedular to be more dynamic and with more options. Which leave us with only one option run the schedular via code, which for a developers can be easy but not for other people. I faced this … Continue reading Dynamic Apex Scheduling using Process Builder