Important Difference Between

What is the difference between DiscardRow() and StopFetching()?



A DiscardRow function in RowSelect PeopleCode causes the component processor to skip the current row of data and continue to process other rows.

A StopFetching statement causes the component processor to accept the current row of data and stop reading additional rows.

If  both statements are executed, the program skips the current row of data, then stops reading additional rows.


How is the difference between  SaveEdit and FieldEdit?

SaveEdit and FieldEdit are both used for validation, but each one is performed at a different time.
 SaveEdit is performed when the operator saves.
FieldEdit is performed when the operator changes a field. 
SaveEdit is also performed on every row of data, unlike FieldEdit that is only performed on one row of data. When an error is received in FieldEdit, the field is turned red, in SaveEdit fields are not turned red


What is the difference between Prompt table Edit and Prompt Table with no Edit?



Prompt Table Edit - Edits the contents of the field against the values maintained in the specified Prompt Table.
Prompt Table with no Edit - Provides users with a list of suggested values, but does not edit the contents of the field against the Prompt Table.  Users can enter any value.  


What are the differences among System Catalog tables, PeopleTools tables and Application tables?


System Catalog tables store the physical characteristics of tables, views, columns and indexes. PeopleTools tables store online application objects such as panels, records and menus. Application Data tables contain data that is created and updated by the user


What is the difference between the development view and upgrade view?

The Development view allows you to open and modify or create new object definitions while the Upgrade view only displays a list of object types with in a project to facilitate migration to another database



what is the   Difference between SQL views and Dynamic views?.

SQL views are buildable and Dynamic Views are not.
SQL Views are stored in DB but not Dynamic Views.



    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Phaniraavi@gmail.com