Blogs
-
AngularJS Integration with Salesforce Lightning Design System Part 1
Let’s begin by giving a concise overview of AngularJS and delving into the necessary code to construct our initial Visualforce page based on AngularJS and Salesforce Lightning Design System. AngularJS serves as an MV* framework that excels in Single Page Applications (SPAs). It revolutionizes frontend application development by bridging JavaScript and HTML. Rather than directly…
-
AngularJS Integration with Salesforce Lightning Design System Part 2
Sure, let’s rephrase that: The previous application we developed was quite straightforward but effectively showcased AngularJS’s dynamic data binding. In this post, we aim to craft an application that fetches and showcases 10 user-owned Accounts from our Salesforce org in a tabular format. While this example remains relatively uncomplicated, it serves as a demonstration of…
-
Hello World The Fundamentals of Salesforce Apex Coding And Programming
A valuable asset for a Salesforce administrator is a basic grasp of the Salesforce Apex programming language. This understanding enables administrators to comprehend an application’s functionality better. Consequently, they can elucidate the underlying logic to users and troubleshoot issues without immediate reliance on a Salesforce developer. To facilitate Salesforce administrators in delving into Apex coding,…