Author: Jitendra
-
Salesforce Spring 17 release – My favorite features
List of my favorite features in Salesforce Spring 17
-
SQL Server – Read all files in directory and store in Table
T-SQL Script to read all files in directory and store back in table – SQL Server
-
Export Documents saved as Blob / Binary from SQL Server
T-SQL Scripts to Export Blob or Binary data stored in SQL Server
-
Circular Progress Bar with Conditional Theme – Salesforce Lightning Component
Salesforce Lightning Component – Circular Progress Bar with Conditional Theme. Ready to be used by Developers and Admins on App builder for any object. No External Javascript Library, Lightweight CSS based.
-
How to Document Lightning Component
Demo and Example, showing process of documenting Lightning Component
-
Circular Progress Bar – Salesforce Lightning Component
Demo and Complete Source code of Circular Progress Bar, Salesforce Lightning Component
-
SQL Server – Search complete database for value
Search complete Database in SQL Server for some value
-
SQL Server – Create Folders using T-SQL & OLE automation
Tutorial to create folders in SQL Server using Transact-SQL and OLE Automation Stored Procedures
-
Calling Apex method at regular interval from Lightning Component
Importance of $A.getCallback and Modifying Components Outside the Framework Lifecycle
-
Automated Code review for Apex in Salesforce – Static code analysis – Video
Using open source PMD tool to generate code quality report for Apex classes