Blogs

  • A Fast Easy Neat ID Generator

    Certainly, Salesforce offers its built-in auto-number system, and you could simply utilize a Salesforce ID—ensuring its uniqueness. Yet, there might be instances where you require a number with a distinct format, a specific arrangement like XX-XXX-XXXX, steering clear of potentially awkward letter combinations that could cause unintended implications. Nobody wants an ID resembling something like…

    Read more…

  • 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…

    Read more…

  • 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…

    Read more…