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 / write2gg
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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is an array in people code?
What is record group?
What is differed processing?
Which http servers and java servelet engine combinations are supported with people tools?
Explain how to taken care performance management in people tools?
How the output of a sql query be stored in a variable using peoplecode?
What is mandatory property of app.engine?
How to taken care performance management in people tools?
What are the rules used by the system to determine whether a user is authorized to update an object?
Tell me how many sub pages, secondary pages can be created in one level?
Explain what is message catalog?
How should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4?
Explain the use of set control field in record field properties?
What are table edits?
Situation: you want to connect report through process scheduler. How would you do that?