How to find the current records RecordType Name in Apex Trigger In Apex Trigger, we can’t able to retrive the RecordType Name from Trigger context. but its possible with the …
SOSL
- APEXSALESFORCESalesforce ConfigurationSalesforce.comSOQLSOSLTrigger
- APEXInterview Questions and AnswersSALESFORCESalesforceSalesforce CustomizationSalesforce Interview QuestionsSalesforce.comSOQLSOSLTechnical Interview Questions and Answers
Differences between SOQL and SOSL in Salesforce?
Differences between SOQL and SOSL in Salesforce? SOQL (Salesforce Object Query Language) Let’s you query a object in salesforce. You can have nested queries. Returns a list of sobject records. …
- Interview Questions and AnswersSALESFORCESalesforceSalesforce Interview QuestionsSOQLSOSLTechnical Interview Questions and Answers
What are Dynamic Queries in SALESFORCE
What are Dynamic Queries in SALESFORCE? A dynamic query is a SOQL or SOSL query which can be constructed and executed at runtime. It is the process of constructing the …
-
When to use SOQL and SOSL When to use SOQL: The sObject type is predetermined. Result data needs to be joined. You want to query beyond text, email, or phone …
-
Dynamic SOQL and SOSL: Dynamic SOQL/SOSL is nothing but the creation of a SOQL/ SOSL string at runtime with an Apex script. Dynamic SOQL enables you to create more flexible …
-
SOSL Statements SOSL (Salesforce Object Search Language) statements estimate to the list of lists of salesforce Objects, where each list contains the search results for a particular salesforce Object type. …
-
how to get him back div dir=”ltr” style=”text-align: left;” trbidi=”on”> SOSL Injection SOSL (Sales force Object Search Language) injection is the technique by which a user causes your application to …
-
how to get your ex back div dir=”ltr” style=”text-align: left;” trbidi=”on”> Dynamic SOSL (Sales force Object Search Language) refers to the creation of a SOSL string at runtime with an …
-
Find something interesting and would like to share with you all. I was firing SOSL query in my organisation to get an account (using it as keyword search) : List …