1.
You click a content reference to access a component. You should see a search page, but instead the
component is displayed immediately with a row of data from the table. Select the option that best describes
this issue.
2.
You add the STREET2 field to the existing PS_ADDRESS_SBR subrecord. What do you do next?
3.
Examine this PeopleCode snippet:
If All(START_DT, END_DT) Then

Which option is true?
4.
Which PeopleCode event is used to populate a field only if the field is empty?
5.
Match each description with a PeopleCode data buffer access object.
6.
What is the maximum number of duplicate levels that you can place on a page?
7.
Choose the four statements that are true about PSXLATITEM and its values. (Choose four.)
8.
Select the correct order for the process flow for implementing tableset sharing.
1) Create logical Set IDs.
2) Map set control values in the Tableset Control.
3) Run the Alter tables process.
4) Create or modify record groups.
5) Add the SETID field to the control table record definition.
6) Modify transaction table and control table page definitions.
7) Add the BUSINESS_UNIT field to the transaction table record definition.
8) Define the Set Control Field.
9.
Which definition potentially has the most far-reaching consequences if it is modified?
10.
Within the component processor flow, field action processing is initiated when _____.