Created
September 5, 2012 20:37
-
-
Save sbob-sfdc/3644348 to your computer and use it in GitHub Desktop.
Workshop 303, Tutorial 3, Step 4.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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