Ability to Select All, Standard, Custom Fields in SOQL Query
Salesforce Object Query Language (SOQL) now makes it easy to include pre-defined groupings of fields within a query statement using the new FIELDS() function.
- Use FIELDS(ALL), FIELDS(STANDARD), or FIELDS(CUSTOM) in your SELECT statements.
- The SOQL FIELDS function must have a LIMIT of at most 200
Salesforce Developer
4 年Thanks for posting this :D
10xSalesforce|GoogleProjectMgmt|PSPO-1|SFDC SolutionArchitect|Release Mgmt
4 年To note , more than 200 records can't be fetched with this field function ??