CRM for Public-Private-Higher Ed:What is the Difference?
We keep reading and hearing about the use of CRM for various industry sectors. The following table is a snap shot view of CRM used for the different market sectors
|
SECTOR |
Public |
Private |
Higher Education |
| Individual | Citizen:State / Country | Customer:Existing / Potential | Student:Existing / Potential |
| CommonGoals | –Holistic view of the most relevant information–Ensure good pubic service and that the citizen is enjoying his legal privileges that is owed.–Reduce cost and improve service–Enhance employee morale | –Holistic view of the most relevant information–Ensure good customer service and that the consumer is satisfied with the product, purchased–Reduce cost and improve service–Enhance Customer experience | –Holistic view of the most relevant information–Ensure good support–Reduce cost and improve service–Enhance student experience |
| Difference | -NO Intent to sell a product or a service-Brand loyalty is not a factor-High technology restrictions due to federal norms-Resistance level is HIGH as staff has more say in the matter | -Intent to sell a product or a service-Brand loyalty is critical-No technological restrictions-Resistance level is LOW as decisions are management driven | -Intent to get a student to apply to the institution-Brand loyalty can be a factor-Technological restrictions are based on type of institution- Resistance level is LOW as decisions are management driven |
| Value Preposition | –Quality of service is NOT based on the financial value that the individual provides | –Quality of service is based on the financial value that the individual provides | –Quality of service is NOT based on the financial value that the individual provides |
One thing is clear, though there are some evident differences and the type of individual reached out, all three sectors use CRM strategies and technologies to cater and focus on providing the best of service to the individual. This factor itself, is the main driver, to enhance your return on investments in CRM, besides cost reduction with improved service delivery models.
Thank you!
Girish-
Email-prabhuconsult@gmail.com
Age of eCommerce CRM
I have been involved in the world of CRM for the last 7 years, it has been anything but an exciting learning curve. Customer Relationship Management has transcended from the unknown to the ignorant to the now, all required force to be reckoned.
Functionalities pertaining to Marketing, Sales and help desk are now synonymous and common to all the CRM applications in the market today. The question is, do they all integrate with your ERP?
Discussing this further, lets lay out the current commerce scenario, which is largely dependant on online shopping. The birth of ecommerce has changed the rules of the game and along with it, the IT chart.
Case Scenario:
I have an online shopping site with a cart, where my customers log in their information to buy products. It is critical to me that, some of these activities need to be monitored on a constant basis-
- Client data
- Client communications and feedback
- Product sold
- Inventory levels
- Cash flow
As an entrepreneur or small business, I cannot afford to have a separate system for CRM-Finance-Order Management and then have these systems talk to each other via integration!!!
Solution:
I began to look for solutions offered in the market and found out, for a nominal $30 to $40/month/user, we can have a cloud based system which can manage the following scenario.
Customers use their credit card using the shopping cart-
- Client data gets seamlessly populated in real time
- Manage the number of client who have purchased product / quantity
- Cash flow
- Email dialogue
- Inventory and reorder levels
- Sales pipelines
So, there we have it, CRM solutions, which do more than just manage client life cycle but also integrate your ecommerce gateway.
Thank you!
Girish-
Email-prabhuconsult@gmail.com
How to enable SQL & PeopleCode TRACE for Application Engine (AE) via PeopleSoft PIA
This is another post related to PeopleSoft Technical How-To series. I often get a question on how to debug an Application Engine program and enable the SQL trace on it for troubleshooting. More often, I see functional users interested to know if they can enable a detailed trace on the particular Application Engine (AE) program or process to find out why the desired process is failing. In addition, they would like to do it without getting into the code or reaching out to the developer to perform troubleshooting.
Well, PeopleSoft Internet Architecture (PIA), the web layer, provides you an easy way to enable the different traces on a particular Application Engine (AE) process and effectively troubleshoot the issue. Usually, when you work with Oracle support on any Service Request, they request you to send them the AE trace and log files.
In the following example, I will help you turn on/off PeopleCode and SQL trace of my Application Engine i.e. MY_AE_PROG.
Step1:
- Ensure you have your Application Engine program ready and developed. Note down the AE program name, you will use it in the following steps.
Step2:
- Create a process definition for the AE program with the same name as AE Program name (noted in the above step)
- Navigation: Main Menu > PeopleTools > Process Scheduler > Processes > Process Definition Tab
- Put your own description, set priority, and rest default.
Step3:
- Click on “Process Definition Option” tab
- Select the “Server Name” and “PeopleSoft Security”
Step4:
- Click on “Override Options” tab
- Select “Append” from the dropdown of Parameter List option
- Add the following line under Parameters edit box like below:
- -TRACE 7 -TOOLSTRACEPC 2124 -TOOLSTRACESQL 63
Step5:
- Click Save and you are DONE!
- Move ahead and run your AE to see the detailed trace
Tip:
TRACE, TOOLSTRACEPC, & TOOLSTRACEQL have various different options.
TraceAE= -TRACE output goes into Application Engine Trace (.AET)
TracePC= -TOOLSTRACEPC output goes into the PeopleTools trace file (.trc)
TraceSQL= -TOOLSTRACESQL output ALSO goes into the PeopleTools trace file (.trc)
If you like to learn more about the number of options available for each type of trace, either you can look into PeopleBooks or Oracle website. I found a very good blog post on PeopleSoftOne.com. The URL is below:
How to trace Application Engines from 8.4x http://bit.ly/hCmz6z
Final Step:
- Don’t forget to turn off the trace by taking the appended text out from Process Definition.
HTH
Defining Your Business Process
This post is in reference to a statement about defining your process for your new CRM application, which I mentioned in my most recent post. One of our subscribed readers requested that I elaborate on this point. Firstly, thank you for your comments; hopefully, this will address the question.
Process-related questions or the process itself has always been the most difficult to solve for the consultant and for the stakeholders. What I mean by this: consultants or business analysts arrive on site and ask the group, “What is your business process? Tell us about the pain points and the enhancements you are trying to achieve.” Most of the time, I get stares from stakeholders indicating either I have asked the wrong question or they do not understand what I am asking of them. This may occur for many reasons: turnover of team members who define the processes, processes have been passed on by predecessors, or the actual decision makers are not in the room.
“Business process is what you do on a day-to-day basis to meet the organization objectives and goals. Do not set up an incomplete business process, as software applications cannot solve any process that has not been resolved by your management research.”
To complete a business process one should take into consideration the following:
- Visual is the key
Pictures help the team identify points where the process can be improved and/or corrected. Ensure the process is graphically represented.
- Right people in the room
All stakeholders who can contribute to or are responsible for driving the day-to-day processes should be in the room.
- Automation
This is a very critical and powerful attribute of any new software. Once defined and set up, this will drive your processes, so specific attention should be given to this aspect.
- Testing
Often overlooked in projects, this perhaps is the most important part of finalizing the process. It is this stage of the project where the team realizes, in practical terms, how the process aligns with the objectives and what changes should be made. There is a huge difference between the process on paper versus how it turns out in the software application.
I hope this post has provided some insight into what and how a business process needs to be defined. This is easily one of the backbone of an entire project and its objectives.
Please continue to send in your comments and questions, as they are a huge source of encouragement and topics for me to blog on this site!
Thank you!
Girish-
**This is a repost per request
Email-prabhuconsult@gmail.com
Reports to justify spendings!
Budget cuts are some of the buzzwords that are echoing through every industry corridor. Budgets need to be justified and the validity of your request for funding, largely depends on how well organized your data is presented to your sponsors. Keeping your sponsors well informed goes a long way to explain your case for a new software implementation or upgrade.
Now in order to get to that point, it all starts with, processes. Even though, business processes are more prominent in Private or Public sector, with the budget cuts occurring in a large way, Higher Ed too are now compelled to spend more time on defining the processes. When you have the right processes in place, you are in a good position to mark the data points that will help you generate the reports. These reports are then used to justify and create proposals on the need for more budgeting.
Methodologies like CRM, thus play a critical role here, they assist you in getting all your information in the appropriate data fields (Refer to my earlier post on basic information on data fields and the information stored in them) Once the data is in place, you can use the tools to query the database and generate those accurate reports.
Overall,one of the main reasons to use ERP software applications like CRM,is to generate reports. If reports are the end result of an ERP implementation, to justify the monies spent, they can also be the starting point to help you justify your request for more funding.
Thank you!
Girish-
Email-prabhuconsult@gmail.com
CRMakaan 2010 in review
The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health:

The Blog-Health-o-Meter™ reads This blog is on fire!.
Crunchy numbers
A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 1,600 times in 2010. That’s about 4 full 747s.
In 2010, there were 28 new posts, growing the total archive of this blog to 32 posts. There were 44 pictures uploaded, taking up a total of 4mb. That’s about 4 pictures per month.
The busiest day of the year was June 18th with 121 views. The most popular post that day was About Us.
Where did they come from?
The top referring sites in 2010 were crmakaan.com, linkedin.com, mail.yahoo.com, lmodules.com, and google.co.in.
Some visitors came searching, mostly for crmakaan, crmakaan.com, marketing related task, student lifecycle measures, and default timezone in PeopleSoft.
Attractions in 2010
These are the posts and pages that got the most views in 2010.
About Us May 2009
Managing Communication Plans Using Task Management :Students and Customers November 2010
6 comments
Task Management using CRM Tools:Marketing related Tasks October 2010
2 comments
Treats for Software Implementations and Development November 2010
6 comments and 1 Like on WordPress.com,
ERP Applications: A very simple and basic explanation September 2010
1 comment
Thank You everyone who visited our blog and contributed via comments as well. We look forward to grow this blog in 2011 and have more fun stuff.
Technology & Kids: CRM cells for power
Recently, my four year old came up to me all excited with the DVR remote in hand and showed me some product that he wanted me to buy. He had recorded the commercial and he would even pause it for effect. Additionally, my other little one who is going to be three, next month was watching short movie clips on toys on her iPod. Now besides the fascination that,this age can operate technology, I was thinking about how technology is playing into building the consumer base.
My “what if” CRM imagination started to work overtime as always and started to think on this process, where we can build data pages in the CRM system that can capture the age and gender of the children of our prospects. As soon as the data is saved in the system, trigger an automated notification process that can send out either-
Email newsletter with videos of the new products for kids that we need to promote,
Postal mail that could contain a package of a DVD that shows short movie clips of the product line
This might be a feature or a process in some of the CRM applications out there, but the key is to capture the data on these little consumers and get the right visual message out to them in a timely manner. As we all know, seeing is believing and the tantrums is the selling!
Thank you!
Girish-
Email-prabhuconsult@gmail.com


















Reader Comments