User Interface Flashcards
User Interface: Customizing UI - What is the purpose of a user interface?
Present user information
User Interface: Customizing UI - What is definition of responsive behavior?
Application responds to screen size
using shrink and stack rule
User Interface: Customizing UI - What is a section rule?
Rule that defines UI behavior
References Layouts and components
User Interface: Customizing UI - What is a break point?
Rule to define responsive behavior if interface
User Interface: Customizing UI - What is the purpose of a design template?
Apply consistent structure and form to UI
User Interface: Customizing UI - What is referenced by a section rule?
Layout and
Controls
User Interface: Customizing UI - What are the different types of layouts available
Column Free Form Dynamic Repeating Smart
User Interface: Customizing UI - What are the primary guidelines for UI design?
Intent Driven - only show relevant info
Model Driven - align to case life cycle, and flexibility to adapt
Keep Simple - not too many options
Common labels - consistent labels, locations, and icons
User Interface: Customizing UI - Where do you create a section rule?
App Studio - Case Life Cycle Designer - configure UI
Dev Studio - Create UI rule under case type
User Interface: Customizing UI - What is the purpose of layouts?
Position fields in interface using a design template
User Interface: Customizing UI - What is the purpose of a dynamic layout?
Adjust layout to screen size
User Interface: Customizing UI - What is the purpose of a repeating layout?
Support repeating structures: Tables, Page Lists and Groups
User Interface: Customizing UI - How do responsive layouts support responsive behavior?
Use of breakpoints
User Interface: Customizing UI - What are the types of dynamic layouts?
Inline Inline Grid Stacked Double Inline Triple Grid
User Interface: Customizing UI - What is meant by the terms inline, grid, and stacked when it comes layouts?
Inline = displays in rows Grid = Info grouped together Stacked = displays in columns
User Interface: Customizing UI - What are the various types of repeating dynamic layouts in Pega?
Grid Tree Tree Grid Repeating Dynamic Column Repeat Tabbed Repeat
User Interface: Customizing UI - How do controls related to section rules and formats?
Added to section rule
Map to data elements
Reference a Format
User Interface: Customizing UI - What are the types of columns in a responsive table and how do they adapt to screen size?
Primary - Unique
Secondary
Other - removed if screen size gets too small
User Interface: Dynamic Content - What is the purpose of dynamic content?
Hide portions of UI until needed
User Interface: Dynamic Content - What is the difference between responsive and dynamic layout?
Responsive - adapt layout to screen size
Dynamic - hide portions of UI until needed
User Interface: Dynamic Content - What are the benefits of Dynamic Content?
Real time responsive
Reduces clutter
reduce screen refreshes
User Interface: Dynamic Content - What is the event model for Dynamic Content?
Cause and effect model - UI changes based on an event
User Interface: Dynamic Content - What are the types of events that can drive Dynamic Content?
User Driven event
property based event
User Interface: Dynamic Content - What are the parts of the Dynamic Content Event Model?
Event
Condition
Action
User Interface: Dynamic Content - What are action sets as it relates to dynamic content?
Set of actions that can be executed to update UI based on events. Many to many relationship between actions and events
User Interface: Dynamic Content - What part of the UI can be controlled as dynamic content?
Layout, Section, Control
User Interface: Dynamic Content - What settings can be controlled as part of dynamic content?
visibility
edit mode
required
User Interface: Dynamic Content - When setting the visibility of a control for dynamic layout, what are the options for visibility?
Always
Condition
If not blank
If not zero
User Interface: Dynamic Content - Where do you configure dynamic content settings?
Cell property of layout, section, or control
User Interface: Styling Application- What are the three features used to style Pega applications?
Skins
Formats
Mixins
User Interface: Styling Application- Where do you configure the application skin?
Dev Studio>Applicaiton>Skin
User Interface: Styling Application- What is the purpose of skins?
Make applications look the same
User Interface: Styling Application- What is the definition of a skin?
Rule that defines responsive behavior, visual style, and format of an application
User Interface: Styling Application- Where can skins be applied in Pega?
Application
Portal
View Modes (Mobile, Tablet, Desktop)
User Interface: Styling Application- How do skins, layouts, controls, formats, and mixins work together to style application?
Skin > Layouts > Controls >Format>Mixin
User Interface: Styling Application- When should you use inheritance for skins?
When ever possible
User Interface: Styling Application- What is the purpose of a mixin?
Reusable style attributes for layouts, and controls
Can inherit from other skins
User Interface: Styling Application- Where do you configure mixins?
Dev Studio>Application>Skin>Mixins
User Interface: Styling Application- What is the purpose of formats?
Define style of specific type of UI element like control
User Interface: Styling Application- What types of UI elements use formats?
Modal windows errors Layouts Controls Reports
User Interface: What is relationship between section and UI?
Section rule configures content of UI
Use Case: Activity name is primary column, activity selection is secondary column, thumbnail of activity is other column. What steps do you use to configure dynamic table?
Set activity name to primary, selection to secondary, and thumbnail to other
Choose two ways to add a table to a view
1) Add table column properties in App Studio
2) Add field group list in view in Apps studio
3) Add a table to a section view in Dev Studio
4) Embed the table in the section used by the view
2) Add field group list in view in apps studio
3) Add a table to a section view in Dev Studio
When do you use visibility controls for Dynamic Content?
to show or hide fields based on user input
What is first consideration when configuring dynamic content in UI?
What fields need to be visible or disabled before using on section, layout, or control
What is first consideration when preparing a dynamic UI action set?
What controls will generate action event
Which event will control action
How do you configure an action set to occur when a control is in read only mode?
Configure action set to be processed if control if control is in read only mode
How would you configure an action set on a button to clear user selections and then review previous actions on the case?
First configure click event to trigger refresh action
Second: add view history action on same event
How would you configure a pay pal link to display only when as user selects pay pal as payment method?
Configure when rule or expression on pay pal link control
Which of the following two sets represent action sets (event>action) in pega platform
1) Double click -> scan bar code - correct
2) Tab key > Add new work - correct
3) Open Mobile app> Focus – opening app is not an event
4) Run data transform> Enter – run data transform is an action not an event
1) Double click -> scan bar code - correct
2) Tab key > Add new work - correct
A___________defines the look and feel of an application
(1) Control
(2) Mixin
(3) Skin
(4) Format
Skin
Which two of the following options are benefits of using skin inheritance
(1) Child skins only need to customize in the parent
(2) Standard styles created in parent are easier to maintain
(3) Child skins can reuse mixins and formats for other child skins with same parent
(4) In order to maintain consistency, child skins cannot modify the mixins from the parent skin
(1) Child skins only need to customize in the parent
(2) Standard styles created in parent are easier to maintain
You want to create a reusable font style for buttons and links. You would use a__________
(1) Control
(2) Mixin
(3) Format
(4) Overlay
Mixin
Which options represent relationship between mixins, controls and formats
(1) A control specifies a format which uses a mixin
(2) A mixin specifies a control which defines a format
(3) A format uses a mixin that defines the control
(4) A control specifies a mixin which defines a format
(1) A control specifies a format which uses a mixin - CFM