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 |
How does the PeopleSoft Enterprise Portal workwith 8.1x and 8.4 applications?
What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4?
what is dynamic view?
Explain how many sub pages, secondary pages can be created in one level?
Which peopletool is used to input peoplecode?
What is file layout definitions?
Explain the use of set control field in record field properties?
Does peoplesoft support the web servers that bea weblogic and ibm websphere can plug into? How?
What conditions are required to establish parent child relationship between two records?
What is the use of temporary records and state record in application engine?
How many sub pages, secondary pages can be created in one level?
Explain what is peoplecode meta data?