Multiple choice technology platforms and products

What are the Different ways to pass data between the steps?

  1. State records

  2. Component/Global People code variables

  3. Temporary records

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Data between steps in a PeopleSoft Application Engine program can be passed using multiple mechanisms: State records (to persist values across executions), temporary records (for intermediate storage within a program run), and Component/Global PeopleCode variables (for sharing data in the same session). All three methods are valid depending on the use case.