Select All Fields in SOQL Query : Ashish Agarwal

Select All Fields in SOQL Query
by: Ashish Agarwal
blow post content copied from  Ashish Agarwal – Salesforce.com Architect & Blogger
click here to view original post


#1MinuteTip #SalesforceSpring21 I love this. In SOQL, you can now query all fields from an object without specifying the field names individually. Just use FIELDS(ALL), FIELDS(STANDARD) or FIELDS(CUSTOM) in SELECT statement 

select all fields in soql query

Reference URL:

  • Salesforce Spring ’21 Release Note Article – SOQL

The post Select All Fields in SOQL Query appeared first on Ashish Agarwal - Salesforce.com Architect & Blogger.


January 19, 2021 at 03:30AM
Click here for more details...

=============================
The original post is available in Ashish Agarwal – Salesforce.com Architect & Blogger by Ashish Agarwal
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================

Salesforce