In salesforce, which fields are indexed automatically?
What are the authentication access types for a force.com canvas application?
When would you use oauth vs openid?
What is the parallel approval routing ?
Is there is any way through which validation rule is bypassed while doing upload through data loader but not when user is creating record from user interface?
Which interface needs to be implemented in apex to be used in flow ?
Let’s say we have to update the same record in after trigger context. Is there any way or workaround?
How to get the debug log of connection user in salesforce to salesforce integration?
Give me code free solution to validate duplicate check on combination of first & last name?
Does salesforce count calls to system.debug() against the code coverage?
How to import attachments using data loader in salesforce?
What is the difference between custom controller and extension in salesforce?
Can a apex trigger call a batch class in salesforce?
How do you write a unit test for a trigger whose only function is to make a callout?
What is the difference between isblank() and isnull()?