Identify two options to which transactions can be forwarded using forwarding rules. (Choose two.)
A. any of the users who are part of the Approval group
B. user groups
C. users
D. any email address registered in the CPQ Cloud system
You have implemented a Commerce Constraint rule, which has an Advanced action. While testing, you
find that the attribute values specified in the rule are not being constrained, even though the condition is
always true.
What are two reasons for this behavior? (Choose two.)
A. The attribute is used as a condition for a Commerce Hiding rule.
B. Configuration was not deployed after the rule was implemented.
C. Commerce was not deployed after the rule was implemented.
D. The rule is inactive
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?
A. results = atoi (var);
B. results = atof (var);
C. results = stringtointeger (var);
D. results = stringtofloat (var);
When creating a connection for a CPQ SOAP Endpoint in ICS, which format is expected?
A. Error! Hyperlink reference not valid.
B. Error! Hyperlink reference not valid.
C. Error! Hyperlink reference not valid.
D. Error! Hyperlink reference not valid.
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.
For a multi-language Document Designer template, which of the following two activities are possible for the nondefault language view? (Choose two.)
A. Add new image element in a section.
B. Add or remove table element's rows and columns.
C. Change text content.
D. Move text elements between elements and layouts.
E. Modify date and currency formats.
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?
A. "Parent BOM Map Variable Name" in the BOM Item Mapping Table
B. "Root Variable Name" in the BOM Item Definition Table
C. "Part Number" in the BOM Item Definition Table
D. "Parent Variable Name" in the BOM Item Definition Table
E. "BOM Item Variable Name" in the BOM Item Mapping Table
F. "Configurable Attribute Variable Name" in the BOM Item Mapping Table
Given the following JSON:
Which option gets the reference of a JSON object with a specific Document Number `40'?
A. Option A
B. Option B
C. Option C
D. Option D
Which statement is a proper definition of a Punch-In?
A. Punch-Ins are links that hook into a specific Commerce process in the system. They can be used to navigate directly to a given Commerce process in your application. They can also be used to jump into a specific Commerce process from an external website.
B. Punch-Ins are links that hook into specific product families in the system. They can be used to navigate directly from a product family to another in your application. They can also be used to jump into a specific product family from an external website.
C. Punch-Ins are links that relate into specific parts in the system. They can be used to search directly for a given part in your application. They can also be used to search for a specific part from an external website.
D. Punch-Ins are links that hook into specific pages in the system. They can be used to navigate directly from one page to another in your application. They can also be used to jump to a specific page from an external website.
E. Punch-Ins are buttons that take you to specific pages in the system. They can be used to navigate directly from one page to another in your application.
What is the best method for restricting users from removing line items that are added to the configuration through a Recommended Item rule?
A. Write a Constraint rule to throw a runtime error on the Delete Action event.
B. Add an Advanced Validation rule on Delete Main Doc Action.
C. Ensure that all the parts are coming from a "mandatory" Recommended item rule.
D. Use CSS to hide the check box on Line Grid.