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?

Answers were Sorted based on User's Feedback



Explain the difference between Translate & Prompt tables. What are the occasions when to use Tr..

Answer / ashish rawat

Translate tables are used as a list box item. You will use
translate table when you have less option to display like
in gender (male/female). But if you have many options like
selecting country in this case you have to use prompt table.

Is This Answer Correct ?    17 Yes 1 No

Explain the difference between Translate & Prompt tables. What are the occasions when to use Tr..

Answer / mukundhan

Translate Tables :

Translate values have to be added through the App Designer
Translate tables have a max lenght of 4 char for each
element.
There can be only 30 entries in a translate table.
These values are stored on a people tools table called
XLATTABLE.

Prompt Table :

Prompt table values may be modified when users add data to
the system.
Prompt table elements have no such limitation.
Prompt table can have any number of entries.
Is used to provide users with validate values from other
tables. Prompt table with edit prompt table with no edit.

Is This Answer Correct ?    8 Yes 0 No

Explain the difference between Translate & Prompt tables. What are the occasions when to use Tr..

Answer / 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

Explain the difference between Translate & Prompt tables. What are the occasions when to use Tr..

Answer / 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

Explain the difference between Translate & Prompt tables. What are the occasions when to use Tr..

Answer / swapnil

Another difference to be noted is that the Translate Values
are loaded into buffer each time the dropdown is clicked(in
other words each time they are initiated).

Prompt Values are not loaded into buffer directly, instead
in inbuilt query fires which populates data from the DB
tables.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More PeopleSoft Tools Interview Questions

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

0 Answers  


Which function directly interacts with the database?

0 Answers  


What is html & image meta data?

0 Answers  


What are the People Tools available for Integration Broker?

2 Answers   HCL,


How to store related field data into database?

0 Answers  






Does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?

0 Answers  


Tell me the benefits of set control field in record field properties?

0 Answers  


Does peopletools 8.4 support web server load balancing?

0 Answers  


What is default processing?

0 Answers  


What is menu meta data?

0 Answers  


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

0 Answers  


Why is PeopleSoft no longer supporting Apache Jserv?

2 Answers  


Categories
  • PeopleSoft HRMS Interview Questions PeopleSoft HRMS (83)
  • PeopleSoft Financials Interview Questions PeopleSoft Financials (27)
  • PeopleSoft Administration Interview Questions PeopleSoft Administration (181)
  • PeopleSoft Tools Interview Questions PeopleSoft Tools (176)
  • PeopleSoft Interfaces Interview Questions PeopleSoft Interfaces (58)
  • Internet EBusiness Interview Questions Internet EBusiness (19)
  • PeopleSoft Implementation Interview Questions PeopleSoft Implementation (142)
  • PeopleSoft General Interview Questions PeopleSoft General (385)
  • PeopleSoft AllOther Interview Questions PeopleSoft AllOther (60)