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
Is there any way by which you can find out whether the user is in add mode or update mode?
What is auto update?
What is mandatory property of app.engine?
Which effective dated rows can be retrieved in update/display mode, update/display all and correction mode?
Explain what is security information?
Can you save the component programmatically?
What is an array in people code?
Why do peoplesoft often use views as search records?
Explain tree manager?
How to bring advanced search page before normal search page?
What is difference between saveprechange and savepostchange?
What environments supported by people tools tool set?
What is the difference between component buffer and data buffer?
What types of audits are supported by people soft?
Tell me the use of temporary records and state record in application engine?