Asynchronous Apex
Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations
Totara | Hide Administration block
1. Turn editing On and click on the settings icon of the administration block as shown below: 2. Click on configure Administration link. This screen will open: 3. Change the drop-down value from “Assessment information page” to “ Edit Assessment
HTML | Using CSS for animation
With recent evolution in CSS, we can try animations. Below is a sample code where in which have used latest CSS features and will give the illusion of animation. Just copy paste the code below in an HTM file and
Get Salesforce SObject name through Salesforce Record Id
Description: We have Salesforce recordId but need to identify what is the type of Subject corresponding to this record id. Solution: We can get Sobject name from recordId with getSobjectType() function, sample code below: Apex Code: public void echoSObjectName(String RecID)
Locating recycle bin in Salesforce
Click on any of the tabs and find Recycle bin at the left bottom as shown in this image: OR You can use this URL into the salesforce to see Recycle bin: https://na14.salesforce.com/search/UndeletePage
jQuery | Get and change link using near by class or Id value
In one of our projects we are working on, we faced a problem where we wanted to change the HREF attribute value of anchor tag using jQuery. When we inspected the HTML code no unique id, name or class was given
Introduction to Heroku
Heroku is an all-in-one cloud based platform which allows software developers to develop and host applications over Heroku cloud. The company was setup in June 2007 which initially supported Ruby programming language. Later on, support for other programming languages such
Transition Delay Property in CSS and Javascript
What is Transition Delay? Transition delay specifies the amount of time for the change to take place in css properties of DOM elements. Transition Delay value is defined in seconds (s) or milliseconds(ms). How to implement Transition Delay in CSS?
Localhost WordPress site asking for FTP credentials on installing new plugin
In one of the WordPress projects we are working on, whenever we tried to install a new plugin in locally installed WordPress, it asked for FTP credentials: When we tried to install a new theme then also it asked for
What is in Bootstrap apart from grid system? Why it has a Javascript file also?
Bootstrap has lots of other things apart from grid system such as: 1. Glyphicons: Bootstrap has inbuilt icons which we can use by icon’s class name. For Example: “glyphicon-search” will create search icon without using any external image. So Bootstrap has