Question : Select correct statement for Export and Export All in Apex Data Loader?
A. Deleted records are stored in Sales force for 45 days. B. In 'Export All' the deleted records also get exported. C. In 'Export' the deleted records do not get exported.
Correct Answer : Get Lastest Questions and Answer : Exp: Exporting Data You can use the Data Loader export wizard to extract data from any Salesforce object. When you export, you can choose to include (Export All) or exclude (Export) soft-deleted records.
Question : If no record name is provided in the csv file while inserting a new record into Salesforce, then the record id value is put into the recordname field of this new record. 1. True 2. False
Exp: If no record name is provided in the csv file while inserting a new record into Salesforce, then the record id value is put into the recordname field of this new record.
Question : Which are the standard fields of a custom object?
A. Name B. Owner C. Created By D. Last Modified By
Correct Answer : Get Lastest Questions and Answer : Custom objects Anything apart from the standard objects is a custom object. Custom objects have common properties and similar features. By default, custom objects are given maximum features of the standard objects and can be customized completely. We can build complete data centric and process centric applications using custom objects. Custom objects by default contain very limited fields. We have to add more fields according to the requirement.
Custom objects include some standard fields that are included automatically. The standard fields include audit fields such as: o Created By o Last Modified By o Owner o CreatedDate o ModifiedDate
Apart from the owner field all the other fields cannot be edited from the UI. The owner field is automatically assigned to the person who created the record and can be changed by transferring the record to another user. The system fields can be edited only once while transferring the data from full-copy sandbox to the production organization. We will discuss this point later in the Sandbox section