Select the three true statements about search records. (Choose three.)
A.
The search key property initiates the building of the search page.
For &I = 1 To ActiveRowCount(Scroll.ORDER_DTL)End-for;
B.
The action mode is irrelevant to the appearance of the search page.
For &I = 1 To ActiveCount()End-for;
C.
The main purpose of the search page is to retrieve a value that the system can pass to the SQL
statement as the primary key in the WHERE clause.
For &I = 1 To Count(Row.ORDER_DTL)End-for;
D.
Unlike search keys, alternate search keys are not necessarily a part of level 0 on the pages in
the component.
For &I = 1 To CurrentRowNumber(Scroll.ORDER_DTL)End-for;
E.
After you select the search key on the search page, the page appears and the search key is
displayed at level one.
For &I = 1 To CurrentRowNumberEnd-for;
A.
The search key property initiates the building of the search page.
For &I = 1 To ActiveRowCount(Scroll.ORDER_DTL)End-for;
B.
The action mode is irrelevant to the appearance of the search page.
For &I = 1 To ActiveCount()End-for;
C.
The main purpose of the search page is to retrieve a value that the system can pass to the SQL
statement as the primary key in the WHERE clause.
For &I = 1 To Count(Row.ORDER_DTL)End-for;
D.
Unlike search keys, alternate search keys are not necessarily a part of level 0 on the pages in
the component.
For &I = 1 To CurrentRowNumber(Scroll.ORDER_DTL)End-for;
E.
After you select the search key on the search page, the page appears and the search key is
displayed at level one.
For &I = 1 To CurrentRowNumberEnd-for;
F.
For &I = 1 To FetchValue(Scroll.ORDER_DTL)End-for;
Explanation:
QUESTIONNO: 95
View the Exhibit.The Customer Orders page has a requirement that Order Status cannot be changed to Closed if
Fill Status is for any row in Order Details.
You write a FieldChange PeopleCode program that uses a loop to check the values of FillStatus.
Which statement would you use to create the loop?
May I know why there is only one answer provided in this question?