Author: Jitendra
-
Import User Quotas in Quantity (Unit) for Collaborative Forecasting
In Previous article we have seen that how to import Quota in Amount (Revenue) for Collaborative forecasting. I got many request on how to upload Quota in Units, as in Forecasting tab you can see that there is option to see Forecast in Unit or Amount. If we switch from Revenue to Quantity the Quota…
-
Create Excel File in Java using Apache POI Library
Recently, I came across requirement to create ExcelSheet from thin Java Client used by Salesforce. So, I though to share my experience on Creating Excel Sheet in Java. As we know that Java is product of Oracle and Excel is product of Microsoft. Off-course, There will be no standard functionality available in Java to achieve…
-
Consuming External Web Service in Apex – Salesforce
One of the feature we have in Salesforce is that we can easily consume External Web Services. In this article, we will learn step by step demo of consuming Web Service in Apex. There are many public websites available to consume Web Service and one of them, I am using in this article is http://www.webservicex.net…
-
Apex, Visualforce, Data Loader and SOQL Interview Question – Part 17
161 : Sometimes while deleting record it gives error “Object cannot be Deleted”. What is the reason for this kind of error ? Ans : This is generic error message prompted by Salesforce many times, which is not well informative. To get informative message, we can try to delete same record in “Developer Console”. In…
-
How to make WordPress blog faster and minimize CPU Usage
In this article, I will share my personal experience regarding this blog performance and nightmares of disabling website everyday because of CPU Utilization. I tried all my best however I was unable to figure out the cause of high CPU Usage by wordPress. I tried many articles on Google and at last I found some…
-
Introduction to Hibernate
Post by – Subhash Bhajankar What is the problem that hibernate is trying to solve? Let’s take an example of simple class that you have in your application. Referring Image 1, we have Employee object in our java class which has six fields. In our running application We would have lots…
-
Using GIT with Force.com IDE – Video Tutorial
In this article, we discussed how to use GIT with Eclipse. I have created Video Tutorial for same which includes How to Upgrade Eclipse from Helios to Indigo Install EGIT Plugin Introduction to Bit Bucket
-
Salesforce Winter 14 – New Features
Major Area of Release: Developer Console Canvas HTML5 Support in Visualforce Deployment related features like improved deployment Monitoring New Database methods to get records deleted , updated in specific time Renaming “Service Cloud Console“ is renamed to “Salesforce Console for Service“ “Configuration Only“ sandbox renamed to “Developer Pro“ “Agent Configuration“ renamed to “Live Agent Configuration“…
-
Apex Interview Question – Salesforce – Part 16
151. Give Sample Code Snippet of Apex that that will show that how Parent and Child record can be inserted in Single Statement ? Ans : It can be done with help of External Id. 152 . Which SOQL statement can be used to get all records even from recycle bin or Achieved Activities? Ans…
-
Setting up LiveAgent in Salesforce – Video Tutorial
This Video tutorial will help on basics of LiveAgent in Salesforce. It will Explain How to enable Live Agent How to add Chat Buttons How to add Skills and Agent Configuration Adding Deployment Chartlets Setup Service Cloud Console to use with Live Agent