Get all fields using COQL
Get all fields using COQL
Hi
Is it possible to get all the fields of a record using COQL?. Something similar to
select
*
from Accounts
in SQL.