Multiple choice technology platforms and products

  1. The Application Engine (AE) state record

  1. a. Passes values from one Action to another

  2. b. Stores AE source code

  3. c. Stores application data

  4. d. Passes values to the PeopleSoft Process Scheduler

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

The Application Engine state record is a dedicated record that passes values between consecutive Actions within an AE program. It maintains state across the program execution, similar to how variables persist between steps. It does not store source code or application data - those are in other tables.