Chatter on Chatter

<!–
function msoCommentShow(anchor_id, com_id)
{
if(msoBrowserCheck())
{
c = document.all(com_id);
if (null != c)
{
a = document.all(anchor_id);
var cw = c.offsetWidth;
var ch = c.offsetHeight;
var aw = a.offsetWidth;
var ah = a.offsetHeight;
var x = a.offsetLeft;
var y = a.offsetTop;
var el = a;
while (el.tagName != "BODY")
{
el = el.offsetParent;
x = x + el.offsetLeft;
y = y + el.offsetTop;
}
var bw = document.body.clientWidth;
var bh = document.body.clientHeight;
var bsl = document.body.scrollLeft;
var bst = document.body.scrollTop;
if (x + cw + ah / 2 > bw + bsl && x + aw – ah / 2 – cw >= bsl )
{ c.style.left = x + aw – ah / 2 – cw; }
else
{ c.style.left = x + ah / 2; }
if (y + ch + ah / 2 > bh + bst && y + ah / 2 – ch >= bst )
{ c.style.top = y + ah / 2 – ch; }
else
{ c.style.top = y + ah / 2; }
c.style.visibility = "visible";
} } }
function msoCommentHide(com_id)
{
if(msoBrowserCheck())
{
c = document.all(com_id);
if (null != c)
{
c.style.visibility = "hidden";
c.style.left = -1000;
c.style.top = -1000;
} }
}
function msoBrowserCheck()
{
ms = navigator.appVersion.indexOf("MSIE");
vers = navigator.appVersion.substring(ms + 5, ms + 6);
ie4 = (ms > 0) && (parseInt(vers) >= 4);
return ie4;
}
if (msoBrowserCheck())
{
document.styleSheets.dynCom.addRule(".msocomanchor","background: infobackground");
document.styleSheets.dynCom.addRule(".msocomoff","display: none");
document.styleSheets.dynCom.addRule(".msocomtxt","visibility: hidden");
document.styleSheets.dynCom.addRule(".msocomtxt","position: absolute");
document.styleSheets.dynCom.addRule(".msocomtxt","top: -1000");
document.styleSheets.dynCom.addRule(".msocomtxt","left: -1000");
document.styleSheets.dynCom.addRule(".msocomtxt","width: 33%");
document.styleSheets.dynCom.addRule(".msocomtxt","background: infobackground");
document.styleSheets.dynCom.addRule(".msocomtxt","color: infotext");
document.styleSheets.dynCom.addRule(".msocomtxt","border-top: 1pt solid threedlightshadow");
document.styleSheets.dynCom.addRule(".msocomtxt","border-right: 2pt solid threedshadow");
document.styleSheets.dynCom.addRule(".msocomtxt","border-bottom: 2pt solid threedshadow");
document.styleSheets.dynCom.addRule(".msocomtxt","border-left: 1pt solid threedlightshadow");
document.styleSheets.dynCom.addRule(".msocomtxt","padding: 3pt 3pt 3pt 3pt");
}
// –>

People
in the industry debate it, study it and even attend conferences on it. At
salesforce.com, we are realizing it: Real-time enterprise collaboration.

Launched
at Dreamforce ‘09, Salesforce Chatter is salesforce.com’s real-time enterprise
collaboration cloud and is in private beta for select customers now. One of
them happens to be salesforce.com, where we use our own products. This gives us
a firsthand user/developer perspective of our own Sales Cloud 2, Service Cloud
2 and custom Force.com apps.

Introduced as salesforce.com’s biggest breakthrough
ever, it is a game changer for the industry and the company. I’ve spent some time
thinking about what that means now that we’ve used it for a few weeks and want
to share some initial thoughts  on
the impact of Chatter internally based on early usage patterns:

  • Transparency of Leadership: It is mind blowing
    to start seeing your leaders, what they value, what they are talking about and
    how they utilize real-time collaboration to communicate their mission
    internally. As an example, anyone in our company can follow Marc Benioff and
    see what he thinks is important, what kind of docs he is reading, what he picks
    up on the internet from day to day. This brings tremendous value to coherent transparency
    within an organization as well as making him an accessible leader. Similarly,
    responsive and transparent leaders have a tremendous impact to mold the vision
    of an enterprise. This new kind of thinking has potential to make an
    organization more cohesive.


  • Cloud Sourcing Feedback: Colleagues are now posting
    documents they are working on to solicit feedback on their status updates. No
    email attachments or wasteful document replication is needed. This kind of feedback loop
    is more ad hoc and facilitates response within the enterprise from a larger set
    of people. I learned about new docs, apps, and things in the pipeline in this
    manner and had the chance to give feedback
    .
  • Cloud Sourcing Competitive Data: Given the
    vastness of the web, it is impossible for a certain set of individuals to keep
    track of all aspects of competition/be aware of external responses to messages
    generated by an organization. However, Chatter allows collecting this kind of
    information collectively via comments on status updates and feeds.

  • Creating Expertise Centers, Trust and Community:
    For many departments, what they do and how they relate to each other is more
    visible than ever with Chatter. For example, with Chatter profiles and status
    updates, I can now collaborate with the product management folks on a real-time
    basis and know whom to go to for questions to get relevant answers. Many
    enterprises spend a lot of energy trying to anticipate and model such a system
    to find out their leaders, solutions, roles, which cannot be formulated in an
    organizational tool or may require tedious updates to strict structures by
    their users in filling forms. Instead, Chatter provides a tremendous
    opportunity to harvest the evolving expertise in the enterprise that augments
    its reporting structure directly documented in the Chatter feeds. What’s more, the
    folks in salesforce.com are more human than ever. Life and work is about
    relationships and knowing people better. Chatter enables us, as a diverse and
    geographically dispersed set of people, to improve how we communicate in
    real-time to improve teamwork and foster an agile environment.


These are examples and observations within the first couple of weeks since we
started using Chatter internally! I cannot wait to build more apps that use the
social features of Chatter and discover what’s possible with real-time
enterprise collaboration. Until then, stay tuned to this space, the developer
evangelist team will be sharing more about Chatter with the community.

tagged Bookmark the permalink. Trackbacks are closed, but you can post a comment.
  • Jake

    I’m excited about Chatter as well, but please be more transparent about when things are/will be available. “Launched at Dreamforce ‘09, Salesforce Chatter is…” gives the clear impression that this product is live and available, and it’s simply not. Along these same lines, at Dreamforce we were also told that everyone would get Salesforce Content for free. In talking with colleagues about this, I was not alone in the impression that this would take effect immediately, but this still has not happened yet, nor can I get an estimate from anyone about when it might actually happen. When you make claims and promises like this that are, once investigated, disappointing, it’s very frustrating, even for your biggest fans, such as myself!
    Thanks,
    -Jake

  • umit yalcinalp

    Hi Jake,
    Thanks for the feedback!
    As you probably noticed, this blog reflects a personal perspective as an internal user of Chatter. Chatter is currently live within salesforce.com and in a private pilot for over 100 customers. We do pilot our systems to ensure that they fulfill their mission for our customers before GA. The next step will be to make GA in an upcoming release.
    Best,
    –umit

  • http://profile.typepad.com/studentforcenow Studentforcenow

    Clearly, the most adept group of users [students] will benefit from Chatter; as will the universities that seek their interest and participation through out the ‘student life cycle’. Imagine the power of Chatter for Students (and Higher Ed in general) – who can now share; classes, study groups, assignment projects, social interests, curricula, career aspirations and experiences, content, research; join common groups as members of specific Colleges, departments, upperclassmen, Freshman, Sophomores, frats, sororities…… [ADD YOURS HERE] ……. in a SECURE environment that is flexible enough for personalization; all while taking advantage of a common security and data model. And, because the interface is familiar – the learning curve is about a half a minute !!!
    By the way – we can explore the implications for MOBILE and iPad and eTextbooks at another time – all available immediately when Chatter becomes generally available (http://thehigheredcloud.com).
    And what about those student graduates? Now they can have a shared platform so they can stay connected as Alums. Keeping those ‘memories’ fresh, relevant and alive will insure benefits to the individuals and the institution (think Fund Raising, Career Development, Event Participation). Chatter for Students or Facebook for Business – call it what you want; its a wonderful tool to engage the student from application through the entire ‘student life cycle’

  • http://twitter.com/cloudcoder Quinton Wall

    I am already seeing viral actions as a result of our use within the company. Yesterday I posted a status update requesting some feedback on an article I am writing (which happens to be on Chatter). Before long, I had a bunch of great comments, suggestions and more. Nothing like tapping into the wisdom of the crowd!