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?
