Skip to main content

Employee Relationship Management Ninja

Whenever you join a new company, there is a common problem that is seen everywhere. It is getting oriented with the company processes. If the company has more number of employees that can be counted on the fingers, then it is obvious that the newbie will be ragged and bullied by the gazillion computer systems that smash him on the face everyday.

One of the most common phrase you hear on an enterprise level application, "No it won't work on Chrome or Firefox, install Internet Explorer 6" (I am not making this up). I often wonder if microsoft pays these IT guys to promote them or why this uncanny love with Internet Explorer but whatever the fact is, these system are.

The systems are almost always slow, require some amount of dexterous skill and are working just because they are. Just like the governance in India these systems are working on some ancient wizardry. But the problem is, these enterprise system are necessary for governance. When we fill out a time sheet only then the billability is calculated and the expenses sheet is filled. The client is charged for the services provided and the company makes profit. So in the larger chain of events, the time sheet is directly responsible for the revenue growth of the system.

However, making it easier for employees is not on top priority. There are 800 million people on Facebook, each in the age group between 13 to 70 (more or less). No one had to teach them the system to use. They just did, looking at each other, collaborating, making mistakes. The enterprise systems are slow, buggy and have a big learning curve to them.

Its like telling the newbie on the first day of the job, "Hey to get into the team you need to do three backflips and two cartwheels.... start practicing."

Then there are those systems which have default values to be filled. Earlier in a company on day three I received a set of values to be filled in the application. Just fill it, they said. I had no clue what the values were. When I asked around, many people said they are filling those values for like three years. That made no sense, if there was a default value in the system, why ask employees to blindly copy paste them? Why not automate the thing completely. Its like ordering the pepperoni pizza and the delivery guy smiles and replies, "Here is your pizza, we have not put the pepperoni inside it. Here are pepperoni in the polythene bag, why don't you put it in yourself."

Well duh uh, I ordered a pepperoni pizza, so I should expect pepperoni inside it.

Employees in a way are also customers to the brand and organization. They are the internal customer to the brand and also need better relationship. In a CRM system, brands invest in relationship and in returns get cash. In the ERM system, you invest in cash and in return get a good long standing relationship with the employee.

Lets take a pledge of removing those bulky, buggy and slow enterprise level application and give your customer some blazing refreshing way to make their office fun.

Comments

Popular Post

The unofficial guide to become a Certified Salesforce Administrator (ADM 201)

In my attempt at maximum certifications in 60 days, I completed Salesforce Certified Administrator exam on February 11th 2013 So you have decided to ramp up your career and take certifications in your hand. Good choice. It is also likely that this is the first time you have heard of Salesforce, certification and since your company has a vision of you completing the certification you have decided to do it. At this stage it is likely that, You have done extensive googling. You have received countless brain-dumps. And you have received plenty of advise from different types of users which ranges from Admin certification is easier than making coffee to Admin certification is tougher than building a rocket-ship to fly off to the moon. The purpose of this guide is to give you a clear understanding of what to expect when you are expected to become Certified Salesforce Administrator. To bring sense to all the things you have seen so far and to clearly explain what to do and what

Some PDF tricks on Visualforce: Landscape, A4, page number and more

The beauty of Visualforce is simplicity. Remember the shock you received when you were told the entire page renders as PDF if you just add renderAs=PDF to the Page tag. For those who thought I spoke alien language right now, here is the trick, to render a page as PDF, we add a simple attribute to the <apex: page> tag <apex: page renderAs='pdf'> This will render the entire page as PDF. Now, say we need to add some extra features to the PDF. Like a page number in the footer or we need to render the page in landscape mode. Faced with this problem, I put on my Indiana Jones hat and went hunting for it in the vast hay-sack of the internet (read: googled extensively). Imagine my happiness when i found a big big page with many big big examples to solve the problem. The document I am referring to is from W3C, paged Box media . Long story short, I now possess the ultimate secret of rendering the page in any format I want. So here are few tricks I learned from the p

The Basics of writing a Apex Trigger

One of the most important and common asked question on Forums and everywhere is how do I write a trigger. Coding in Apex Trigger is like going to a dentist for a root canal, you keep dreading the moment until you realize it is actually not going to hurt you. If you plan to write an Apex Trigger this quick guide will help you doing so. The first and foremost rule in writing a trigger is to remember the oldest suggestion given to the most comprehensive Hitchhikers Guide to Galaxy, ' Don't Panic. ' Writing a trigger is not a rocket science, in-fact we should thank the team at Salesforce and ForceDotCom for making everything so simple, that anyone can do it. Enough of talk, lets code. So you want to write a trigger. Let us have a glimpse of what we are going to build. The problem statement is as follows Problem:  When the User is entering the Opportunity, check for the Opportunity Amount. If the Opportunity Amount is greater than 50,000. Mark the Parent Account as