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?
A. Define different steps (for example, Pending A and Pending B) for each country. The participant profile of each step allows access through user groups (either Group A or Group B depending on the step). Using transition rules, make sure that quotes for Country A are always moved to steps belonging to that country.
B. Hide Transaction Manager in CPQ and make sure that all access to quotes is performed from the CRM system where you can easily define which quotes should be visible for different users.
C. Define two groups: Country A and Country B. Define a participant profile, Sales, for each step. Define an auto-forwarding rule which returns either "Group A~company~Sales" or "Group B~company~Sales."
D. Define two groups: Country A and Country B. For each step, define two different participant profiles: Profile A and Profile B. For each profile, select one matching group.
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. Enable the Table of Contents option for selected heading styles.
B. Enable the Table of Contents option for all heading styles.
C. Assign a heading style set to the Table of Contents layout.
D. Create headings by using the Heading element for the section content in your template.
E. Assign page numbers to all heading elements.
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. Add a new entry in the BOM Attribute Mapping table for the BOM item.
B. Add a new entry in the BOM Item Mapping Definition table for the BOM item.
C. Add a new entry in the BOM Attribute Definition table for the BOM item.
D. Define an Advanced BML-Based BOM Mapping rule that populates the "attributes" node of the BOM item.
E. Define an Advanced BML-Based BOM Mapping rule that populates the "definition" node of the BOM item.
F. Define an Advanced BML-Based BOM Mapping rule that populates the "fields" node of the BOM item.
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.)
A. Step 5 is unnecessary. Session ID is not needed to log out.
B. The call in step 4 will throw an error.
C. Step 3 does not specify an action to execute; therefore, nothing is updated in the transaction.
D. The session will still be open.
E. The Commerce transaction should be updated with the new Ship To name.
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?
A. Split the data into two array sets and use logic to show the relevant set of data.
B. Use an HTML attribute to display the data and use JavaScript to create interactivity.
C. Use an array set to show this data.
D. You do not have a good option because 250 rows are too much to display on the screen of a Configurator.
What standard functionality would you use to align attribute labels on a configuration screen so that they are evenly distributed vertically?
A. Add spacers in the Configuration Layout and define spacer height.
B. Add read-only text area attributes in the layout with the required dimensions.
C. Use CSS.
D. Add HTML attributes and use .
Which format will datetostr (getdate()) return when no format is supplied?
A. DD/mm/yyyy HH:mm:ss
B. HH:mm:ss MM/dd/yyyy
C. HH:mm:ss DD/mm/yyyy
D. MM/dd/yyyy HH:mm:ss
Identify four types of attributes that can be set by formulas. (Choose four.)
A. Integer Attributes
B. Single Select Menu Attributes
C. Date Attributes
D. Text Attributes
E. Boolean Attributes
F. Currency Attributes
Identify the three data types available for part custom fields. (Choose three.)
A. "Currency"
B. "Float" can be changed to "Integer"
C. "String" can be changed to "Single Select Menu"
D. "Boolean"
E. "Date" can include time
F. "Multi Select Menu"
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. Populate the Target Commerce Process field with configuration recommended item rules.
B. For one invocation action, define two different invocation rules with condition BML functions.
C. For each Commerce process, create a "Create transaction" button by generating an invocation action.
D. Assign a user or a user group to the Commerce process action permissions.