Salesforce Interview questions with answers Part 23
1. How to add SOQL in Visualforce page? Using AJAX in Javascript. 2. How to send parameter from one page to another page in Salesforce? At the end of the ....
1. How to add SOQL in Visualforce page? Using AJAX in Javascript. 2. How to send parameter from one page to another page in Salesforce? At the end of the ....
1. What are all the relationships available in salesforce? Master Detail Lookup Self Hierarchial 2. How to create 1 to 1 relation ship? Create a rollup of count field in ....
1. How is salesforce implemented in the project you are working on?Salesforce can be implemented forSales - Sales Cloud is used.Service - Service cloud is used.Marketing - Marketing cloud is ....
1. Governor limits for triggers? The maximum number of characters for a trigger is 1 million. Triggers call future methods, they will be subject to a limit of 10 future ....
1. Does Apex supports Generics? Apex partially supports Generic programming.For more info, visit the below linkhttp://salesforce.stackexchange.com/questions/1214/can-you-use-generics-in-apex 2. Can we write any Apex code in Configuration Only Sandbox? Yes. 3. How ....
1) Rule Criteria : "every time a record is created or edited WrkFlw Rule 1:On Opty Status = 'Open' , update Status = 'Closed'WrkFlw Rule 2:On Opty Status = 'Closed', ....
1. What are set up and non set up Objects in salesforce?Non-Setup objects are standard objects like Account or any custom object.Setup objects are Group1, GroupMember, QueueSObject, User, UserRole, UserTerritory, ....
1. Where and why exactly we go for for data loader? a. If a person leaves a company, we can transfer his/records to others using data loader. b. If we ....
1. While adding products to Opportunities , can we add products associated with both Std and Custom Pricebooks to same opportunity? Please Explain Yes2. I need to mass edit the ....
1.What is many to many relationship? http://infallibletechie.blogspot.in/2013/03/how-to-create-many-to-many-relationship.html 2. Encrypted field? http://infallibletechie.blogspot.in/2012/11/encrypted-field-in-salesforce.html 3. Debug log? http://infallibletechie.blogspot.in/2012/08/example-for-systemdebug-in-salesforce.html 4. Explain import wizard? http://infallibletechie.blogspot.in/2012/08/import-wizard-in-salesforce.html 5. What is the use of VLookup function? http://infallibletechie.blogspot.in/2012/11/vlookup-in-saelsforce-validation-rule.html 6. ....