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
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 Location.
The other two options are incorrect because:
Data Loader should only be used with standard objects is not a reason because Data Loader can be used with both standard and custom objects, as long as they are accessible and queryable via the API.
Location has a master-detail field to Account is not a reason because having a master-detail field does not prevent an object from being available in Data Loader, as long as it meets the other requirements such as accessibility and queryability.
Ursa Major Solar offers customers annual service contracts. Account owners should receive an email renewal reminder l month before their customer's planned expiration date. The administrator builds a flow to automate the process, which runs when a record is created, and tests several possible scenarios.
What win occur if the expiration date is changed from January 1 of the next year to yesterday?
The resume event is recalculated and the email goes out to the account owner immediately because the flow uses a scheduled path that evaluates the expiration date field every time it changes. When the expiration date is changed to yesterday, the flow resumes immediately and executes the action of sending the email
DreamHouse Realty manages Its accounts and contacts In Salesforce using a B2C account model. The business has requested that third-party loan advisors be tracked in Salesforce along with the customers they work with.
Hour should the administrator track third-party financial advisors and the customers they work with?
Users report that the industry picklist field is no longer visible on account records. What test can an administrator use to troubleshoot the issue?
Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable.
What should the administrator implement to help ensure consistent formatting?
REGEX is a function that allows administrators to check whether a text value matches a regular expression pattern. Regular expressions are a way to define complex patterns of characters using symbols and operators. REGEX can be used to enforce consistent formatting for a field value by specifying the required length, characters, and separators.