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 should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4?
How to populate data into grid in online?
What are the rules used by the system to determine whether a user is authorized to update an object?
How to give access to the records that are to be used in a query?
Explain how to taken care performance management in people tools?
Explain what is file layout definitions?
What is difference between field default and row init?
What is an array in people code?
How should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4?
How does peoplesoft use views? Which are online functions?
Situation: you want to connect report through process scheduler. How would you do that?
In case of record level audit what is the structure of table?
What is html & image meta data?
Explain what is security information?
Explain what is project meta data?