C_C4H420_13 SAP Certified Application AssociateSAP CPQ Implementation

Loading demo links...

Showing 7–9 of 10 questions

Question 7

What would be the standard way to let a user input quantity within the product configuration?

Select an option, then click Submit answer.

  • By adding multiple rows to a container that references child products.

  • Create a regular attribute and push its value to the quote item quantity by a script.

  • This cannot be done in configuration, quantities belong to quote.

  • Add the itemQuantity attribute to the product and use it as Free input field in the configuration.


Question 8

What is the correct section in CPQ setup to adjust the default Catalog page size?

Select an option, then click Submit answer.

  • Branding

  • Responsive Templates

  • Catalog Layout

  • Quote Layout


Question 9

Your customer has a requirement where the maximum allowed discount for all products with ‘’Accessory product Type is 20%, except for user Type ‘’Manager’’, who are allowed to discount up to 30% on all products, what is the standard way to implement his requirement?

 

Select an option, then click Submit answer.

  • * Write a custom cart calculation script of Row Type ’’Cartitem’’ to reset the item discount toO If current User Type is manager and the discount is over 30.
    * Write a Custom Cart Calculation Script of Row Type Cartitem to reset item discount to o ifthe current user type is no manager and the discount is over 20.
     

  • * Create two rules in Dicounts/Multipliers, one for product Type’’ Accessory’’ with amaximum value of 20 and condition [NEQ] (<*CTX(Visitor.UserTypeName) *, manager) * Create the other for product Type Accessory with a maximum value of 30 and condition [EQ] (<*CTX Visitor. UserType.Name) >,Manager)
     

  • * Create a Quote Item Custom Field ‘’maximum Discount’’ with a calculation of [if] ([EQ]
    (c*CTX ( visitorType.Name )>, manager)) {30}{200} [ENDIF]
    * Create a rule in Discounts/multipliers for product Type ‘’Accessory’’ with a maximumvalue of *> CTX (Quote.Currentitem.CustomField(maximum Discount))*>
     

  • * Create two rules in Discounts/multipliers, one for product Type ’’Accessory’’ with amaximum value of 20, the other for user Type ‘Manager’ with a maximum value of 30.
    * In Discounting Priorities, ensure user Type has a lower Rank than product type.