Data in component buffer could be referenced by
-
Contextual reference relative to the current peoplecode
-
Scroll path syntax
-
Both
-
None
In PeopleSoft, data in component buffer can be referenced using both contextual references relative to the current PeopleCode and scroll path syntax. Contextual references use implicit relationships, while scroll path syntax explicitly navigates the buffer hierarchy.
Data held in a component buffer (e.g., in PeopleSoft PeopleCode) can be accessed both through a contextual reference relative to the currently executing PeopleCode (implicit row/record context) and through explicit scroll path syntax that names the record and scroll level. Since both techniques are valid ways to reach the same buffered data, 'Both' is the correct answer rather than treating them as mutually exclusive.