Which statement would you use to create the loop?

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?

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?

A.
For &I = 1 To ActiveRowCount(Scroll.ORDER_DTL)End-for;

B.
For &I = 1 To ActiveCount()End-for;

C.
For &I = 1 To Count(Row.ORDER_DTL)End-for;

D.
For &I = 1 To CurrentRowNumber(Scroll.ORDER_DTL)End-for;

E.
For &I = 1 To CurrentRowNumberEnd-for;

F.
For &I = 1 To FetchValue(Scroll.ORDER_DTL)End-for;



Leave a Reply 0

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