Previous Topic: When to Use Automatic ScrollingNext Topic: Line Item Actions


When to Use Logic for Scrolling

Consider a procedure step that displays a list of employees in alphabetical order starting with a particular employee name. The number of occurrences to be returned is indeterminate; depending on the starting employee name and the size of the organization, the number of occurrences satisfying the selection criteria might range anywhere from zero to tens of thousands. In such cases, explicit scrolling logic yields a more efficient and effective design.

More information:

Designing the Procedure Logic