A business that sells parts they have purchased from a manufacturer and then sells them to resellers is an example of what kind of ...
Correct Answer: A
Question 87
An administrator has just provided a developer with a new org and username. Which two 07m 32s sets of steps can the developer use to authorize the org and begin deploying Lightning web components?
Correct Answer: C,D
To authorize an org and begin deploying Lightning web components, the developer can use either of these two sets of steps: Run the command: 'sfdx force:auth:web:login -r "https://login.salesforce.com" and then supply the credentials in the browser when it opens. This command opens a browser window and prompts the developer to log in to the org. The -r flag specifies the login URL for the org, which can be changed to https://test.salesforce.com for a sandbox or scratch org. The developer can also use the -a flag to set an alias for the org, which makes it easier to identify and reference later1. Open Visual Studio Code, Create a project using "SFDX: Create a Project" and then "SFDX: Authorize an Org" from the Command Palette. This option allows the developer to use the Visual Studio Code interface to create a new project and authorize an org. The developer can access the Command Palette by pressing Ctrl+Shift+P (Windows) or Cmd+Shift+P (Mac), and then typing or selecting the commands. The developer can choose the project template, name, and folder location, and then select the login URL for the org. A browser window will open and prompt the developer to log in to the org2. The other options are not valid ways to authorize an org and begin deploying Lightning web components. Running the command 'sfdx force:auth:web:login -a "https://login.salesforce.com" will result in an error, as the -a flag is used for setting an alias, not a login URL. Creating a project and authorizing an org using the command "SFDX: Create Project and Authorize" in the Command Palette is not possible, as there is no such command available in Visual Studio Code. Reference: Authorize an Org Using a Browser, Create a Project
Question 88
An administrator has just provided a developer with a completely new org and a username. Assuming the username is [email protected], what is the correct set of steps to authorize the org for Command Line Interface (CLI) access so the developer can deploy Lightning web components?
Correct Answer: C
The correct set of steps to authorize the org for Command Line Interface (CLI) access so the developer can deploy Lightning web components is to run the command: 'sfdx force:auth:web:login -r "https://login.salesforce.com" and then supply the credentials in the browser when it opens. This command will open a browser window and prompt the user to log in to the org using their username and password. The -r flag specifies the login URL for the org, which is https://login.salesforce.com for production or developer orgs. The command will also create an alias for the org, which can be used to reference it in other CLI commands1. Reference: 1: Authorize an Org - Trailhead2
Question 89
Which three configuration aspects must be set up outside the commerce app in order to deploy and activate B2B Commerce instance both for internal and external users?
Correct Answer: A,E
Question 90
Which two types of mats updates can be made to a CC Price List? Choose 2 answers
Correct Answer: A,C
According to the Price Lists page, price lists are collections of prices for products that can be assigned to accounts or account groups. Price lists can be updated in two ways: absolute based or percentage based. Absolute based updates replace the existing prices with new values. Percentage based updates apply a percentage increase or decrease to the existing prices. Therefore, options A and C are correct. Option B is false because category based updates are not a type of mass updates for price lists, they are a way of organizing products into groups for easier management. Option D is false because itemized deduction is not a type of mass updates for price lists, it is a feature that allows customers to see how much they saved on each line item due to promotions or discounts. Reference: Price Lists, Price List Overview; Mass Update Price Lists, Mass Update Price Lists