What is the highest level at which it could be placed?

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

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.