Beatbox: Select all query

152 Views Asked by At

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?

1

There are 1 best solutions below

0
superfell On BEST ANSWER

You'll need to call describeSObject so that you can collect up all the field names, then generate them into your query.