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
You want to migrate database from one database to another. How would you do that?
What will be the output of an application engine to use component variables instead of state record?
What is difference between saveprechange and savepostchange?
Explain the numbers of sub pages and secondary pages that can be created in one level?
What is sql definitions?
Does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?
What is auto update?
What are benefits and draw backs of sqlexec function?
What environments supported by people tools tool set?
What is process scheduler information?
Situation: you want to create a prompt table dynamically for a specified field. How would you do that?
When we select a component what events will be fired?
Differentiate field edit and save edit?
What are the differed processing advantages?
What is record group? Which records can be included into a record group?