A blog containing Salesforce coding examples in detail.It's a place where you can find solutions to the problems that you may face in your daily salesforce coding. Apex classes,visual force page,we services,Integration,plugins,extensions,Lightning web components,Aura components,Email Messages,Sales cloud,service Cloud,Marketing Cloud.
Amazon Affliate Link: https://amzn.to/43zNb70
Play Games
▼
Wednesday, July 6, 2022
Get the leads created today using SOQL query in apex Salesforce - Salesforce Globe For You
Solution: Use the SOQL query given below
select Id,name,createddate from Lead where createddate=TODAY
No comments:
Post a Comment