A FullAccess User is attempting to update parts through the SOAP API using Web Services 2.0.
When attempting to update a specific part, the user gets the following error:
"The security token could not be authenticated or authorized."
What should the user verify?
What would you do if a partner organization is no longer needed and the access of all users needs to be removed?
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?
In an existing implementation of CPQ, there is a system configuration with a system that has a root model and several child models that have a complex and hierarchical configuration.
As an administrator, which step should you choose to troubleshoot/debug the system in order to know which models and child items are configured in the entire system before adding the system to a transaction?
You want to perform a configuration migration from a development site to a QA site. What is the Oracle-recommended way to accomplished this?
After saving content to the Content library, you check the Content library Tree and find that the new content is missing. What would be your immediate action?
Which is the correct procedure for adding multiple files to File Manager in a single step?
Your customer has sales organizations in two countries. The customer wants to make sure that users from one country have access only to quotes from that country.
How do you achieve this?
When creating a connection for a CPQ SOAP Endpoint in ICS, which format is expected?
What is the correct procedure for moving a file from one folder to another in File Manager?
In which two locations are the keywords for mobile processing of quotes defined when setting up approvals? (Choose two.)
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?
You are viewing the Data page while creating a new Price Guidance Analytic.
What is the correct procedure for implementing an advanced filter that will only consider "Won" quotes?
Which two are allowable methods of defining menu item choices for Single Select Menus attributes or Single Select Pick List attributes in the BOM Item Mapping table?
Given the following code:

Which statement will return the value for results as 25.0 when it is put in place of the blank line shown above the “}else{” statement?
Your customer has a Configurator on a site with two Commerce processes. Which two options allow you to control in which Commerce process a new transaction will be created when starting from the Configurator?
A customer has BOM Mapping configured on their site using a simple Table-Based BOM Mapping rule. However, they want to modify their BOM Mapping to also map an additional Configuration attribute to a Transaction Line level attribute.
Which two methods can the customer use to achieve this? (Choose two.)
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?
An administrator tries to change the document views on an attribute from a participant profile on a given step. But the attribute is not listed in the list of attributes that are available for editing.
What are two reasons for this behavior? (Choose two.)
When using Web Services 1.0, consider the following sequence of a client system calling CPQ Cloud WebServices.
1. Call Security Login WebServices with User ID and Password.
2. Create a Commerce update Transaction WebServices call by using an existing transaction ID.
3. Make the following updates in the web service XML:
Set Session ID.
Set “_shipTo_first_name” to “myName”
4. Submit the WebService call.
5. Call Security Logout WebServices with the Session ID to close the session.
Based on the given sequence, which two statements are true? (Choose two.)
The following BML code in Config encountered an HTTP 404 error from someurl.com.

Which two statements are true? (Choose two.)
Which statement, when placed in the blank space in the code snippet below, will set results = 25.0?
var = "25";
if (isnumber(var)){
______________________
}else{
results = 0.01;
}
return results;
Identify the three data types available for part custom fields. (Choose three.)
The commerce step “Pending” has four participant profiles in the following order: SalesRep, SalesManager, Owner, and Admin. The Admin profile allows access with the FullAccess user type. The Owner profile has at performer steps “start” step selected. The step has an auto-forwarding rule.
A FullAccess user with the SalesGroupA and SalesManagerA groups creates a new quote and saves it, which moves the quote to “Pending.”
The auto-forwarding rule returned the following two lines:
SalesManagerA~Company~SalesManager
SalesGroupA~Company~SalesRep
Which profile will be used to display the quote in the “Pending” step to this user?
What are three valid reasons for a Configuration rule failing to execute? (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?
A use case requires displaying 250 rows of data to a user and allowing the user to interact with the data in a mobile interface.
What is the Oracle-recommended method for displaying an interactive 250-row data set in a Configurator?