Category Archives: Salesforce Services

Creating a VisualForce Page with the help of Lightning Design System

While we have already discovered how to use the Lightning components in our VisualForce pages there are other ways available to developers to have the same look and feel of a Lightning design system in a VisualForce page without the use of any Lightning components. The Lightning design system provides a material design approach to… Read More »

Avoiding API Limits in Test Classes

Salesforce runs in a multitenant environment. So as to make sure that every user gets a fair access to all the salesforce resources and to avoid monopolization of shared resources, Salesforce applies API governor limits to it. While testing all the test classes or test suites in the salesforce org, there might be a possibility… Read More »

Two-factor Authentication

In today’s world, organizations more concentrate on increase in security measures to protect their systems and data, which is one of the important reason behind two-factor authentication development. Using two-factor authentication, organizations not only can prevent against security hacks but also from unauthorized access. It give more secure and reliable organizations system. Businesses are also… Read More »

Add a Utility bar to your Lightning Apps

Salesforce Spring ’17 has bought a bunch of handy features to the table, especially when it comes to Lightning. While the majority of these features are minor in detail and some might even go unnoticed, but they are all useful when it comes to providing the user a better experience. Once such small feature introduced… Read More »

Access frequently used Salesforce pages, Reports, Dashboards and others by using shortcuts

Salesforce with every release has not only been paying attention to the critical issues but is also being busy introducing features to users that would enhance their productivity. With the emergence of Lightning, Salesforce has been trying to implement almost all the features that are present in Salesforce classic along with the advanced features enriching… Read More »

Support Multiple languages using Salesforce Translation Workbench

Salesforce’s Spring 16 release has brought some major features which were not only useful but were time-saving as well.These new features were very handy and yet were very diverse which would only help in increasing the productivity and efficiency of the Salesforce users and developers. There were quite a bunch of features to be explored… Read More »

Add Lightning Components to VisualForce Page

Salesforce has reimagined the platform from Classic to Lightning. With the lightning version, accessing data and tools has become easier. The major advantage of Salesforce Lightning over Salesforce Classic is its faster response time with enhanced user interface. Lightning uses its own set of components and design system which is different from Salesforce Classic. The… Read More »

Using Roll-Up Summary field formula

While working with one of our recruitment based clients, we had a requirement to incorporate their business process for the updating the Account fields, based on a roll-up summary field. The process required certain fields to be updated, emails to be fired for the same criteria, etc. This could be easily resolved if you choose… Read More »