
C-C4H420-13 Dumps for Pass Guaranteed - Pass C-C4H420-13 Exam 2022
C-C4H420-13 Exam Dumps - Try Best C-C4H420-13 Exam Questions from Training Expert ExamPrepAway
NEW QUESTION 48
Which of the these UI changes can be controlled on the layout tab in Configurable product administration?
Note: There are 3 correct answers to this question.
- A. Whether Line Items are displayed in the Responder view
- B. Position of attribute on the configuration view tab(s)
- C. Whether an Attribute spans the entire screen
- D. How the attribute is displayed (ex, Radio Button, Drop Box)
- E. Order of attributes in the Responder view
Answer: B,D,E
NEW QUESTION 49
Which of the following applies to setting Attribute Type values, such as user Selection?
Note: There are 2 correct answers to this question.
- A. Attribute Type affects how the attribute can be displayed.
- B. Attribute Type controls the kind of data to be stored.
- C. Attribute Type is defined at the product.
- D. Attribute Type determine if the value would be a line item.
Answer: A,B
NEW QUESTION 50
What functionalities are primarily controlled in workflow administration?
Note: There are 3 correct answers to this question.
- A. Availability of quote based on quote Status
- B. Order of actions on the Quote page
- C. Changing of quote Status
- D. Naming of quote Actions and Statuses
- E. Triggering of preActions, PostActions And Notifications
Answer: A,C,E
NEW QUESTION 51
What is a disadvantage when using CPQ SOAP API?
- A. Little to no documentation available
- B. Lack of security and safety procedure
- C. Operations are not packed in a single method call
- D. Low flexibility you are constrained to the format the APIs set
Answer: D
NEW QUESTION 52
A Quote Item custom Field containing an Attribute ''package selection'' is currently displayed on the quote as
''QuoteLayout.ColumnsPackSel.'' How can we change the display label of the field on the quote to ''package selection?
- A. Changing the Label of the Quote Item Custom field
- B. Changing the Custom Label of the Attribute
- C. Adding a new key and value to a custom Dictionary
- D. Adding a new key and value to a System Dictionary
Answer: C
NEW QUESTION 53
Which of the following applies to configurator scripting?
Note: There are 2 correct answers to this question.
- A. Scripts are moved as part of the product through standard deployment and cannot changed.
- B. A script can be tested by executing it in CPQ workbench, loaded in a tab next to your configuration tab.
- C. You can change code on a global script from within a product
- D. Custom logic can be added to run at the moment of configuration becoming completed.
Answer: B,C
NEW QUESTION 54
When configuring the Autocomplete Attribute, which columns have to be specified?
Note: There are 3 correct answers to this question.
- A. Container Column
- B. Reference product Column
- C. Display Column
- D. Searchable Column
- E. Column Value Code
Answer: C,D,E
NEW QUESTION 55
What is the correct keyword to use a module in another script?
- A. import
- B. Using
- C. Load
- D. Require
Answer: A
NEW QUESTION 56
Where would an end user go to search for a quote?
- A. Favorites
- B. Recent Items
- C. Catalog in main Navigation Toolbar
- D. Load Existing Project /Quotation
Answer: D
NEW QUESTION 57
What are the methods to create simple products in CPQ?
Note: There are 3 correct answers to this question.
- A. Scripting
- B. Excel Import
- C. Custom Tables
- D. Manual Creation
- E. Product APIS
Answer: B,D,E
NEW QUESTION 58
What is the right tag to use for the calculation formula of a Quote Item Custom Field if its value depends on a product attribute value?
- A. <*VALUECODE (...)*>
- B. <*CTX (Quote, Currentitem.Attribute...)*>
- C. <*VALUE (....)*>
- D. <* CTX ( Product. Attribute...0*>
Answer: B
NEW QUESTION 59
When developing a script, you want to print ''Checkpoint 1'' to the Developer Console for debugging purposes.
What is the correct method to do this?
- A. Log,write(''Checkpoint 1'')
- B. Log,info(''Checkpoint 1'')
- C. Trace,write(''Checkpoint 1'')
- D. Trace,Debug(''Checkpoint 1'')
Answer: C
NEW QUESTION 60
What are two available methods of defining product and Attribute pricing in CPQ?
- A. Pricebook Lookup or Custom pricing
- B. Discount or multipliers
- C. Custom Tables or Standard Tables
- D. Markets or Currencies
Answer: A
NEW QUESTION 61
Which of the following rules apply to pricebooks within a Market?
Note: There are 2 correct answers to this question.
- A. Each pricebook in the market must have a unique name.
- B. A pricebook cannot have a parent pricebook from the same market.
- C. Only one pricebook per market can be visible.
- D. All pricebooks in the market share the same currency.
Answer: A,D
NEW QUESTION 62
What is the primary use of Script workbench with SAP CPQ Scripting help pages?
- A. Maintain and manipulate all system scripts
- B. Test scripting in the context of CPQ page
- C. Generate script performance reports
- D. Analyze product rules
Answer: B
NEW QUESTION 63
In the condition of a rule you wish to check if the user has selected '' Large'' in the Attribute ''Size''. The attribute value has a Value of ""Large'' and a Value Code of Lg''. How could this condition be written?
Note: There are 2 correct answers to this question.
- A. [EQ](<*ValueCode(Size)*>, Large)
- B. [EQ](<*Value(Size)*>,Large)
- C. [IF] <*Value(Size)* >=''Large''); [ENDIF]
- D. <*IFAnyValue(Size:Lg)*>
Answer: C,D
NEW QUESTION 64
Which of the following scenarios can be supported by pricebooks?
Note: There are 2 correct answers to this question.
- A. A pricebook that provides discount limits for sales users.
- B. The ability to have a hierarchy of pricebooks.
- C. The ability to override the default pricebook based on visibility conditions.
- D. A pricebook that is not market-specific.
Answer: B,C
NEW QUESTION 65
Attribute ''memory '' has a ''user Selection w/Quantity inputs for each Attribute value'' Attribute type.
Which Display type should you use to allow the input of quantities in the configurator?
- A. Radio Button
- B. Drop Down
- C. Check Box
- D. Custom Control
Answer: C
NEW QUESTION 66
The VP of Sales has asked you to hide the product margin from all Sales managers. Which admin section would you go to hide margin item Colum from the Sales manager user type?
- A. Workflow
- B. Quote Layout
- C. Quote Layout Permissions
- D. Cart Fields Administration
Answer: C
NEW QUESTION 67
What type of script can you apply to an Editable Field Group in Card Filed Administration?
- A. Custom Actions
- B. Product Event Scripts
- C. Custom Quote Calculations
- D. Global Scripts
Answer: C
NEW QUESTION 68
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?
- A. * 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 maximum value of *> CTX (Quote.Currentitem.CustomField(maximum Discount))*> - B. * Create two rules in Dicounts/Multipliers, one for product Type'' Accessory'' with a maximum 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) - C. * Create two rules in Discounts/multipliers, one for product Type ''Accessory'' with a maximum 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. - D. * Write a custom cart calculation script of Row Type ''Cartitem'' to reset the item discount to O 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 if the current user type is no manager and the discount is over 20.
Answer: C
NEW QUESTION 69
What are the calculation contexts for Cart Calculation scripts?
Note: There are 3 correct answers to this question.
- A. Productfamily
- B. CartTotal
- C. Cartitem
- D. QuoteitemCustomFields
Answer: A,B,C
NEW QUESTION 70
Which actions apply to quote tables?
Note: There are 3 correct answers to this questions.
- A. SQL queries are required to add a row or change cell content in a quote table.
- B. A quote table can be placed in any quote tab.
- C. Custom python logic can be added to run after end user adds a row to quote table.
- D. Content of quote tables cannot be accessed in document in generation templates.
- E. A quote table column can be set to be Visible for certain user types.
Answer: A,B,E
NEW QUESTION 71
What should you configure to allow a search in the Catalog based on Attributes values?
- A. Favorites
- B. Sequences
- C. Search Filters
- D. Guided Selling
Answer: D
NEW QUESTION 72
......
Latest 100% Passing Guarantee - Brilliant C-C4H420-13 Exam Questions PDF: https://ucertify.examprepaway.com/SAP/braindumps.C-C4H420-13.ete.file.html