Accessing Data in the Application Flashcards
(22 cards)
Structures used to store reference data outside the application in a dedicated database table?
Data Tables
True or False: Data Tables can be updated without impacting cases.
True
When a Data Table “Derives From” another class structure this is commonly known as:
Inheritance
Given the option to create default Data Pages for a Data Table what will selecting that option produce?
A Data Page and a List Data Page
Bonus: The Data Page is for single items, the List is used for Drop Down controls and showing multiples.
The “Create Dedicated Database Table?” option does what exactly?
Creates a table within the database PRPC is installed on.
True or False: Data tables are usually populated using database tools.
False
Two things the Data Table Wizard does not create.
1) The “Derives From” class
2) The Records for the Data Table
Data Tables are used for:
Storing static lists that are used by applications.
pr_other is a Database table that does what?
Data Table instances if a dedicated table has not been created
A Data Page configured as a page structure can be used as a source for _____?
Embedded section
True or False: This is a valid data property name:
Employee.Name
False, a period is a reserved character in PRPC
What are the 4 Mouse Events in PRPC?
Click, Change, Hover, and Focus
Two elements required for defining dynamic user interface?
1) A source
2) Targets
If we want to make a layout visible only when the user has the checkbox checked where do we set the visible “when” condition?
On the layout
True or False: Connectors can query from a database directly using SQL
True
True or False: Connectors are web clients published by Pega to access only a PRPC service
False
What is the quickest way to generate connectors?
Use the connector wizard
True or False: PRPC connectors require the services to co-exist in the same server
False
True or False: SOAP, REST and SQL are some protocols that the connector can use
True
What are the 4 types of Data Models?
Single Value, Page, Page List, and Page Group
Connectors are used for what? (Best Practice)
Advanced SQL queries
PRPC services are for?
External systems that want to communicate with PRPC