Gagan
Gagan

Reputation: 1923

Beatbox: Select all query

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

Answers (1)

superfell
superfell

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

Related Questions