문제

i'm a salesforce newbie, so my question might be a trivial one. I just tried the code here http://www.tgerm.com/2011/03/javascript-remoting-jquery-templates.html to query accounts from a visual force page.I just wanted to know, is there a way to query directly in the developer.force.com interface

도움이 되었습니까?

해결책

If you don't feel like installing any software on your machine you can always use Workbench, (Queries -> SOQL query). It's described on http://wiki.developerforce.com/page/Workbench

Or when you're logged in to your Org check out the links in upper right corner and go to "Developer Console". But it's mostly aimed ad execution of Apex so if you want queries it won't be best match, full of assigning to Lists or calling System.debug()...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top