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 are the field values for tools tables?
What is difference between saveprechange and savepostchange?
Differentiate field edit and save edit?
Explain does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?
Explain what is menu meta data?
How many sub pages, secondary pages can you create in one level?
Explain what is sql definitions?
What is tree manager?
How to creating prompt table dynamically for the specified field?
What is an array in people code? What is maximum dimension of an array?
What is getlevel0()?
How to bring advanced search page before normal search page?
How to populate data into grid in online?
What environments supported by people tools tool set?
Tell me the benefits of set control field in record field properties?