Salesforce Interview questions with answers Part 6
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. 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 ....
Problem: Solution: 1. Give the Report Folder access to all users. 2. Add individual users as recipients in the Schedule Future Runs. 3. Finally re-restrict the Report Folder access ....
Sample Code: Visualforce Page: <apex:page showHeader="true"> <apex:enhancedList type="Account" rowsPerPage="25" height="500" width="1000"/></apex:page> Output:
Sales Process is mandatory for creating Record Type in Opportuity. Sales Process is used to create and maintain the Sales Processes used within our organization. A Sales Process contains the ....
Database.QueryLocator: 50 Million records can be returned. Iterable<sObject>: Governor limits will be enforced. So, we can use upto 50,000 records only. Else, exception will be thrown. You can also use ....
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 ....
Triggers 1. Triggers can work across objects. 2. Coding is required. 3. Trigger works before and after some actions. Workflow rules 1. Workflow Rules will be helpful to update the same object or master ....
In order to access Site.com in Salesforce, atleast anyone of the following checkboxes should be checked for the user Site.com Contributor User Site.com Publisher User
Selecting the Re-evaluate Workflow Rules After Field Change checkbox on the Field Update Edit page allows you to set a workflow field update to re-evaluate all workflow rules on the ....