Explain the difference between Translate & Prompt tables.
What are the occasions when to use Translate values instead
of Prompt table? What is the advantage of one over the other?
Answer Posted / gg
The Translate table option houses strings of length < 5.
The translate table values are readily available reducing
the trip to db everytime .
The transalte table values are faster in performance.
The translate table option is used when # of options is less
The Prompt Table values houses strings of any lenght < 255.
The prompt table values can also bring other related
information to the page.
The prompt table values are fetched by making a trip to DB
everytime.
The prompt table values are useful for multi-lingual setup.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?
Is there any way by which you can find out whether the user is in add mode or update mode?
Which http servers and java servlet engine combinations are supported with peopletools 8.4?
What is user profile & security?
How the output of a sql query be stored in a variable using peoplecode?
Can you please explain the difference between temporary table and sql view in peoplesoft?
Explain what is html & image meta data?
When we select a component what events will be fired?
What environments supported by people tools tool set?
Explain what is message catalog?
Situation: you want to migrate database from one database to another. How would you do that?
For the servlet layer on the web server, what version of the Java Servlet API are the PIA Java Servlets coded to with PeopleTools 8.4?
Differentiate field edit and save edit?
What is difference between getrowset and createrowset in people code?
Situation: you want to use web application server with peopletools 8.1x and peopletools 8.4. How would you do that?