nerdexam
Salesforce

CRT-211 · Question #190

A user at Universal Containers wants to load records Into a custom object named Location from a .csv file. While using Data Loader, they cannot find the Location object. What are two reasons this is…

The correct answer is A. The label of Location may have been changed. D. The users profile needs create access to Location. Two reasons why the user cannot find the Location object while using Data Loader are: The label of Location may have been changed. The label of an object is the name that is displayed in the user interface and can be different from the API name that is used by Data Loader and…

Data Management

Question

A user at Universal Containers wants to load records Into a custom object named Location from a .csv file. While using Data Loader, they cannot find the Location object. What are two reasons this is happening? (Choose 2 answers)

Options

  • AThe label of Location may have been changed.
  • BData Loader should only be used with standard objects.
  • CLocation has a master-detail field to Account.
  • DThe users profile needs create access to Location.

How the community answered

(33 responses)
  • A
    79% (26)
  • B
    15% (5)
  • C
    6% (2)

Explanation

Two reasons why the user cannot find the Location object while using Data Loader are: The label of Location may have been changed. The label of an object is the name that is displayed in the user interface and can be different from the API name that is used by Data Loader and other tools. If the label of Location has been changed to something else, such as Site or Venue, then the user may not be able to find it by searching for Location in Data Loader. The user should check the API name of the object in Object Manager or use the Describe Global operation in Data Loader to see all available objects and their labels. The user's profile needs create access to Location. The user's profile determines what objects and fields they can access and what actions they can perform on them, such as creating, reading, updating, or deleting records. If the user's profile does not have create access to Location, then they will not be able to load records into that object using Data Loader. The user should check their profile permissions in Setup or ask their administrator to grant them create access to

Topics

#Data Loader#object API name#profile permissions#create access

Community Discussion

No community discussion yet for this question.

Full CRT-211 Practice