What is the difference between %Select and %SelectInit in
Application Engine Peoplecode.
Answer Posted / danalaxmy
Both %Select and %SelectInit are similar in the way that
they are used to update the state record fields (specified).
But the only difference is that when we use %Select and no
row is returned by the following Select statement, the
fields retain the previous values whereas when we use
%SelectInit and no row is returned by the Select, the fields
get initialised.
| Is This Answer Correct ? | 39 Yes | 1 No |
Post New Answer View All Answers
Will the PeopleSoft Internet Architecture, now that it embeds BEA WebLogic and IBM WebSphere, work with my other corporate web servers and tools?
What is mandatory property of app.engine?
Which peopletool is used to input peoplecode?
Which http servers and java servlet engine combinations are supported with peopletools 8.4?
What is an array in people code?
Tell me how many sub pages, secondary pages can be created in one level?
How to give access to the records that are to be used in a query?
Does peopletools 8.4 support web server load balancing?
Explain what is workflow?
What conditions are required to establish parent child relationship between two records?
What is component meta data?
What are think time functions?
Explain the application package?
Explain how the output of a sql query be stored in a variable using peoplecode?
How to creating prompt table dynamically for the specified field?