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
How does the PeopleSoft Enterprise Portal workwith 8.1x and 8.4 applications?
You want to use web application server with peopletools 8.1x and peopletools 8.4. How would you do that?
What is portal (structure and content)?
Does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?
Explain the application package?
Explain what is message catalog?
How is the searchinit event most often used by people soft application?
How to give access to the records that are to be used in a query?
Where do you write the peoplecode?
Explain how many sub pages, secondary pages can be created in one level?
What is sql definitions?
What is the use of set control field in record field properties?
Can you hide a primary page in a component? Reason?
Explain what are query tables?
What is difference between getrowset and createrowset in people code?