PEGA PRPC REALTIME TASK - 3
Problem:
Solution:
pyForEachCount
Explanation:
The standard parameter pyForEachCount holds the index value of the current iteration. Note that if the iteration is a For loop, the increment may be a value other than 1.
Problem:
When processing a For loop or iterating over a Value List or Page List, which standard parameter would you inspect to get the value of the current iteration?
Solution:
pyForEachCount
Explanation:
The standard parameter pyForEachCount holds the index value of the current iteration. Note that if the iteration is a For loop, the increment may be a value other than 1.