What is mandatory property of app.engine?
Answer / Swati
Temporary Records (TRs) and State Records (SRs) are used in the PeopleSoft Application Engine to manage data during processing. TRs are created for each row of data being processed, allowing you to manipulate the data and apply business rules as needed. Once the processing is complete, TRs are either saved to the database or discarded, depending on the requirements of your application. State Records, on the other hand, store information about the state of the transaction (such as user ID, transaction status, etc.), allowing you to track and control the flow of data through the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is application engine meta data?
what is difference between BEGIN-REPORT and BEGIN-PROGRAM?
What is an array in people code? What is maximum dimension of an array?
What will be the output of an application engine to use component variables instead of state record?
Order of Execution of Deferred processing?
1 Answers Kovaion Consulting, NTT Data,
Explain how to creating prompt table dynamically for the specified field?
Why is PeopleSoft no longer supporting Apache Jserv?
How to populate data into grid in online?
What are the options for using sql in people code?
Explain does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?
What is file layout definitions?
What is the purpose of the sqlexec function?