Reputation: 1923
In place of giving column names in service.query I want to retrieve all the columns of a custom object or may be Accounts. Any idea on how to do it with beatbox API?
Upvotes: 0
Views: 152
Reputation: 19040
You'll need to call describeSObject so that you can collect up all the field names, then generate them into your query.
Upvotes: 2