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
What are different variables in people code and their scope?
Situation: you want to use web application server with peopletools 8.1x and peopletools 8.4. How would you do that?
Explain what is menu meta data?
When we select a component what events will be fired?
Explain what is project meta data?
Tell me how to store related field data into database?
In which events error & warning are used most extensively?
Which records can be included into a record group?
Situation: you want to connect report through process scheduler. How would you do that?
What is application engine meta data?
How should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4?
Which http servers and java servelet engine combinations are supported with people tools?
Can a PeopleTools 8.4 and a PeopleTools 8.1x application server run on the same machine?
Tell me how many sub pages, secondary pages can you create in one level?
What is xlat - translate values?