Created
September 5, 2012 20:44
-
-
Save sbob-sfdc/3644449 to your computer and use it in GitHub Desktop.
Workshop 302, Tutorial 2, Step 1
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
// log message | |
SFHybridApp.logToConsole("Calling out for records"); | |
// register click event handlers -- see inline.js | |
regLinkClickHandlers(); | |
// retrieve Merchandise records, including the Id for links | |
forcetkClient.query("SELECT Id, Name, Price__c, Quantity__c FROM Merchandise__c", onSuccessSfdcMerchandise, onErrorSfdc); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment