What are the types of soql statements in salesforce? : salesforce integration
Answer / Sakshi Mishra
The types of SOQL (Salesforce Object Query Language) statements in Salesforce include: 1. Standard SOQL: These are predefined queries that retrieve and manipulate data from standard objects like Accounts, Contacts, Leads etc. 2. Custom SOQL: These queries are used to access custom objects and their related lists.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are who id and what id in activities?
Can you have a roll up summary field in case of master-detail relationship? : salesforce crm
We have a time based workflow and there is action scheduled to be executed. If we deactivate the workflow, scheduled actions will be removed from queue or not?
What is tab in salesforce? What is the difference between adding a custom tab to an app in classic and lightning?
What is a CSV file?
How do you cover the logic of asynchronous methods in test class?
What is soap? : salesforce integration
Let’s say that you have an app myapp.app that contains a component mycmp.cmp with a ui:button component. During initialization, the init() event is fired in what order?
What are the products of Salesforce?
What is a permission set?
There is a simple soql query ‘select id, name from opportunity’ which fetches millions of records without any selection criterion. How do we optimize the performance of this simple query without using any selection criterion ?
How to get the userid of all the currently logged in users using apex code?