What do you know about crm?
No Answer is Posted For this Question
Be the First to Post Answer
Why use batch apex?
What is difference between soql and sosl?
Which permission is required to set the running user other than you in dashboard? : salesforce admin
How do you cover the logic of asynchronous methods in test class?
Is it possible to filter the records which are coming in look-up window when we click on lookup icon? : salesforce objects & fields
In the process of creating a new record, how you will check, whether user has entered email or not in the email field of Account object?
What is the value of "renderas" attribute to display o/p in the form of Excel Sheet?
How to bypass validation rules during data load?
Can two users have the same profile? Can two profiles be assigned to the same user?
Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )
What are the different ways of deployment in salesforce? : salesforce crm
What is the appexchange?