Differentiate between salesforce object query & object search languages?
Answer / Trapti Awasthi
Salesforce Object Query Language (SOQL) is a SQL-like language used for querying data from Salesforce objects, while Apex is the Salesforce Object Search Language (SOSL), which allows for more complex searches across multiple objects and fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the Approval Process Checklist?
How many ways we can made field is required?
What is the permission set?
In a particular object, I have given only read access to a certain field named as ‘site__c’ to all users in the organization. However, if I have marked ‘site__c’ as a required field in the page layout for that object. So, what will happen when a user saves the record in that object through that page layout ?
Is Salesforce CRM?
What is the difference between application level events and component level events in lightning ?
What are the static and dynamic dashboards?
What is standard controller? : salesforce visualforce
What is the use of writing sharing rules? : salesforce crm
Write a trigger on account, while inserting a text value as ‘somename’ ended with ‘text’ ex: ‘renutext’ on account object it should through an error. How you will achieve this…??
Explain various types of controllers?
Given a business requirement, wherein you have to execute all the available actions in a single workflow rule, what would be the sequence of actions ?