PEGACUIS71V1 pegasystems

Size: px
Start display at page:

Download "PEGACUIS71V1 pegasystems"

Transcription

1 PEGACUIS71V1 pegasystems Number: PEGACUIS71V1 Passing Score: 800 Time Limit: 120 min

2 Exam A QUESTION 1 Which of the following rule types does the Localization wizard translate? (Choose Two) A. Field Value B. Message C. Paragraph D. Correspondence E. Formatted plain text in the cell of a section Correct Answer: AB /Reference: A: The localization process overrides text in user-visible field value rules that appear in application elements such as user forms and portal displays. B: For the message rule type localization is needed only for Rule-Message rules presented to users, such as through the Page-Set-Messages method in an activity, or a validation rule. Note: Use the Localization wizard to make an application available in one or more additional languages. The localization process overrides text in user-visible field value rules that appear in application elements such as user forms and portal displays. References: QUESTION 2 The localization wizard is used to create a Spanish user interface of a Pega 7 application that was originally built in English. How would Spanish operators typically be designated to use this new User Interface? (Choose One) A. Based on an attribute read in from an LDAP directory B. With a setting in their corresponding operator instance C. Based on the Access Group they belong to D. Based on the language settings of their browser

3 Correct Answer: C /Reference: When the translated package is ready for import, unlock it and set it as the highest version in the import user's access group. Import the package. Test the translations using access groups that are limited to the translated package. References: QUESTION 3 Inline, Inline grid double, Inline grid triple are saved in the system as. (Choose One) A. Controls B. Layout types C. Formats D. Mixins Correct Answer: C /Reference: The application skin provides a set of style formats for dynamic layouts. These style formats use one of two basic layout types: Inline-grid - allows you to set the number of fields (or other items) that appear on the row of the dynamic layout. Inline - allows you to add fields (or other items) in a row that flows "inline" like the words in a sentence. You can choose from four style formats (plus a default format), derived from the two layout types, and you can add custom formats (for example, up to 6 columns in a grid): Default, Stacked, Inline Inline grid double, Inline grid triple References: QUESTION 4 Which of the following is NOT a recommended guideline when building a mobile application? (Choose One)

4 A. Use Grids instead of repeating Dynamic Layouts B. Always set the data type on cells C. Set widths in percent (%) D. Source controls from data pages Correct Answer: B /Reference: Incorrect Answers: A: Responsive Web design means that the application adapts the layout to the screen size and orientation. This is accomplished by using fluid, proportion-based grids and CSS3 media queries that allow the page to use different CSS style rules based on device characteristics. D: Data pages should always be used as a data source regardless of whether you are developing a mobile application or not. Reference: QUESTION 5 A link can be presented in three different formats: , phone and URL. What effect does this setting have? (Choose One) A. It displays an icon related to the type next to the link B. It opens the appropriate application when the link is clicked

5 C. The rendering of the link depends on the native capabilities of the device D. It formats the information displayed in the link Correct Answer: B /Reference: QUESTION 6 Newer layouts are responsive when accessed in mobile devices, which approach should be used to implement responsiveness? (Choose One) A. Use circumstancing to create variations of the layouts B. Use a response breakpoint configuration in the skin rule based on pixel size C. Use a when rule such as IsMobile, IsTablet to control what is visually presented D. Use a when rule to alter the size based on pixel size Correct Answer: B /Reference: Responsive layout groups and grids The Responsive UI was introduced in Version 7.1, and has now been enhanced in two areas, to create an entirely responsive UI. PRPC introduces the Layout Group control, which can render its contents as tabs, accordions, or as a menu. The rendering choice is driven through the presentation layout (the skin), which presents the information responsively: a tab at a certain breakpoint can turn into an accordion or a dropdown-style menu, depending upon what format would be most appropriate for the device/screen size being used. The grid functionality has been enhanced, so that grids may be displayed on a tablet or a phone without the need for horizontal scrolling, offering the optimum experience on a mobile device. A PRPC Grid Layout now supports responsive breakpoints in the skin definition in which columns can drop off or be consolidated according to screen size. References: QUESTION 7 Utilizing the standard when rules pyismobile and pyistablet is common when configuring a(n) user interface. (Choose One)

6 A. active B. responsive C. adaptive D. dynamic Correct Answer: D /Reference: References: QUESTION 8 There is a requirement to display red colored text for the labels of mandatory fields in section shown below. Which of the following options are valid choices to implement this behavior? (Choose One) A. Create a new format for the label control in the skin rule and reference it in the section B. Create a custom style for the skin rule and reference it in the Read-Write cell of the label C. Configure the label cell using the inline style editor D. Embed a custom CSS in the harness rule and reference it in the Read-Write cell of the label Correct Answer: B

7 /Reference: There are many ways that you can use the Skin rule to modify the appearance of your application user interface. The Skin rule is designed to enable reuse and cascading change throughout your application Skin. References: QUESTION 9 You want to ensure that the martial status property is set to one of three values: Married, Single, or Divorced. Which method should you use to accomplish this? (Choose One) A. Add them in table values on the property definition B. Create a new validate rule to test on those values using if conditions C. Reference a new Edit Input rule on the property definition D. Use an Edit Validate on the property definition to validate against these values Correct Answer: B /Reference: Object validation uses the Obj-Validate method to call a validation rule (Rule-Obj-Validate rule type) to test a set of property values. Object validation is optional and occurs only when explicitly designed into your application. References: QUESTION 10 can be used for restricting the length of a text field. (Choose One) A. Edit validate, a setting on the property rule form, or pxtextinput control rule B. pxtextinput Control rule

8 C. Edit validate rule D. A setting on the Property rule form Correct Answer: A /Reference: Validate rules (Rule-Obj-Validate rule type) help a user enter valid property values into an HTML form or to validate data received from another source. A validate rule can test input values against edits defined in edit validate rules for properties. When a property value does not pass the tests, Process Commander adds one or more messages to the clipboard page containing these values, marking the page as invalid. A cell in a layout can present the value of a property, as display-only or as an input field. Follow these instructions to control the presentation of a property value in a Text Input control. The Text Input control uses the auto-generated control rule pxtextinput. Its look and behavior are governed by the rule form's Control tab. References: QUESTION 11 You want to restrict the quantity field to accept only numeric characters. What is the best validation mechanism that you can choose in this scenario? (Choose One) A. Use Integer as the Property Type B. Invoke a validate rule in the flow action C. Use an Edit validate rule D. Use pxnumber as the control Correct Answer: A /Reference: QUESTION 12 Where would you configure the error message shown in the screenshot? (Choose One)

9 A. Using the skin rule to configure the error icon B. By adding a custom section to show the error message C. Configure the display field level error field in perform harness D. In the workform section Correct Answer: C /Reference: The Display Options tab on the harness rule form allows you to change the way your application displays form-level error and field-level error messages. References: QUESTION 13 You have a requirement that the system must convert text entered by a user to all UPPERCASE before it is saved. Which method should you use to accomplish this? (Choose One) A. Invoke a data transform which invokes a function to change the text to UPPERCASE when the value changes B. Use a validate rule on the field to enforce users to enter the text in UPPERCASE C. Create an action set which invokes a function to change to the text to UPPERCASE when the value changes D. Use an Edit Input rule on the field so that the text (value) is transformed to UPPERCASE on save

10 Correct Answer: D /Reference: An edit input rule can convert all characters to lower or uppercase, delete certain characters, or truncate the input to a maximum length. Note: When users submit an HTML form, data is transmitted to the Web server in normal HTTP format and is then stored by Process Commander on a user's clipboard, using the property name from the HTML form. Text box example For example, the source HTML for a text box can look like: <INPUT TYPE=TEXT NAME=myPage.myPropertyName SIZE=30 > In this example, a user views a text box, enters data into it, and clicks a submit button. This action conveys the data that this user entered to mypage in the clipboard. The value the user entered becomes associated with mypropertyname. To cause the system to convert user-entered data to data that the system can interpret, reference an edit input rule in the property rule. When a user submits the form, the system converts the data value associated with that property as instructed by the Java in the edit input rule. The system places only the converted value on a user's clipboard. For example, an edit input rule can convert all characters to lower or uppercase, delete certain characters, or truncate the input to a maximum length. References: QUESTION 14 Which of the following is a declarative rule, that is automatically referenced by the system? (Choose One) A. Edit Input B. Edit Validate C. Constraints D. Validate rule Correct Answer: C /Reference: Declarative rules Four types of declarative rules belong to the Decision category. Constraints Constraints rules provide data validation for properties after they are already inside your application. Any time the specified property changes, the constraints rule checks to confirm that the value still falls within the expected range. Declare Expression

11 Declare OnChange Declare Trigger References: QUESTION 15 The screenshot shows an example of a tree grid. Of the choices below, which configuration would result in setting a different background color on the active rows? (Choose One) A. Create two rows in the grid layout (one for active and one for inactive) and then use visibility conditions to present the rows at runtime B. Create two mixins (one for active and one for inactive) and then reference the rows in the grid layout C. Create an inline style on the row to use a condition that fires client side D. Modify the active and inactive rows for the format used on the grids in the skin rule Correct Answer: B /Reference: A mixin is a reusable style pattern that you define in the skin. Mixins enable you to create incremental styling changes which provide a natural cascading of styles.

12 Mixins can define a reusable text, border, or background style or any combination of text, border, and background styles. Using mixins helps ensure consistency across your user interface, maximize re-use, and minimize future maintenance Incorrect Answers: A: We do not want to hide rows. C: As a best practice you should not use inline styles at all. Pega 7 provides flexible tools for styling and branding that simplify creating and maintaining your application's look. References: QUESTION 16 The skin used when rendering an application can be referenced in all of the following records, EXCEPT: (Choose One) A. Access group B. Portal C. Operator Preferences D. Application Correct Answer: A /Reference: The Pega 7 Platform default skin selection behavior is as follows: Use the skin that is set in the operator preferences. Use the skin that is set on the portal record. The portal is specified in the operator Access Group. This skin can be either a Designer Studio skin or an end-user portal skin. Use the application skin. References: QUESTION 17 In a purchase order application, the product selection form should provide the list of all products from which a user should select. The field should display the

13 product name, however on selection, the system should store the Product ID as its value. Of the following UI control, which is best suited for this functionality? (Choose One) A. PromptSelect control B. Dropdown control C. DynamicSelect control D. AutoComplete control Correct Answer: B /Reference: QUESTION 18 The submit button appearing on the user form has to be changed to display a different label such as Proceed to Next Step. What is the best way to accomplish this? (Choose One) A. Add a button in a section rule, name the button as Proceed to Next Step and include that section in the connector flow action rule that is connected to that assignment shape B. Modify the skin rule to rename the button in the button area element C. Rename the label of the submit button in the flow action rule D. Add a button in the harness rule with Proceed to Next Step as its label Correct Answer: C /Reference: QUESTION 19 Given these mockups, how would you design them? (Choose one.)

14 A. Use grids for both; for the first use expand mode to reference a flow action to display the order information and for the second use show details option to show the details in a flow action. B. Use grids for both; for the first use the expand mode to reference a flow action and for the second use embed mode to reference a flow action to present the details in a flow action.

15 C. Use a grid for the second one; Use repeating dynamic layout for the first one since a grid cannot embed another grid. D. Use repeating dynamic layouts for both since they have additional information for each row of a grid which is not possible in a grid. Correct Answer: A /Reference: Using PRPC 6.3 [or later], you can display the details of one or more grid rows in an expanded pane. You can configure the expanded pane to display when an event occurs on a row or when the user interacts with an actionable control, such as an icon or link, placed anywhere in the row. References: QUESTION 20 Data pages that return a list of results can be presented either in a repeating dynamic layout or as a grid. Of the following scenarios, which one requires you to use a grid? (Choose One) A. When the data page gets results from a report definition because the results are easier to present in a tabular format. B. When the data page refreshes on each interaction since repeating grids are quicker to load. C. When the data page results should be presented in a tabular format. D. When the data page allows editing of the line items. Correct Answer: A /Reference: A Grid layout allows users to view (and possibly edit) values of a Page List or Value List property or a Report Definition in a spreadsheet format, as an improved alternative to the Row Repeat control when large amounts of data need to be displayed. Note: The repeating dynamic layout is useful when you want to present content that is in nonlinear format. It automatically adjusts the layout elements with respect to the screen size. This layout helps developers when creating an interface for displaying data that can be viewed on a tablet, monitor, or smartphone. References: QUESTION 21 Local List and Prompt List are examples of the. (Choose One) A. Table type values that can be used to limit the valid values of a property. B. Types of database tables that can be used in a Pega 7 application.

16 C. HTML controls that can be used to generate an HTML select/dropdown input. D. Types of Page Lists. Correct Answer: A /Reference: QUESTION 22 In the property reference pyworkpage.customer(l).name, Customer is. (Choose One) A. a data page B. a top level page C. a PageList D. an embedded page Correct Answer: B /Reference: pyworkpage is considered the primary page of an activity. QUESTION 23 Of the following scenarios, which one represents a good use case for using a Radio Button control over a dropdown control? (Choose One) A. When the list of choices are a handful, say less than 5. B. When the list of values are static and defined in the property rule form as a local list. C. Whenever you need to preset a default value. D. Whenever the field is required and selection is required.

17 Correct Answer: A /Reference: Radio button lists are used when the user needs to select a single option out of a list of options. A dropdown list allows the user to select a single option out of a large number of items. References: QUESTION 24 Contextual help provides additional details for users to complete forms, and there are multiple ways to complete them. In which of the following scenarios is Smart Info preferred over Smart tips? (Choose One) A. When you need to display an image of a form with all fields completed. B. When you need to provide an indicator of the values that can be entered on the control as a placeholder. C. When you need to provide tips on individual fields. D. When you need to present longer text with a section header. Correct Answer: D /Reference: QUESTION 25 The Purchase order request form should allow the user to select multiple items from a list of items. The item list is retrieved from the inventory database which changes very frequently. Which of the following options would you consider using to display the list? (Choose One) A. A custom control to allow multiple selection B. A repeating grid C. A Dropdown control D. A List-to-List Control which is responsive Correct Answer: D

18 /Reference: Use a list-to-list field to allow a user to make multiple selections from a drop-down list. For example, a meeting may involve a dozen people from a department that has 100 employees. Note: You can also use MultiSelectList OOTB (out of the box) control to select multiple values, and then populate the values of the second list based on the selected values from clipboard. References: QUESTION 26 Which of the following is not a valid paging option on grids? (Choose One) A. Progressive Load B. Rows 1-Y C. First X Results D. Defer Load Correct Answer: D /Reference: The Pega 7 Platform supports a variety of paging styles: Page 1 of X Rows 1 - Y Page 1, 2, 3... First X Results Progressive. Progressive paging progressively loading rows of data in grids provides users with a superior experience when compared with traditional paging. References:

19 QUESTION 27 Which of the following requirements suggests using a custom dashboard widget? (Choose One) A. To display the results of a report definition in a chart. B. To display a form to present the list of all cases waiting for user action. C. To display the weather gadget that can accept parameters to present the weather for current location or for a selected location using parameter. D. To display a gadget that accepts parameters to display the map based on the home location of the user. Correct Answer: C /Reference: Note: A Dashboard can have one or more instances of the following kinds of widgets: Metric displays a simple numeric representation of a single selected metric. Timeline displays a graph of the selected metric over time. You can compare this to a secondary metric. Geomap displays a map of the selected region, with the specified metric plotted on the map. Hover over the map to see the actual metric values. Table displays up to 2 metrics describing the selected dimension, laid out in tabular format. Pie displays a pie chart of the selected metric grouped by a dimension. Mouse over a slice to see the specific metric values. Bar displays a bar chart of the selected metric grouped by up to 2 dimensions. Mouse over a slice to see the specific metric values. References: QUESTION 28 Which of the following requirements suggests using a custom CSS and includes it in the skin rule? (Choose One) A. Creating a custom jquery Control to display a slider. B. Displaying a form where you want a single field to merge across multiple cells. C. Setting the absolute width on the text to display it on top of another control such as an image. D. Customize the maker icon used to display the locations found on a map control. Correct Answer: C /Reference: CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media. References:

20 QUESTION 29 Which of the following rules is used for rendering the workspace of an end user? (Choose One) A. Portal B. Flow Action C. Navigation D. Local Action Correct Answer: A /Reference: Use portal rules to create a custom portal layout for a group of users. For traditional ('fixed') portals you can determine the gadgets, workspaces and workspace labels. References:

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.2 Client Configuration Cookbook Rev: 2009-10-20 Sitecore CMS 6.2 Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of Contents Chapter 1

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.4 or later Client Configuration Cookbook Rev: 2013-10-01 Sitecore CMS 6.4 or later Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of

More information

PEGACSA71V1 Q&As Certified System Architect (CSA) 71V1

PEGACSA71V1 Q&As Certified System Architect (CSA) 71V1 CertBus.com PEGACSA71V1 Q&As Certified System Architect (CSA) 71V1 Pass Pegasystems PEGACSA71V1 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

Pegasystems PEGACSA71V1 Exam

Pegasystems PEGACSA71V1 Exam Pegasystems PEGACSA71V1 Exam Number: PEGACSA71V1 Passing Score: 800 Time Limit: 120 min File Version: 4.0 http://www.gratisexam.com/ PEGACSA71V1 Certified System Architect (CSA) 71V1 Version 4.0 Exam A

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Adobe Dreamweaver CS6 Digital Classroom

Adobe Dreamweaver CS6 Digital Classroom Adobe Dreamweaver CS6 Digital Classroom Osborn, J ISBN-13: 9781118124093 Table of Contents Starting Up About Dreamweaver Digital Classroom 1 Prerequisites 1 System requirements 1 Starting Adobe Dreamweaver

More information

Define the Slide Animation Direction on the deck control.

Define the Slide Animation Direction on the deck control. IBM Cognos Report Studio: Author Active Reports allows students to build on their Report Studio experience by using active report controls to build highly interactive reports that can be consumed by users.

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

User Guide. PegaSurvey 7.2.1

User Guide. PegaSurvey 7.2.1 User Guide PegaSurvey 7.2.1 Copyright Copyright 2016 Pegasystems Inc. All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. Other brand or product

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

SPECIFICATIONS Insert Client Name

SPECIFICATIONS Insert Client Name ESSENTIAL LMS BRANDING SPECIFICATIONS Insert Client Name Creation Date: June 23, 2011 Last Updated: July 11, 2017 Version: 16.5 Page 1 Contents Branding Elements... 3 Theme Management... 3 Header Images...

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Advanced Dreamweaver CS6

Advanced Dreamweaver CS6 Advanced Dreamweaver CS6 Overview This advanced Dreamweaver CS6 training class teaches you to become more efficient with Dreamweaver by taking advantage of Dreamweaver's more advanced features. After this

More information

C exam. Number: C Passing Score: 800 Time Limit: 120 min File Version: 1.0.

C exam. Number: C Passing Score: 800 Time Limit: 120 min File Version: 1.0. C2090-621.exam Number: C2090-621 Passing Score: 800 Time Limit: 120 min File Version: 1.0 IBM C2090-621 IBM Cognos Analytics Author V11 Version 1.0 Exam B QUESTION 1 A report author wants to conditionally

More information

Vendor: Pegasystems. Exam Code: PEGACSSA_V6.2. Exam Name: Certified Senior System Architect (CSSA) Exam. Version: Demo

Vendor: Pegasystems. Exam Code: PEGACSSA_V6.2. Exam Name: Certified Senior System Architect (CSSA) Exam. Version: Demo Vendor: Pegasystems Exam Code: PEGACSSA_V6.2 Exam Name: Certified Senior System Architect (CSSA) Exam Version: Demo Question No : 1 Which of the following is a RuleSet versioning practice that is prevented

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

DNS Server Status Dashboard

DNS Server Status Dashboard The Cisco Prime IP Express server status dashboard in the web user interface (web UI) presents a graphical view of the system status, using graphs, charts, and tables, to help in tracking and diagnosis.

More information

Getting Started with CSS Sculptor 3

Getting Started with CSS Sculptor 3 Getting Started with CSS Sculptor 3 With CSS Sculptor, you can quickly create a cross-browser compatible layout with custom widths, margins, padding, background images and more. Additionally, you can use

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Configuring Ad hoc Reporting Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012 Intellicus Technologies This document and its

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

Kendo UI. Builder by Progress : What's New

Kendo UI. Builder by Progress : What's New Kendo UI Builder by Progress : What's New Copyright 2017 Telerik AD. All rights reserved. July 2017 Last updated with new content: Version 2.0 Updated: 2017/07/13 3 Copyright 4 Contents Table of Contents

More information

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

More information

System Architect Essentials I. EXERCISE GUIDE (v. 7.1)

System Architect Essentials I. EXERCISE GUIDE (v. 7.1) System Architect Essentials I EXERCISE GUIDE (v. 7.1) Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

truechart Menubar Documentation HighCoordination GmbH Version 1.0.2,

truechart Menubar Documentation HighCoordination GmbH Version 1.0.2, truechart Menubar Documentation HighCoordination GmbH Version 1.0.2, 2017-05-05 Table of Contents 1. Introduction.............................................................................. 1 2. Installing

More information

User Manual For SmartRoom Managers

User Manual For SmartRoom Managers User Manual For SmartRoom Managers Table of Contents 1.0 Login 2.0 Confidentiality Agreement 3.0 Software Installation 4.0 Dashboard 5.0 Document Review and Index Maintenance 5.1 View by Index 5.1.1 Index

More information

Aware IM Version 8.2 Aware IM for Mobile Devices

Aware IM Version 8.2 Aware IM for Mobile Devices Aware IM Version 8.2 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS Introduction... 3 General Approach... 3 Login... 4 Using Visual Perspectives... 4 Startup Perspective... 4 Application Menu... 5 Using

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Introduction One of the DbSchema modules is the Forms and Reports designer. The designer allows building of master-details reports as well as small applications for

More information

OX Documents Release v Feature Overview

OX Documents Release v Feature Overview OX Documents Release v7.8.4 Feature Overview 1 Objective of this Document... 3 1.1 The Purpose of this Document... 3 2 General Improvements... 4 2.1 Security First: Working with Encrypted Files (OX Guard)...

More information

Application Integration with WebSphere Portal V7

Application Integration with WebSphere Portal V7 Application Integration with WebSphere Portal V7 Rapid Portlet Development with WebSphere Portlet Factory IBM Innovation Center Dallas, TX 2010 IBM Corporation Objectives WebSphere Portal IBM Innovation

More information

sforce Web Services Enterprise API sforce Object Query Language sforce Custom Objects... 40

sforce Web Services Enterprise API sforce Object Query Language sforce Custom Objects... 40 Release Notes Winter 04 Major Announcements Dashboards... 2 Workflow Automation... 8 Advanced Page Layout Wizard... 12 Dynamic Page Layouts and Field-Level Security... 14 Team-Based Account Management...

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects Impress Guide Chapter 7 Inserting Spreadsheets, Charts, and Other Objects OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

Bootstrap All-in-One

Bootstrap All-in-One Solving big problems is easier than solving little problems. Sergey Brin Bootstrap All-in-One A Quick Introduction to Managing Content in Cascade Alex King, Jay Whaley 4/28/17 Bootstrap Docs Facilities

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document and its content

More information

FCKEditor v1.0 Basic Formatting Create Links Insert Tables

FCKEditor v1.0 Basic Formatting Create Links Insert Tables FCKEditor v1.0 This document goes over the functionality and features of FCKEditor. This editor allows you to easily create XHTML compliant code for your web pages in Site Builder Toolkit v2.3 and higher.

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

XLCubed Version 9 QuickStart

XLCubed Version 9 QuickStart XLCubed Version 9 QuickStart 1 P a g e Contents Welcome... 3 Connecting to your data... 3 XLCubed for Pivot Table users... 3 Adding a Grid, and the Report Designer... 5 Working with Grids... 7 Grid Components...

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

Dreamweaver CS4. Introduction. References :

Dreamweaver CS4. Introduction. References : Dreamweaver CS4 Introduction References : http://help.adobe.com 1 What s new in Dreamweaver CS4 Live view Dreamweaver CS4 lets you design your web pages under realworld browser conditions with new Live

More information

Creating Visually Appealing Documents. Word Module 2. Diocese of St. Petersburg Office of Training

Creating Visually Appealing Documents. Word Module 2. Diocese of St. Petersburg Office of Training Creating Visually Appealing Documents Word 2010 Module 2 Diocese of St. Petersburg Office of Training Training@dosp.org Diocese of St. Petersburg 0 9/5/2014 This Page Left Intentionally Blank Diocese of

More information

Operations Dashboard for ArcGIS Monitoring GIS Operations. Michele Lundeen Esri

Operations Dashboard for ArcGIS Monitoring GIS Operations. Michele Lundeen Esri Operations Dashboard for ArcGIS Monitoring GIS Operations Michele Lundeen Esri mlundeen@esri.com What is a dashboard? Conceptual term, can mean different things to different audiences Dashboards provide

More information

Server Status Dashboard

Server Status Dashboard The Cisco Prime Network Registrar server status dashboard in the web user interface (web UI) presents a graphical view of the system status, using graphs, charts, and tables, to help in tracking and diagnosis.

More information

t4 Manual Teachers College, Columbia University

t4 Manual Teachers College, Columbia University Teachers College, Columbia University TABLE of CONTENTS I. INTERFACE OVERVIEW II. SECTION A. Add Section B. Modify Section C. Delete Section III. DEPARTMENT SECTION OVERVIEW A. Primary Slideshow or Carousel

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development INFS 2150 Introduction to Web Development 3. Page Layout Design Objectives Create a reset style sheet Explore page layout designs Center a block element Create a floating element Clear a floating layout

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development Objectives INFS 2150 Introduction to Web Development 3. Page Layout Design Create a reset style sheet Explore page layout designs Center a block element Create a floating element Clear a floating layout

More information

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0 Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2 Talend Open Studio for MDM Web User Interface User Guide 5.6.2 Talend Open Studio for MDM Web User Interface Adapted for v5.6.2. Supersedes previous releases. Publication date: May 12, 2015 Copyleft This

More information

Technical Note. Using the Net Promoter Framework 7.1

Technical Note. Using the Net Promoter Framework 7.1 Technical Note Using the Net Promoter Framework 7.1 Copyright 2014 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain

More information

edev Technologies integreat4tfs 2015 Update 2 Release Notes

edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies 11/18/2015 Table of Contents 1. INTRODUCTION... 2 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 DASHBOARD... 4 1. FEATURES...

More information

All Excel Topics Page 1 of 11

All Excel Topics Page 1 of 11 All Excel Topics Page 1 of 11 All Excel Topics All of the Excel topics covered during training are listed below. Pick relevant topics and tailor a course to meet your needs. Select a topic to find out

More information

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^ Betsy Bruce John Ray Robyn Ness Sams Teach Yourself Adobe Wfl lif ver W ^msssi^ mm WlM ^lg^ SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction What Is Dreamweaver

More information

Pega Knowledge. Implementation Guide

Pega Knowledge. Implementation Guide Implementation Guide 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks or service

More information

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC Module 1 Contents Chapter 1: Introduction to DreamWeaver CC Design Considerations...1-1 Types of Graphics...1-2 Backgrounds and Text...1-2 Planning the Navigation...1-2 The DreamWeaver Screen...1-3 Workspaces...

More information

DNS Server Status Dashboard

DNS Server Status Dashboard The Cisco Prime Network Registrar server status dashboard in the web user interface (web UI) presents a graphical view of the system status, using graphs, charts, and tables, to help in tracking and diagnosis.

More information

Grade Center. Powered by

Grade Center. Powered by Grade Center Grade Center About the Grade Center Setting Up the Grade Center Creating and Managing Grade Center Columns Entering Grades Viewing Grade Details Including Comments With a Grade Entry Overriding

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

Content Elements. Contents. Row

Content Elements. Contents. Row Content Elements Created by Raitis S, last modified on Feb 09, 2016 This is a list of 40+ available content elements that can be placed on the working canvas or inside of the columns. Think of them as

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

2010 Exceptional Web Experience

2010 Exceptional Web Experience 2010 Exceptional Web Experience Session Code: TECH-D07 Session Title: What's New In IBM WebSphere Portlet Factory Jonathan Booth, Senior Architect, WebSphere Portlet Factory, IBM Chicago, Illinois 2010

More information

COMPUTER APPLICATIONS TECHNOLOGY

COMPUTER APPLICATIONS TECHNOLOGY COMPUTER APPLICATIONS TECHNOLOGY Practical Skillsets required per application per grade Taken from CAPS Computer Applications Technology Practical skillsets required per application per grade (according

More information

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

Product Documentation SAP Business ByDesign August Analytics

Product Documentation SAP Business ByDesign August Analytics Product Documentation PUBLIC Analytics Table Of Contents 1 Analytics.... 5 2 Business Background... 6 2.1 Overview of Analytics... 6 2.2 Overview of Reports in SAP Business ByDesign... 12 2.3 Reports

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Creating Dashboard Widgets. Version: 16.0

Creating Dashboard Widgets. Version: 16.0 Creating Dashboard Widgets Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

Cognos. Active Reports Development. Presented by: Craig Randell

Cognos. Active Reports Development. Presented by: Craig Randell Cognos Active Reports Development Presented by: Craig Randell Objectives: Understand the purpose and benefits of Active Reports Through theory and demonstration introduce the different Active Report Components

More information

Website Design Guide

Website Design Guide Website Design Guide 8/28/2017 Spark Website Design US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Advanced Training Manual: Surveys Last Updated: October 2013

Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Page 1 of 28 Table of Contents Introduction Training Objective Surveys Overview Survey Table Survey Options

More information

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY VERSION 2015.1 JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY TEST STUDIO QUICK-START GUIDE CONTENTS Create your First Test.2 Standalone Web

More information

Welcome to Selector2GO Help

Welcome to Selector2GO Help Welcome to Selector2GO Help World Headquarters 445 Hamilton Avenue, 7th floor, White Plains, New York 10601 United States of America Support: +1 914 259 4900 support@rcsworks.com 2004-2018. All Rights

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

Managing Document Properties

Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Xfmea Version 10 First Steps Example

Xfmea Version 10 First Steps Example Xfmea Version 10 First Steps Example This example provides a quick introduction to the Xfmea software by allowing you to experiment with the application s data management, analysis and reporting features.

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for SharePoint User Manual Ver. 4.5.60.120 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 4 1.1 Form Toolbox... 4 1.1.1 Hiding/ Unhiding/ Minimizing

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

New Visual Design for IRON HQ Release Notes

New Visual Design for IRON HQ Release Notes New Visual Design for IRON HQ Release Notes Based on customer feedback, NetSuite, our platform for HQ, has improved key areas of the user interface including readability, navigation, data entry, and dashboard

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information