Free B2B-COMMERCE-DEVELOPER Exam Braindumps (page: 2)

Page 1 of 20

What are three ways to implement custom post Order processing? (3 answers)

  1. Use a Salesforce workflow rule that executes when an Order record is created.
  2. Extend cc_hk_invoiceto handle custom business logic post Order processing
  3. Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business logic.
  4. Modify or add custom Cart formula fields to handle logic.
  5. Use Process builder to implement business processes that execute when an Order record is created.

Answer(s): A,C,E



Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)

  1. ccrz.ccLog.log(System.LoggingLevel.ERROR, 'D:something', myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocation
  2. crz.ccLog.log(System.LoggingLevel.WARN, 'D:something', 'Something unexpected occurred: The data we were expecting for pl was not there,')
  3. crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrderList', myOrderList), where myOrderList is a list of orders
  4. crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrder', myOrder), where myOrder is an order object

Answer(s): A,B



Which method signature is used in the Global API's?

  1. Changes based on API and Method name
  2. ccrz.cc_Output (ccrz:cc_Input input)
  3. Map<String, Object>
  4. List<List<Object>>

Answer(s): C



What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?

  1. Override and extend the autoComplete method in cc_hk_Catalog.
  2. Override theautoComplete.search_input.minLength value in the CCRZ.uiProperties file
  3. Override the autocomplete template and create and register a new handlebars helper.
  4. Update the...minLength property in CC Admin, then build and activate a new cache.

Answer(s): B






Post your Comments and Discuss Salesforce B2B-COMMERCE-DEVELOPER exam with other Community members:

B2B-COMMERCE-DEVELOPER Discussions & Posts