Exit 1Z0-242 PeopleSoft Application Developer II: Application Engine & Integration
Question 1 of 5
0% complete
Q1 Single choice

View the Exhibit.

This PeopleCode program disables the CHARGE_BACK field:

Local Row &Row;
&Row = GetRow();
&Row.PSU_TASK_EFFORT.CHARGE_BACK.Enabled = False;

For this program to work as shown, what is the highest level at which it could be placed?

  • A

    PSU_TASK_TBL (Table)

  • B

    PSU_TASK_RSRC (Table)

  • C

    PSU_TASK_EFFORT (Table)

  • D

    CHARGE_BACK (Record Field)

  • E

    PSU_TASK_RESOURCES (Component)

  • F

    PSU_TASK_TBL (Table) - Search Record

Previous Next