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 the difference between temporary table and sql view in peoplesoft?
What is differed processing and its advantages?
Can a PeopleTools 8.4 and a PeopleTools 8.1x application server run on the same machine?
What is record meta data?
Explain the use of set control field in record field properties?
Explain what is user profile & security?
Is WebSphere certified on PeopleTools 8.1x?
Explain tree manager?
What are the benefits of set control field in record field properties?
What is an array in people code?
How to give access to the records that are to be used in a query?
What is page meta data?
Tell me the benefits of set control field in record field properties?
How does peoplesoft use views? Which are online functions?
Differentiate field edit and save edit?