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


Please Help Members By Posting Answers For Below Questions

What is the purpose of the sqlexec function? What are its benefits and draw backs?

660


Explain the difference between temporary table and sql view in peoplesoft?

707


What is auto update?

701


What is getlevel0()?

770


What are the benefits of set control field in record field properties?

688


Explain what is html & image meta data?

701


What is the use of primary permission list in user profile?

638


Explain what is menu meta data?

665


How can you improve the security and usability of a prompt table edit?

682


What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4?

3315


What is maximum dimension of an array?

699


What are the differed processing advantages?

718


What is difference between field default and row init?

942


What types of audits are supported by people soft? In case of record level audit what is the structure of table?

742


How the output of a sql query be stored in a variable using peoplecode?

706