Which two statements are true about Formulas? (Choose two.)
A. Both attributes and library functions can be used as inputs for Formula Management.
B. Only attributes can be used as inputs for Formula Management.
C. Formulas can set both transaction- and line-level attributes.
D. Formulas cannot be run in sequence to perform multi-step calculations.
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?
A. Select the Child Section check box in the Section Properties panel for each subsequent section following the first section in the series.
B. Add each section to the template and manually remove the page breaks at the end of each section.
C. Add the first section in the series and select the Continuous Section check box in the Section Properties panel.
D. You do not have to do anything because this is the default behavior in Document Designer.
E. Select the Continuous Section check box in the Section Properties panel for each subsequent section following the first section in the series.
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?
A. by writing a Constraint rule
B. by writing a Hiding rule
C. by writing a Recommendation rule
D. by writing a Pricing rule
Identify two reasons why some or all transaction in a particular step are hidden for a user in Transaction Manager.
A. The step has an auto-forwarding rule, which did not return the user or one of his groups and all participant profiles do not have other permission methods selected.
B. All participant profiles of this step have group access defined and the "Performer Step" set, and the user did not perform an action on the hidden transactions in other steps.
C. There is no valid participant profile for this user with hidden transactions.
D. The user has the RestrictedAccess user type.
E. A hiding rule was defined in commerce rules.
F. The participant profile that is valid for this user has the Document Views tab, the Document Views panel, and the "Entire Document" = "hide" setting.
A red "X" appears instead of a part (item) in a configuration. What causes this?
A. The Recommended Item rule is recommending a part that does not exist.
B. The Recommended Item rule is not firing.
C. The Recommended Item rule is recommending more than one-part number.
D. The Recommended Item rule is recommending an incorrect price for the part number.
Which operation is allowed in a BMQL query?
A. SELECT and UPDATE
B. SELECT, INSERT, and UPDATE
C. SELECT
D. SELECT, INSERT, and DELETE
Your users receive a notification for a transaction from CPQ when an approval has been retracted and is no longer needed. The notification contains a generic message about this action. However, users would like to get more details about the transaction. What is the Oracle-recommended best practice to fulfill this requirement in CPQ?
A. Trigger an email action to notify users by custom defining the email's subject and body, which contain the transaction details, by using the advanced function available in the Revise action.
B. When a transaction needs to be revised, allow the transaction owner to send a parallel email to approvers, which should include the necessary transaction details.
C. Switch the system-generated email-to-email template, which will include the desired transaction information when approvers are notified.
Given the following code:
Which one of the following statements, when placed in the blank space, will give strArr2 a value of "123?"
A. join (strArr1,"")
B. join (strArr1, " ")
C. combine (" ", strArr1)
D. combine (strArr1, "")
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
To add items (parts) to a configuration, Recommended Item rules are used. Which two statements are true when using Recommended Item rules?
A. Recommended Item rules can return only the base price of an item (part) and cannot use dynamic prices based off data tables.
B. If multiple Recommended Item rules recommend the same item (part), the item (part) price is picked from the rule that is last in the order.
C. If multiple Recommended Item rules return the same item (part), the quantity of the item (part) is a total of all quantities returned by each rule.
D. Recommended Item rules can show only the base prices defined in the customer specific module.