nerdexam
IBM

C2090-420 · Question #15

A customer wants to implement a new search transaction (searchbyZipCode) at the controller component level. This is implemented by associating a finder class to this transaction. This finder class…

The correct answer is C. Register the transaction name searchByZipCode?in the CDBUSINESSTXTP table. D. Register the new transaction name searchByZipCode?within the tcrm_extension.properties files. See the full explanation below for the reasoning.

Question

A customer wants to implement a new search transaction (searchbyZipCode) at the controller component level. This is implemented by associating a finder class to this transaction. This finder class contains the business logic to search for all party details that match the zip code supplied in the input request by a direct SQL statement call. What are two steps necessary to implement this customization?(Choose two.)

Options

  • AAssign a name for this transaction, e.g, searchByZipCode--modify the OOTB request XML to
  • BEnsure that the MDM extension framework is disabled (enabled=false).
  • CRegister the transaction name searchByZipCode?in the CDBUSINESSTXTP table.
  • DRegister the new transaction name searchByZipCode?within the tcrm_extension.properties files.

How the community answered

(56 responses)
  • A
    14% (8)
  • B
    9% (5)
  • C
    77% (43)

Community Discussion

No community discussion yet for this question.

Full C2090-420 Practice