A new user group has been created in the development environment. What should you do to migrate this new user group to the production environment?
A customer sets up a BOM mapping for a configuration model using a single simple Table-Based BOM Mapping Configuration rule, as well as the BOM Item Definition and BOM Item Mapping Tables. When reviewing their implementation, they notice the following:
The BOM Root Items Administration List shows the root BOM item and its child BOM items correctly. No errors are displayed. (Accessed from Admin > Products > BOM > BOM Root Items List)
The BOM Item Mapping Administration List shows no root BOM item or child BOM items. No errors are displayed. (Accessed from the BOM Mapping rule’s “Save and View Details” button)
Which field have they incorrectly populated in their BOM Mapping Tables?
Identify two reasons why some or all transaction in a particular step are hidden for a user in Transaction Manager.
How should an administrator set up a conditional restriction for access to a Product Family?
The production CPQ site is on the22D release. Recently, the non-production development site refreshed to the23A Base Ref Apprelease.
As an administrator, you need to migrate different entities between these sites.
How would you accomplish this?
You want to control the information that can be viewed on the transaction page.
What must you create to accomplish this?
You are asked to design a Document Designer template, which should generate an output document where users would be able to navigate to a specific section from the table of contents. This is a complex document with many sections and subsections that can go up to seven levels of parent/child relationships.
Which three steps do you need to perform to ensure that the table of contents show only two levels of the sections and subsections so that the user reviewing the document can navigate to a desired section’s page and scroll further to the deeper levels? (Choose three.)
A multi-select attribute with five options is displayed as check boxes. Depending on the conditions, the Configurator should show a user three of these five options.
How do you accomplish this?
What is the best method for restricting users from removing line items that are added to the configuration through a Recommended Item rule?
Select two statements that are true about Test Script found in a function debugger. (Choose two.)
How can you prevent users with the RestrictedAccess user type from creating a new transaction using Transaction Manager?
When doing a part search from home page, you have the Create Quote button to create a new Transaction.
How do you change the label of this button?
What two options do you have when searching for multiple parts on the Parts Administration page? (Choose two.)
Which two scenarios are valid for looping by using XSL Snippets? (Choose two.)
The following BML code in Config encountered an HTTP 404 error from someurl.com.
Which two statements are true? (Choose two.)
Consider the following requirements for integration with Salesforce:
Transaction information needs to be pushed back to Salesforce and synchronized.
You must be able to synchronize a transaction with up to 1,000 lines back to the Opportunity Product object in Salesforce.
On the basis of these requirements, which three XSL sets should you use to provide the integration? (Choose three.)
You have Developer Toolkit Command-Line Interface (CLI) installed on your local system.
Which command will run a deployment for your commerce process testProcess?
You want to add multiple sections to your Document Designer template, and you want the sections flow in the template without page breaks between each section.
How would you accomplish this?
What is the correct procedure for moving a file from one folder to another in File Manager?
Identify two ways in which you can display a message to a user while using simple table-based lookups for an attribute. (Choose two.)
When Oracle CX Commerceself-service usersaccess an Oracle CPQ Configurator asguest users, how is the CPQ UI presented to the users?
There are two single-select attributes in an array set. The first single-select attribute shows a list of countries and the second attribute shows a list of states.
Which is the most efficient way to show relevant states based on chosen country?
For a multi-language Document Designer template, which of the following two activities are possible for the nondefault language view? (Choose two.)
When designing an integration with an ERP system, you must communicate with a third party integration tool (such as a middleware or a hub).
Which three methods can be used to communicate with a middleware in this scenario? (Choose three.)
A customer sets up BOM Mapping for a Configuration model using a single simple Table-Based BOM Mapping Configuration rule, as well as the BOM Item Definition and BOM Item Mapping Tables. When reviewing their implementation, they notice the following:
The BOM Root Items Administration List shows the root BOM item and its child BOM items correctly. No errors are displayed.
The BOM Item Mapping Administration List shows no root BOM item or child BOM items. No errors are displayed.
Which field have they incorrectly populated in their BOM Mapping Tables?
You are working with atransaction layoutin CPQ and need toadd a new panel with three columns.
Which is thecorrect approach?
How can information that is stored in a part field be shown in the line item grid column in Commerce?
Identify two supported procedures for moving commerce library functions between environments without overwriting other functions. (Choose two.)
Which statement, when placed in the blank space in thecode snippetbelow, will set results = 25.0?
var = "25";
if (isnumber(var)){
______________________
}else{
results = 0.01;
}
return results;