Salesforce Interview questions and answers Users, Profiles, Role and Permission Sets Profiles and Permission Sets provides security for meta-data (Structure) components. 1. What is Profile? Profile deals with CRED (Create, Continue Reading »
Salesforce Interview questions and answers for Import Wizard and Data Loader 1. What is Import wizard? Import wizard is a web based tool to process bulk records. With import wizard Continue Reading »
how to insert/update the data from FTP server (CSV File) to Salesforce.com Using some of the few ways its possible: 1) Using salesforce API ( e.g. Java, PHP, .Net APIs Continue Reading »
received the below error while inserting/udpateing the data/datetime value in salesforce using dataloader/workbench: ‘2015/2/11’ is not a valid value for the type xsd:date ‘4/11/2014 12:00:00 PM’ is not a valid Continue Reading »
Required fields missing: TimeZoneSidKey, LocaleSidKey, EmailEncodingKey, ProfileId, LanguageLocaleKey When creating a User in salesforce.com following information is mandatory when inserting new user using salesforce.com user object either manual or data Continue Reading »
Adding Salesforce Users via Data Loader and Reset the Password following setps to reset the password after loading the users using apex data loader without any coding: 1. Load the Continue Reading »
How to Insert the Salesforce Users Using Salesforce Apex Data Loader Following fields required when inserting new users Using Salesforce Apex Data Loader: Alias Username Email First Name Last Name Continue Reading »
Comparison chart for Import Wizard, Data Loader, Jitterbit and Dataloader.io Options Import Wizard Data Loader Jitterbit Dataloader.io Description The import wizard is accessed through the Salesforce setup menu. It processed Continue Reading »
How to generate the reports that list of all the Knowledge Users and Service Cloud licenses? Its not possible to generate the reports for Knowledge users, Service Cloud user but Continue Reading »
Accepting DateTime/Timestamp format in Salesforce dataloader Date and DateTime Formats: you need to specify dates in the format yyyy-MM-ddTHH:mm:ss.SSS+/-HHmm: yyyy is the four-digit year MM is the two-digit month (01-12) Continue Reading »