Skip to content

Instantly share code, notes, and snippets.

@sbob-sfdc
Created September 5, 2012 20:44
Show Gist options
  • Save sbob-sfdc/3644449 to your computer and use it in GitHub Desktop.
Save sbob-sfdc/3644449 to your computer and use it in GitHub Desktop.
Workshop 302, Tutorial 2, Step 1
// 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