Salesforce Interview questions with answers Part 13
1. In Data loader using upsert operation can u do update a record if that record id is already exist in page and if updated that record then can u ....
1. In Data loader using upsert operation can u do update a record if that record id is already exist in page and if updated that record then can u ....
1. Can you please give some information about Implicit and Explicit Invocation of apex? Triggers - ImplicitJavascript remoting - Explicit 2. What is apex test execution? Exectuing apex test classes3. ....
1. I want to update 10 records ,can I use Trigger.new?Yes.2. In Page layouts I want to change the Order of the layout.how can you do that?Edit the layout. 3. ....
1. Write a query for below. I have 1 parent(account) and 1 child(contact),how will you get F.name,L.name from child and email from the account when Organization name in account is ....
1. Ajax Components in V.F?apex:actionPoller, apex:actionFunction, apex:actionSupport, etc.2. Salesforce sites?Used to show data from our organization for public view.3. Rendered and Re Rendered and Re Renderdas?http://infallibletechie.blogspot.com/2012/10/difference-between-rendered-renderas.html4. Auto-response rules and Escalation ....
1)What is look-up filter and how it is useful? Lookup filter is used to filter records when we lookup for the records.Used in Lookup dialogs.http://infallibletechie.blogspot.com/2013/04/lookup-filter-in-salesforce.html 2)When a task is assigned ....
1. I have an account object, I have a status field which has open and completed checkboxes, when ever I click on completed, I want an opportunity to be created ....
1. Can you tell me brief introduction about your profile technically regarding to project?2. In which module have you worked, say sales module or service module?3. Can you brief me ....
1. What is on-Demand process? On-demand process is nothing but "pay for what you use" policy.We can subscribe to what we want and pay-as-you-go model. 2. Can we create 2 ....
1. What are the Governor Limits in Salesforce? http://infallibletechie.blogspot.in/2012/12/governor-limits-in-salesforce_26.html 2. What is the difference b/w Trigger & Workflow? Triggered can be fired before or after some operation.Workflow cab be fired ....