Skip to content

Instantly share code, notes, and snippets.

@sbob-sfdc
Created September 5, 2012 20:37
Show Gist options
  • Save sbob-sfdc/3644348 to your computer and use it in GitHub Desktop.
Save sbob-sfdc/3644348 to your computer and use it in GitHub Desktop.
Workshop 303, Tutorial 3, Step 4.2
// handle clicks to Collaborate on detailpage
$j("#chatterButton").click(function() {
// using the id of the current Merchandise record, get its Chatter feed items
SFHybridApp.logToConsole("Getting Chatter");
forcetkClient.chatterFeed($j("#detailpage").attr("data-id"), updateChatterList, onErrorSfdc);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment