what is dynamic view?
Answers were Sorted based on User's Feedback
Answer / kiran
Dynamic view that can be used like a view in pages and
PeopleCode, but is not actually stored as a SQL view in the
database. Instead, the system uses the view text as a base
for the SQL Select that is performed at runtime. Dynamic
views can provide superior performance in some situations,
such as search records and in PeopleCode Selects, because
they are optimized more efficiently than normal SQL views.
Is This Answer Correct ? | 24 Yes | 2 No |
Answer / krishna
Dynamic View is similar to SQL View but we can not build
the dynamic view. When we dont want store the data base
then us dynamic view.
Is This Answer Correct ? | 19 Yes | 9 No |
Answer / venkat
BY USING DYNAMIC VIEW WE CAN CHANGE OUR SQL QUERY
DYNAMICALLY AT RUNTIME BY USING SQLTEXT PROPERTY.SO WE CAN
GET DYNAMIC RESULTS ACCORDING TO OUR REQUIREMENT.
BUT IN SQL VIEW WE CAN NOT CHANGE THE SQL QUERY ONCE SAVED.
SO WE CAN GET STATIC RESULTS WHEN USING SQL VIEWS.
Is This Answer Correct ? | 12 Yes | 2 No |
What are the People Tools available for Integration Broker?
Tell me how many sub pages, secondary pages can you create in one level?
How to populate data into grid in online?
Explain what is process scheduler information?
Which records can be included into a record group?
How does peoplesoft use views? Which are online functions?
Which http servers and java servlet engine combinations are supported with peopletools 8.4?
Explain what is html & image meta data?
How is the searchinit event most often used by people soft application?
What is the difference between %Select and %SelectInit in Application Engine Peoplecode.
What conditions are required to establish parent child relationship between two records?
You want to create a prompt table dynamically for a specified field. How would you do that?