Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Size: px
Start display at page:

Download "Copyright 2012, Oracle and/or its affiliates. All rights reserved."

Transcription

1 1

2 PeopleTools Developer: PeopleTools 8.53 in Action Christine Libby FSCM Architect Russell Broom HCM Architect 2

3 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 3

4 Goals for this Session Raise awareness on PeopleTools 8.53 Help understand new PeopleTools features from a developer s point of view: What are the benefits for implementing a feature? What things should you watch out for? What are the limitations? Is feature usable out of the box or does it require additional configuration or customization? What is the estimated level of effort to implement in a Tools Only Upgrade? Simple Moderate Complex Disclaimer: Examples/demo s are intended for illustrative purposes only. 4

5 Topics Related Content/Actions - Enhanced Activity Guide - New Pivot Grids - Enhanced Appendix Modal Windows Enhanced 5

6 Related Content/Actions Framework 6

7 Related Actions/Content Framework Overview Allows extension of a transaction without customizing the component Streamlined user interaction Can do actions, tasks, see related information without leaving the transaction Contextual based Map to fields on the current page to bring up related/contextual information Managed Object starting in 8.52 PeopleTools 7

8 Related Actions/Content Framework Types of Services Allowed Via a Service Definition Application Class Embedded Pagelet External URL OBIEE pagelet Query Script Component Directly in Manage RC/RA transaction Content Reference /CREF Service Pagelet 8

9 Related Actions/Content Framework Related Content Overview Brings additional, supplemental information into your transaction in a bottom or side frame Ideal for information that will help users complete the current task Need to see both at the same time, display only information, help/instructions, etc. First introduced in 8.50 but has been enhanced every release 9

10 Related Actions/Content Framework Related Content Example 10

11 Related Actions/Content Framework Related Actions Overview Ties additional actions to a transaction without customizing Allows you to access related tasks without leaving the transaction Can add to any transaction, SES search results, pagelets Can now add to a Pivot Grid (New in 8.53) 11

12 Related Actions/Content Framework Related Actions Overview - continued Instead of displaying in split frame, Related Actions Can be opened in modal window, new window, or replace the current window Can also be PeopleCode logic that is executed to perform a task - no window launched 12

13 Related Actions/Content Framework Implementing/Invoke the Context Menu Different ways the Context Menu can be invoked: Red Glyph Indicator on a field (Can tie it to any visible field) 13

14 Related Actions/Content - Invoking Red Glyph Indicator Right clicking on field with red glyph will bring up it s context menu. Requires NO modification of the page in Application Designer. 14

15 Related Actions/Content Framework Implementing/Invoke the Context Menu Context menu can be invoked: Red Glyph Indicator on a field (Can tie it to any visible field) Actions Drop Down Menu (New in 8.53) 15

16 Related Actions/Content - Invoking Actions Drop Down Widget Clicking on the Actions drop down widget will bring up it s context menu. Requires modification to the page in Application Designer. 16

17 Related Actions/Content Framework Implementing/Invoke the Context Menu Context menu can be invoked: Red Glyph Indicator on a field (Can tie it to any visible field) Actions Drop Down Menu (New in 8.53) SES Search Results (New look in 8.53) 17

18 Related Actions/Content - Invoking SES Search Related Actions Mouse over row to see grey bar, then click on bar to bring up the context menu. 18

19 Related Actions/Content Framework Implementing/Invoke the Context Menu Context menu can be invoked: Red Glyph Indicator on a field (Can tie it to any visible field) Actions Drop Down Menu (New in 8.53) SES Search Results (New look in 8.53) Related Content page level drop down 19

20 Related Actions/Content - Invoking Related Content drop down Click on the Related Content drop down in the transaction header area. ONLY for Component Level Related Content Services. (Mapped to Component Keys) 20

21 Related Actions/Content Framework What s new in PeopleTools 8.53 Ability to add related actions to Pivot Grids (Demo in Pivot Grid Section) New Actions Drop Down Widget (Demo) Optional way to display context menu vs. red glyph Requires Page customization 9.2 Applications taking advantage of new widget in some places. Customer s can add more to an existing Action Drop down widget field - not a customization. Creating a new Action drop down widget would be a customization. 21

22 Implementing Related Actions: Focus on Action Dropdown Widget 22

23 Related Actions/Content - Invoking Actions Drop Down Widget Can be anywhere on a page, not just in a grid. Especially useful in a grid to consolidate actions. 23

24 Actions Widget New button type 1. Open page in Application Designer 2. Add button/hyperlink widget in desired location 3. Set the new properties - New Type Action Widget - Tie it to a work record/field - Label can be set to anything (doesn t have to say Actions ) - No PeopleCode is needed. 4. Save the page 24

25 Side Note: Alternate way of maintaining Pivot Grid actions. Manage Related Content Service transaction is where you maintain all related content and related actions. 25

26 Select the desired component you want to setup new related content/actions within. Use the Assign Related Content to an Application Page link to assign to a transaction not already listed. 26

27 Use Tab 1 to configure Related Content services (Shown in bottom/right split frame) Grid 1: Used for services that are for the entire component based on component keys only. (Shown in the transaction header bar) Grid 2: Used for services that are field context sensitive. (Shown in field s context menu via red glyph or actions widget) 27

28 Use Tab 2 to configure Related Action services. (modal, new window, etc.) Grid 1: Used for services that are at the component level. (ex. Shown in SES Search results) Grid 2: Used for services that are field context sensitive. (Shown in field s context menu via red glyph or actions widget) 28

29 Enter service information into 2 nd grid: -Tie to a service definition or Content Ref -Indicate target type Use the Configure button to map the values and associate to the newly added Action widget field (or any other field). 29

30 Map the parameters for the service/content reference to any page field in the source component. Only need to map the required keys you will also often see alternate keys listed. Use the Select button in Menu Options box to associate this service to the actions widget field added earlier. (Or any field) 30

31 Can sort by the Actions Field column to select the field that was added earlier to the page. Note: Picking any other field would show the traditional red glyph within that field. 31

32 Last tab is used to: - Configure the order/appearances of the context menu(s). - Configure the related content frame (bottom, right). Pressing Configure Layout will bring up the a configuration page. 32

33 Layout for Related Actions: Can add folders to better organize/group the items. 33

34 Related Actions Summary Benefits Bring in related information in bottom/right frame to supplement the transaction without customizing Tie in related actions for better productivity - don t have to navigate away to do related tasks Easier configuration and maintenance Complexity/Level of Effort Configuration/Implementation if adding additional. Can be done all online if not using the Actions Widget. No Customization unless modifying delivered rows or adding the new Actions drop down widget Simple Considerations Row level Security Basic component security is handled automatically by PeopleTools (for CREF services) But other row level security may have to be built in Modifying PS delivered vs. Adding your own Using the Actions widget vs. Red Glyph 34

35 Activity Guides 35

36 Activity Guides Overview of Terms Activity Guides are guided procedures that are steps or tasks for a user or group of users to complete Participants are the users who are completing these steps or tasks Instances are unique sessions of an Activity Guide that are displayed to the user Templates provide default attributes, properties, and steps or tasks for each Instance Action Items are the individual steps or tasks defined in the Activity Guide 36 Insert Information Protection Policy Classification from Slide 13

37 Activity Guides Overview New feature in 8.53 Users are presented a list of actions or tasks to be completed online by a guided process Potential Examples: System configuration steps (Framework delivered in HCM 9.2) Life event changes such as marriage, divorce, or birth of a child (Delivered in HCM 9.2) On boarding of a new employee (not delivered) Period end closing (not delivered) 37 Insert Information Protection Policy Classification from Slide 13

38 Activity Guides Overview (continued) User Interface for Activity Guides leverages a WorkCenter WorkCenters display a pagelet area and transactional page area side by side in the guided process Tasks or Steps that are part of the guided process are displayed in the pagelet area Each task or step has an associated online web page where the user can take actions or review information in the transactional area Navigational buttons for the guided process are displayed at the top of the online page in the header of the WorkCenter area 38 Insert Information Protection Policy Classification from Slide 13

39 Activity Guides User Interface Example in HCM Insert Information Protection Policy Classification from Slide 13

40 Activity Guides User Interface Example in HCM 9.2 (continued) Pagelet Area: Action Items 40 Insert Information Protection Policy Classification from Slide 13

41 Activity Guides User Interface Example in HCM 9.2 (continued) WorkCenter Header Area: Navigational Buttons Pagelet Area: Action Items 41 Insert Information Protection Policy Classification from Slide 13

42 Activity Guides User Interface Example in HCM 9.2 (continued) WorkCenter Header Area: Navigational Buttons Pagelet Area: Action Items Transactional Area: PeopleSoft Page, External Website, PS/Query 42 Insert Information Protection Policy Classification from Slide 13

43 Activity Guides Instances Instances are unique sessions Definitional properties include: Identification Notification Security Contextual Data Pagelet Area Processing Action Items Etc 43 Insert Information Protection Policy Classification from Slide 13

44 Activity Guides Templates Allows for reuse of properties (defaults) by Instances Required to generate Instances dynamically Required to utilize pagelet wizard to generate an Action Item pagelet Template and Instance definitions contain virtually the same properties Additional properties exist on Template that allow Instance creation at run time using application logic 44 Insert Information Protection Policy Classification from Slide 13

45 Activity Guides Action Items Transactional based steps or tasks that are assigned to a participant for completion Requires Related Content Service definitions Ordered by sequence number within the activity guide Can be organized hierarchically by groups with parent child relationships 45 Insert Information Protection Policy Classification from Slide 13

46 Activity Guides Action Items (continued) Dependencies can be defined between the different action items (e.g. one Action Item must be completed before another can start) Actions Items can be Template based or Instance specific Action Items can be updated at run time through an API Insert new Action Items Delete Action Items Update statuses Change assignment of participants Etc 46 Insert Information Protection Policy Classification from Slide 13

47 Activity Guides Deployment Example Demo Scenario: Create an Activity Guide for the System Administrator for several tasks that are required during HCM System implementation To keep it simple we are only adding two steps (pages) to the Activity Guide: 1. Review PeopleTools Options settings 2. Review HCM Installation Table settings 47 Insert Information Protection Policy Classification from Slide 13

48 Activity Guides Deployment Example Demo Steps Covered in the Demo: 1. Create a Template 2. Create an Instance 3. Create Action Items for the two steps 4. Generate an Activity Guide pagelet 5. Associate a WorkCenter with an Activity Guide 6. Test the Activity Guide 48 Insert Information Protection Policy Classification from Slide 13

49 Activity Guides Deployment Example Demo Steps NOT Covered in the Demo: 1. Creation of Related Content Service Definitions 2. Creation of the WorkCenter 49 Insert Information Protection Policy Classification from Slide 13

50 First step is to create the Template - Use the Create Template button to add a new activity guide template and assign properties 50 Insert Information Protection Policy Classification from Slide 13

51 Enter an Activity Guide ID, title, and description - If you don t use full 10 characters, additional characters will be appended for uniqueness Notification Options - Send to participants when Action Items are added or changed by an administrator 51 Insert Information Protection Policy Classification from Slide 13

52 Security - Can be assigned at either user or role level - Administrator access allows update of Templates and Instances - Contributors are participants who will complete Action Items within an Instance - Viewers are allowed to view but not update Action Items in an instance 52 Insert Information Protection Policy Classification from Slide 13

53 Contextual Data uniquely identifies an instance when it is created dynamically - Examples: EMPLID OPRID SetID Department 53 Insert Information Protection Policy Classification from Slide 13

54 Instance Creation - special application logic - application package method that will be used when creating an Instance dynamically 54 Insert Information Protection Policy Classification from Slide 13

55 Configurable Fields - displayed as related data for an action item - populated by Instance creation logic 55 Insert Information Protection Policy Classification from Slide 13

56 Pagelet Options - allows additional navigation buttons (other than Previous and Next) to be specified - Examples: Continue Cancel Mark as Complete - associates application package method logic to a button that will executed at run time when a button is utilized - controls whether the progress bar appears in pagelet area for Action Items 56 Insert Information Protection Policy Classification from Slide 13

57 Once you save the Activity Guide, the Create Instance button appears on the Properties page Use the Create Instance button to create an Instance using the properties from the Template you defined 57 Insert Information Protection Policy Classification from Slide 13

58 Modal appears where you enter the title and description and then click the Create button 58 Insert Information Protection Policy Classification from Slide 13

59 All of the properties and settings defined in the Template will be defaulted to the Instance - The activity guide ID will be auto generated based on the Template name for uniqueness 59 Insert Information Protection Policy Classification from Slide 13

60 Next step is to add Action Items: 1. Go to Manage Activity Guide Templates page 2. Click on the Template 60 Insert Information Protection Policy Classification from Slide 13

61 Use the Add Item button to add Action Items 61 Insert Information Protection Policy Classification from Slide 13

62 62 Insert Information Protection Policy Classification from Slide 13

63 Item ID and Title - If you don t use all 10 characters, additional characters will be appended for uniqueness 63 Insert Information Protection Policy Classification from Slide 13

64 Sequence Numbers controls the order in which the Action Items are displayed to the user 64 Insert Information Protection Policy Classification from Slide 13

65 Specify the assigned contributors either at the role or user level 65 Insert Information Protection Policy Classification from Slide 13

66 Action Item Link - Displays a PeopleSoft page, non- PeopleSoft web page, or a PS/Query - requires a related content service definition as a pre-req before you can define the link 66 Insert Information Protection Policy Classification from Slide 13 Save the definition then click on the Return link to return back

67 67 Insert Information Protection Policy Classification from Slide 13 Save the definition then click on the Return link to return back

68 Add another Action Item 68 Insert Information Protection Policy Classification from Slide 13

69 69 Insert Information Protection Policy Classification from Slide 13

70 70 Insert Information Protection Policy Classification from Slide 13

71 The next step is to generate a pagelet for your Activity Guide 71 Insert Information Protection Policy Classification from Slide 13

72 72 Insert Information Protection Policy Classification from Slide 13

73 Select a Data Type of Activity Guide Specify the Activity Guide template you created 73 Insert Information Protection Policy Classification from Slide 13

74 74 Insert Information Protection Policy Classification from Slide 13

75 The Template name defaults, but if your pagelet is Instance specific you will need to specify the Instance ID that was created 75 Insert Information Protection Policy Classification from Slide 13

76 76 Insert Information Protection Policy Classification from Slide 13

77 The pagelet preview will show how your pagelet will be displayed 77 Insert Information Protection Policy Classification from Slide 13

78 Publish the pagelet as either a homepage or template based pagelet Click the Finish button to publish the pagelet 78 Insert Information Protection Policy Classification from Slide 13

79 79 Insert Information Protection Policy Classification from Slide 13

80 The Next Step is to Associate your WorkCenter with the Activity Guide 80 Insert Information Protection Policy Classification from Slide 13

81 You must select Activity Guide Layout template Add the template or homepage pagelet you created to the WorkCenter 81 Insert Information Protection Policy Classification from Slide 13

82 Next Step is to navigate to your Activity Guide via the primary page of your WorkCenter 82 Insert Information Protection Policy Classification from Slide 13

83 83 Insert Information Protection Policy Classification from Slide 13

84 Activity Guides Recap of Deployment Steps 1. Determine tasks to be completed by users, order of tasks, and groupings (parent/child relationships) 2. Determine PeopleSoft transaction, query, or non-peoplesoft URL that corresponds to a task, then create related content service definitions for them 3. Determine roles and/or users to be assigned to tasks 4. Determine whether each task requires pre or post processing logic 5. Determine whether a template is required and whether the Instance should be created dynamically, manually or on adhoc basis 84 Insert Information Protection Policy Classification from Slide 13

85 Activity Guides Recap of Deployment Steps (continued) 6. Create definitions for each Action Item either at the Template level or Instance level 7. Use Pagelet Wizard to generate the Activity Guide pagelet 8. Create WorkCenter page and assign the Activity Guide Layout to the WorkCenter page 9. Add Activity Guide pagelet to the WorkCenter page 10. Test the Activity Guide by navigating directly to the WorkCenter 85 Insert Information Protection Policy Classification from Slide 13

86 Activity Guides Summary Benefits Links together separate transactions to complete a business process Does not require customization directly within the PeopleSoft transaction to utilize, therefore reducing upgrade impact Complexity/Level of Effort Configuration/Implementation Customization (if pre or post processing logic required) Moderate Considerations Requires related content service for each Action Item Pre and Post processing logic requires application class PeopleCode Requires WorkCenter to display pagelet and transactional page side by side 86 Insert Information Protection Policy Classification from Slide 13

87 Pivot Grids 87

88 Pivot Grids Overview First introduced with PeopleTools 8.52 Interactive analytical grid and charting tool Based on PSQuery Transforms a PSQuery into an Excel-like pivot table/chart Can drag and drop filter values, refine/narrow data, etc 88

89 Pivot Grids Typical Pivot Grid Configurations Chart and Grid Chart Only 89

90 Pivot Grids New in 8.53 Improved Charts/UI Improved look and feel of Charting Applies to all charting not just Pivot Grids Automatic with 8.53 Cleaner UI Options moved up into a Settings Menu 90

91 Pivot Grids New in 8.53 Multi-Select and Progressive Filtering Filter drop downs now support ability to select All, or Pick (n) values. Once you select values in one filter the others filter values list may change based on the data. No configuration necessary to do this. 91

92 Pivot Grids New in 8.53 Data Migration ADS (Application Data Set) support for Pivot Grids Easier to move Pivot Grid definitions from one database to another Better control over changes (Compare/Approval) Can be all done in PIA More information in LCM session: CON Understanding PeopleSoft Maintenance Tools & How They Fit Together Wednesday 10:15 Moscone West 3002/

93 Pivot Grids New in 8.53 Drill down capability + hooking in Related Actions For Chart Only Pivot Grids - Clicking on area in chart will allow you to drill down to see the details. 93

94 Pivot Grids New in 8.53 Drill down capability + hooking in Related Actions Detail grid is shown with specified columns. Actions drop down field automatically displayed if Related Actions configured for this Pivot Grid. 94

95 Pivot Grids New in 8.53 Drill down capability + hooking in Related Actions Clicking on the Actions drop down displays the context menu and any defined related actions. Allows you to jump to transactions easily and perform related tasks based on the data. Easier to Act on the data now. 95

96 Pivot Grids New in 8.53 Drill down capability + hooking in Related Actions For Grid and Chart Pivot Grids -Clicking on any cell in the grid will display the detail grid. -When grid is displayed you have to use the grid to drilldown can t use the chart. 96

97 Using the Wizard to Create Pivot Grids: Focus on New Features in

98 Step 1: Properties Basic information about the Pivot Grid. 98

99 Step 2: Selecting Source/Fields Provide Query name and indicate the columns to be used within the Pivot Grid model. 99

100 Step 3 -- Part 1: Defining the model Column Labels (New): Can override the labels. Column Type: - Axis: Fields that qualify the Value (Metric). -Display (New): Additional fields to be shown in the detail grid. -Value: Metric being displayed. 100

101 Bottom of Step 3 Step 3 -- Part 2: Defining the prompts Shows the prompts defined in the Query. Can indicate if they are hidden from end user (New). 101

102 Step 4: Chat/Grid Options Of the columns marked as Axis or Value indicate if they are a filter, or displayed in x/y axis. Can also define many other chart/grid options like the type of chart, legend choices, etc. 102

103 Step 5: Preview Verify settings/chart layout Can now configure Related Actions and Publish as a Pagelet directly from here. (New) 103 Clicking on the Configure Related Content link will open up the following page.

104 Related Actions (New for Pivot Grids) Brings you right into the Related Content/Action Configuration pages for the specific Pivot Grid. Allowing you to define related actions without navigating away. Very similar to defining for Related Action/Content for a transaction except simplified view as can only define Related Actions. Enter service/content reference information, target window option, and then click Configure button. 104

105 Map the parameters to Query Data Columns instead of page fields, as with transactional related actions. 105

106 After you save you are back to the Pivot Grid Wizard. From here you could then click on Publish as a Pagelet link to bring up the Pagelet Wizard transaction. 106

107 Pivot Grids Summary Xx Benefits Quick/Easy creation of analytical/interactive Xx grids/charts xx Eliminates the need to download to Excel and create pivot tables Improves security and control over application data Ensures data is current by keeping it IN the application Complexity/Level of Effort Configuration/Implementation Configuration/Implementation (All No done Customization online) No Customization unless modifying a delivered one Simple Xx Xx Considerations Query Performance Keeping Query and Pivot Grid in sync Xx xx Can only use PSQuery object as input to Pivot Grid Modifying PS delivered Pivot Grids 107

108 Summary Feature Related Content/Action Requires Configuration or Customization in Tools Only Upgrade Configuration/Implementation (unless modifying delivered) Level of Effort in Tools Only Upgrade Simple Activity Guides Configuration/Implementation (unless modifying delivered) Moderate Pivot Grids Configuration/Implementation (unless modifying delivered) Simple 108

109 Get Connected and Win a Prize! PeopleSoft Fact of the Day Oracle OpenWorld Giveaway Follow PeopleSoft on Twitter (@PeopleSoft_Info) Everyday, Learn the Fact of the Day If Asked, Share the Fact of the Day Win a Prize! You Could Be Asked At Any PeopleSoft Oracle OpenWorld Session 109 Official Rules Available Upon Request

110 Learn More PeopleSoft Information Development Resources Information Portal Hosted & Mobile PeopleBooks Doc Home Pages and Enterprise Integration Point Maps Transfer of Information (TOIs) Cumulative Feature Overview & Upgrade Resource Report Tools Business Process Maps & Entity Relationship Diagrams 110 Click images for more information

111 Learn More PeopleSoft Information Development Resources Video Feature Overviews PeopleSoft Apps Strategy Blog & Legislative Updates Oracle Learning Library Twitter Linked in Facebook 111 Click images for more information

112 PeopleTools Sessions of Interest Monday Time Title Session Location 10:45 Performance Tuning for the PeopleSoft Administrator CON9210 MW :15 Art of the Possible: A Great User Experience via PSFT Applications Portal CON9188 MW Putting the PeopleSoft Test Framework to Work for You CON9190 MW Oracle Engineered Systems Success with PeopleSoft CON9204 MW :45 PeopleSoft Technology Roadmap CON9183 MW /4 112

113 PeopleTools Sessions of Interest Tuesday Time Title Session Location 10:15 PeopleTools Roadmap: Mobile Applications CON9196 MW Securing Your PeopleSoft Integration Infrastructure CON9205 MW :45 Mastering the PeopleSoft Reporting Suite CON9201 MW Securing Your PeopleSoft Environment Today & Preparing for Tomorrow CON9202 MW Using Virtualization to Manage TCO CON9206 MW :15 Implementing a PSFT Maintenance Strategy with PSFT Update Manager CON9192 MW :00 PeopleTools Developer: PeopleTools 8.53 in Action CON9187 MW New Functional PeopleTools Capabilities for the Line of Business User CON8932 MW

114 PeopleTools Sessions of Interest Wednesday Time Title Session Location 10:15 PeopleTools Roadmap: Integration Broker CON9189 MW Understanding PeopleSoft Maintenance Tools & How They Fit Together CON9193 MW /4 11:45 Taking Advantage of PeopleTools New Search Features CON9208 MW :15 PeopleTools Developer: Tips & Techniques CON9185 MW PeopleTools Roadmap: Platforms CON9203 MW :30 Case Study: Delivering a Ground-Breaking User Interface with PeopleTools CON9186 MW PeopleTools 8.53 Experiences - Panel Discussion CON9198 MW PSFT Update Manager Hands on Lab #1 (2.5 hours) HOL10460 Marriott - Nob Hill A/B 5:00 PeopleTools Product Team Panel Discussion CON9200 MW

115 PeopleTools Sessions of Interest Thursday Time Title Session Location 11:15 Using the Integration Network to Build, Test, & Debug Your Integrations CON9194 MW PeopleTools Developer: A Guide to Properly Enhancing PSFT Applications CON9197 MW PeopleSoft Update Manager Hands on Lab #2 (2.5 hours) HOL10460 Marriott Nob Hill A/B Meet the PeopleSoft PeopleTools Experts MTE9652 MW 2001A 115

116 Questions 116

117 -- Appendix

118 Modal Windows 118

119 Modal Windows Overview 8.50 Prompts and Errors/Warning messages, Grid Zoom appear modally automatically 8.52 and 8.53 Ability for all Secondary Pages / modal Components to appear modally Turned on for 9.2 applications only (System Level) PeopleCode API s available if needed to enable Pre-9.2 applications Limitations in Components opened up modally Can t issue a transfer() from a modal window the modal will close and replace primary page 119

120 Modal Windows 120

121 Modal Windows New API s Tools Only Upgrades - Requires customization of code to modify existing application pages (Available starting with 8.52) DoModalS() API - secondary page will show up modally DoModalSComponent() API - component will show up modally For 9.2 applications All DoModal() and DoModalComponent() calls will display modally system wide Two new API s to turn OFF modal appearance if desired: DoModalX(), DoModalXComponent() 121

122 Modeless Windows New API s Modeless Window Simplified New Window - No browser controls Window stays in focus always remains on Top. No Alt-tab toggling Primary window is NOT greyed out Can work in both windows at the same time (physically a new window) Primary window has limitations can t open more modals or other popups from original transaction while modeless is open Used in isolated/focused areas New API: TransferModeless() 122

123 Modeless Windows Background window is not grayed out. Modeless window simplified new window. (no controls) 123

124 Modal/Modeless Windows Summary Benefits Improves Usability Can see both pages at once Complexity/Level of Effort For 9.2 applications: Modal windows are Automatic Implementation for customer owned areas Customization for any PeopleSoft delivered objects wanting to change behavior Simple Considerations Customizing delivered objects Logic in modal windows that call transfer() api s Will close the modal window and transferred page will show in full window Modeless window limitations 124

125 125

126 126

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Roadmap Dave Bain PeopleSoft Product Management 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

<Insert Picture Here> Making the Most of PeopleSoft Query

<Insert Picture Here> Making the Most of PeopleSoft Query Making the Most of PeopleSoft Query Brent Mohl Applications Technology The following is intended to outline our general product direction. It is intended for information purposes

More information

2010 SpearMC Consulting

2010 SpearMC Consulting PeopleSoft Related Content: Customization-Free Enhancements A SpearMC Technology Presentation 1 11/24/2015 2015 SpearMC SpearMC Consulting Consulting 1 Introductions Presenter John Beretz Professional

More information

PeopleSoft Pivot Grids A through Z!

PeopleSoft Pivot Grids A through Z! PeopleSoft Pivot Grids A through Z! Session ID: 101480 Prepared by: Millie Babicz, SpearMC Consulting @SpearMC Agenda About Us Pivot Grid Overview Pivot Grid Wizard Use of Pivot Grid in Work Centers 2

More information

PeopleSoft Enterprise 9.2 Human Capital Management

PeopleSoft Enterprise 9.2 Human Capital Management PeopleSoft Enterprise 9.2 Human Capital Management Delta Features and Enhancements Presented by: Tony Townsend, SpearMC Consulting www.spearmc.com 1-866-SPEARMC HCM 9.2 General Enhancements Human Resources

More information

PeopleSoft Fluid Navigation Standards

PeopleSoft Fluid Navigation Standards PeopleSoft Fluid Navigation Standards Fluid User Experience ORACLE WHITE PAPER OCTOBER 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Product(s) Feature Version

Product(s) Feature Version Page 1 of 12 BI Publisher Prior to PeopleTools 8.53, BI Publisher report output to Microsoft Excel used an MHTML (Single file webpage) formatted file with an XLS extension. Microsoft Excel displays these

More information

Q2. What versions of PeopleTools has Fluid UI? A. Fluid is available starting from PT 8.54

Q2. What versions of PeopleTools has Fluid UI? A. Fluid is available starting from PT 8.54 FLUID UI FAQs Q1. What is Fluid UI? A. Fluid User Interface is designed as a significant improvement over the PeopleSoft classic user interface, which aims to provide customers with an enhanced and intuitive

More information

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009 ER/Studio Enterprise Portal 1.0.3 Evaluation Guide Published: March 6, 2009 Contents Introduction to ER/Studio Enterprise Portal 1.0... 3 Session 1: Getting Started with the Enterprise Portal... 4 Session

More information

PeopleTools 8.51 PeopleBook: Using PeopleSoft Applications

PeopleTools 8.51 PeopleBook: Using PeopleSoft Applications PeopleTools 8.51 PeopleBook: Using PeopleSoft Applications August 2010 PeopleTools 8.51 PeopleBook: Using PeopleSoft Applications SKU pt8.51tupa-b0810 Copyright 1988, 2010, Oracle and/or its affiliates.

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID: 101710 Prepared by: Randall Johnson Managing Director SpearMC Consulting @SpearMC Agenda About SpearMC and Your Presenter What is Connected

More information

PeopleSoft Applications Portal and WorkCenter Pages

PeopleSoft Applications Portal and WorkCenter Pages An Oracle White Paper April, 2011 PeopleSoft Applications Portal and WorkCenter Pages Creating a Compelling User Experience Introduction... 3 Creating a Better User Experience... 4 User Experience Possibilities...

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

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements 1 The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements Padmaprabodh Ambale, Gustavo Jimenez Applications Technology Group The following is intended to outline

More information

Oracle Cumulative Change Report PeopleTools 8.52 to 8.54 row# Product(s) Feature Version

Oracle Cumulative Change Report PeopleTools 8.52 to 8.54 row# Product(s) Feature Version 1 BI Publisher 2 3 4 5 6 7 Crystal Reports for PeopleSoft 8 Cube Builder 9 10 11 Documents Technology Prior to PeopleTools 8.53, BI Publisher report output to Microsoft Excel used an MHTML (Single file

More information

PeopleTools 8.56: Pivot Grid

PeopleTools 8.56: Pivot Grid PeopleTools 8.56: Pivot Grid June 2017 PeopleTools 8.56: Pivot Grid This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are

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

Fluid User Experience for PeopleSoft HCM Functional Discussion

Fluid User Experience for PeopleSoft HCM Functional Discussion Fluid User Experience for PeopleSoft HCM Functional Discussion Robbin Velayedam Director, Product Strategy - PeopleSoft HCM Applications Session 101040 Wednesday, July 19 9:15 10:45am London Copyright

More information

PeopleTools 8.55: Applications User's Guide

PeopleTools 8.55: Applications User's Guide PeopleTools 8.55: Applications User's Guide November 2016 PeopleTools 8.55: Applications User's Guide This software and related documentation are provided under a license agreement containing restrictions

More information

Mobile Application Development: Introducing ADF Mobile Native Client Framework

Mobile Application Development: Introducing ADF Mobile Native Client Framework Mobile Application Development: Introducing ADF Mobile Native Client Framework Denis Tyrell, Senior Director of Product Development, ADF/JDeveloper Joe Huang, Senior Principal Product Manager, ADF/JDeveloper

More information

Creating Reports using Report Designer Part 1. Training Guide

Creating Reports using Report Designer Part 1. Training Guide Creating Reports using Report Designer Part 1 Training Guide 2 Dayforce HCM Creating Reports using Report Designer Part 1 Contributors We would like to thank the following individual who contributed to

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

Oracle Policy Automation The modern enterprise advice platform

Oracle Policy Automation The modern enterprise advice platform Oracle Policy Automation The modern enterprise advice platform Release features and benefits (November 2017) v1.01 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in release For

More information

Reporter Tutorial: Intermediate

Reporter Tutorial: Intermediate Reporter Tutorial: Intermediate Refer to the following sections for guidance on using these features of the Reporter: Lesson 1 Data Relationships in Reports Lesson 2 Create Tutorial Training Report Lesson

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Admissions & Intro to Report Editing Participants Guide

Admissions & Intro to Report Editing Participants Guide IBM Cognos Analytics Admissions & Intro to Report Editing Participants Guide Welcome to Cognos - Admissions and Introduction to Report Editing! Today s objectives include: Gain a Basic Understanding of

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

The following pages will detail these changes and allow you to get familiar with the new interface quickly.

The following pages will detail these changes and allow you to get familiar with the new interface quickly. Overview As part of our continued effort to enhance XCM, we are excited for you to experience the New Release! These changes reflect XCM s commitment to continue to expand the software capabilities, embrace

More information

CellaVision Proficiency Software

CellaVision Proficiency Software CellaVision Proficiency USER S MANUAL 2.3 CellaVision Proficiency Preface CellaVision is a trademark of CellaVision AB. All other trademarks used in this document are property of their respective owners.

More information

PeopleSoft 9.2: Enterprise Components

PeopleSoft 9.2: Enterprise Components PeopleSoft 9.2: Enterprise Components September 2016 PeopleSoft 9.2: Enterprise Components License Restrictions Warranty/Consequential Damages Disclaimer This software and related documentation are provided

More information

Beyond the Basics with nvision and Query for PeopleSoft 9.2

Beyond the Basics with nvision and Query for PeopleSoft 9.2 Beyond the Basics with nvision and Query for PeopleSoft 9.2 Session ID: 101180 Prepared by: Millie Babicz Managing Director SpearMC Consulting @SpearMC Welcome and Please: Silence Audible Devices Note

More information

Introducing V3 Analytics A U G U S T

Introducing V3 Analytics A U G U S T Introducing V3 Analytics A U G U S T 2 0 1 7 Table of Contents Document Versioning 2 Introduction 3 Terminology 3 Analytics Platforms: V1 Analytics versus V2 Analytics versus V3 Analytics 3 Schedule 3

More information

What s New in Cognos. Cognos Analytics Participant s Guide

What s New in Cognos. Cognos Analytics Participant s Guide What s New in Cognos Cognos Analytics Participant s Guide Welcome to What s New in Cognos! Illinois State University has undergone a version upgrade of IBM Cognos to Cognos Analytics. All functionality

More information

Using BI Publisher with PeopleSoft Query for Report Developers

Using BI Publisher with PeopleSoft Query for Report Developers Using BI Publisher with PeopleSoft Query for Report Developers Introduction The following describes the basic steps used in creating and publishing reports using BI Publisher (BIP) with PeopleSoft Query.

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework

Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework September 2009 Enterprise PeopleTools 8.50 PeopleBook: Feed Publishing Framework SKU pt850pbr0 Copyright 1988, 2009, Oracle and/or its

More information

Oracle Application Express 5 New Features

Oracle Application Express 5 New Features Oracle Application Express 5 New Features 20th HrOUG conference October 16, 2015 Vladislav Uvarov Software Development Manager Database Server Technologies Division Copyright 2015, Oracle and/or its affiliates.

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

Working with Actions Stratum.Viewer 6

Working with Actions Stratum.Viewer 6 Working with Actions Stratum.Viewer 6 Getting Started Access to Actions Accessing Actions Functionality Introduction to Actions Quick Start Set up an Action Tasks Add an Email Action Add a File Share Action

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Putting the PeopleSoft Test Framework to Work for You Doug Redinger and Tim Durant PTF QA and Development Managers 2 The following is intended to outline our general product direction. It is intended

More information

!1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

!1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. !1 Oracle Applications User Experiences in the Cloud: Trends and Strategy Noel Portugal Principal UX Developer March, 2014!2 Safe Harbor The following is intended to outline our general product direction.

More information

HYPERION SYSTEM 9 PERFORMANCE SCORECARD

HYPERION SYSTEM 9 PERFORMANCE SCORECARD HYPERION SYSTEM 9 PERFORMANCE SCORECARD RELEASE 9.2 NEW FEATURES Welcome to Hyperion System 9 Performance Scorecard, Release 9.2. This document describes the new or modified features in this release. C

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID: 101230 Prepared by: Randall Johnson Managing Director SpearMC Consulting @SpearMC Welcome and Please: Silence Audible Devices Note Fire Exits

More information

PeopleSoft Fluid Related Action Standards

PeopleSoft Fluid Related Action Standards ORACLE CORPORATION PeopleSoft Fluid Related Action Standards Fluid User Experience November 2015 PeopleSoft Fluid Related Action Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

Check out some of the new features below:

Check out some of the new features below: HCM 9.0 TO 9.2 UPGRADE The Maverick Solutions course PSF630 - Delta 9.0 to 9.2 is perfect for any organization that wants to bring their team up to speed on the new features found in PeopleSoft Human Capital

More information

Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Copyright 2018, Oracle and/or its affiliates. All rights reserved. OpenWorld 2018 Tips and Tricks Session User Defined Attributes Framework Extend Your Data Capturing in R12.2 EBS Kishor Genikala Senior

More information

Steps: 1. Log in to the Dmitri application through the following website URL, as appropriate:

Steps: 1. Log in to the Dmitri application through the following website URL, as appropriate: Dmitri Suite Getting Started Logging In and Logging Out Logging In Use the following steps to log in to the Dmitri application. Steps: 1. Log in to the Dmitri application through the following website

More information

USER MANUAL. Contents. Analytic Reporting Tool Basic for SUITECRM

USER MANUAL. Contents. Analytic Reporting Tool Basic for SUITECRM USER MANUAL Analytic Reporting Tool Basic for SUITECRM Contents ANALYTIC REPORTING TOOL FEATURE OVERVIEW... 2 PRE-DEFINED REPORT LIST AND FOLDERS... 3 REPORT AND CHART SETTING OVERVIEW... 5 Print Report,

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

Project Management Framework

Project Management Framework Project Management Framework Release Notes Version 7.1.1 Framework Overview The Project Management Framework (PMF) is a powerful Project Management application designed for the management of Scrum projects.

More information

Table of Contents HOL-1701-CHG-5

Table of Contents HOL-1701-CHG-5 Table of Contents Lab Overview: vrealize Operations Application Monitoring: Challenge Lab... 2 Lab Overview... 3 Lab Guidance... 5 Module 1 - Configuring a Custom Application (15 minutes)... 10 Introduction...

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility User Guide Version: 3.1.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a

More information

Achieve Planner Quick Start

Achieve Planner Quick Start Effexis Software Achieve Planner Quick Start Overview of Achieve Planner Copyright 2007 by Effexis Software, LLC. This document is protected by U.S. and international copyright laws. All rights reserved.

More information

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide BindTuning Installations Instructions, Setup Guide Invent Setup Guide This documentation was developed by, and is property of Bind Lda, Portugal. As with any software product that constantly evolves, our

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

Getting Around in isis. A Navigation Guide to the K-State Student System

Getting Around in isis. A Navigation Guide to the K-State Student System Getting Around in isis A Navigation Guide to the K-State Student System Table of Contents Table of Contents... 2 Introduction... 3 Preface... 3 Technical Requirements... 3 Getting Around in isis... 4 Signing

More information

Oracle Eloqua Sales Tools for Microsoft Outlook. User Guide

Oracle Eloqua Sales Tools for Microsoft Outlook. User Guide Oracle Eloqua Sales Tools for Microsoft Outlook User Guide 2018 Oracle Corporation. All rights reserved 21-Sep-2018 Contents 1 Oracle Eloqua Sales Tools for Microsoft Outlook 3 2 Frequently asked questions

More information

PEOPLESOFT MONITORING TOOL. SESSION 3956 March 1, 2017

PEOPLESOFT MONITORING TOOL. SESSION 3956 March 1, 2017 PEOPLESOFT MONITORING TOOL BUILT IN PEOPLETOOLS, EASY TO USE, AND FREE SESSION 3956 March 1, 2017 PRESENTERS David Vandiver Manager of ERP Services Fort Bend ISD David.Vandiver@fortbendisd.com David has

More information

CollabNet TeamForge 5.3 Evaluator s Guide

CollabNet TeamForge 5.3 Evaluator s Guide CollabNet TeamForge 5.3 Evaluator s Guide Thank you for evaluating CollabNet TeamForge 5.3. This Evaluator s Guide will help you experience the key features of CollabNet TeamForge by walking you through

More information

Getting Around. Welcome Quest. My Fundraising Tools

Getting Around. Welcome Quest. My Fundraising Tools As a registered participant of this event, you have a variety of tools at your fingertips to help you reach your goals! Your fundraising center will be the hub for managing your involvement and fundraising

More information

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material Data Warehouse www.rpi.edu/datawarehouse Brio 101 Training Course Presentation and Reference Material Day 1 Agenda Training Overview Data Warehouse and Business Intelligence Basics The Brio Environment

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

PeopleSoft Login and Navigation Updated: July 17, 2003 uf bridges

PeopleSoft Login and Navigation Updated: July 17, 2003 uf bridges OVERVIEW Today s demonstration introduces PeopleSoft s login procedure and navigational capabilities. After viewing the demonstration and reviewing this document, you will understand: PeopleSoft Product

More information

Connecting your Microservices and Cloud Services with Oracle Integration CON7348

Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Robert Wunderlich Sr. Principal Product Manager September 19, 2016 Copyright 2016, Oracle and/or its affiliates. All rights

More information

PeopleTools 8.56 Online Help Updates, January 2018

PeopleTools 8.56 Online Help Updates, January 2018 PeopleTools 8.56 Online Help Updates, January 2018 PeopleBook Path Description of Change Application Designer Application Designer Specifying Character Field Attributes Populating HTML Areas In PeopleSoft

More information

What s New In the Salesforce Winter 15 Release

What s New In the Salesforce Winter 15 Release What s New In the Salesforce Winter 15 Release Salesforce1 Quick Start Wizard allows you to setup the app in five easy steps Step 1: Setup Navigation Step 2: Setup Action Bar Step 3: Setup Compact

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

What's Coming in IBM WebSphere Portlet Factory 7.0

What's Coming in IBM WebSphere Portlet Factory 7.0 What's Coming in IBM WebSphere Portlet Factory 7.0 IBM Corporation Legal Disclaimer The information on the new product is intended to outline our general product direction and it should not be relied on

More information

PeopleSoft Upgrades Delta Training Session

PeopleSoft Upgrades Delta Training Session PeopleSoft Upgrades Delta Training Session Session Objectives: Understand what s changed Highlight differences that users need to know about Highlight new functionality that users can use if desired Show

More information

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle Kaltura Video Package for Moodle 2.x Quick Start Guide Version: 3.1 for Moodle 2.0-2.4 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright

More information

VIEWER LICENSE GUIDE FOR SERVICEPOINT 5X

VIEWER LICENSE GUIDE FOR SERVICEPOINT 5X ADVANCED REPORTING TOOL (ART 3X) VIEWER LICENSE GUIDE FOR SERVICEPOINT 5X 2012 Bowman Systems L.L.C. All Rights Reserved. This document and the information contained herein are the property of Bowman Systems

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Copyright 2010, Oracle. All rights reserved.

Copyright 2010, Oracle. All rights reserved. Agenda Interactive Dashboards Master-Detail Linking New Prompt Controls Pivot Table Interactions Enhanced Dashboard Builder Analysis Editor Overview Working with the analysis editor step by step Praxisteil

More information

Oracle Eloqua Campaigns

Oracle Eloqua Campaigns http://docs.oracle.com Oracle Eloqua Campaigns User Guide 2018 Oracle Corporation. All rights reserved 12-Apr-2018 Contents 1 Campaigns Overview 5 2 Creating multi-step campaigns 6 3 Creating simple email

More information

IBM Case Manager Version User's Guide IBM SC

IBM Case Manager Version User's Guide IBM SC IBM Case Manager Version 5.3.3 User's Guide IBM SC19-3274-10 IBM Case Manager Version 5.3.3 User's Guide IBM SC19-3274-10 This edition applies to Version 5 Release 3 Modification 3 of IBM Case Manager

More information

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG SAP BW 3.5 Enhanced Reporting Capabilities SAP AG Learning Objectives As a result of this lecture, you will: Be familiar with Business Explorer (BEx) suite 3.5 Know the available new features Understand

More information

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Ribbons Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH Table of Contents Ribbons 4 File Management 6 Show Panel 8 Start Ribbon 12 Using the Explore

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

AiM Overview and Basic Navigation User Guide

AiM Overview and Basic Navigation User Guide AiM Overview and Basic Navigation User Guide East Carolina University Department of Facilities Services Version 2.0 May 2017 1 AIM OVERVIEW AND BASIC NAVIGATION USER GUIDE Welcome to AiM! AiM, "Intelligence

More information

Oracle Open World Which PeopleSoft Reporting Tool Best Fits Your Needs? Presented by: Millie Babicz Todd Kummer. SpearMC Consulting

Oracle Open World Which PeopleSoft Reporting Tool Best Fits Your Needs? Presented by: Millie Babicz Todd Kummer. SpearMC Consulting Oracle Open World 2009 Which PeopleSoft Reporting Tool Best Fits Your Needs? Presented by: Millie Babicz Todd Kummer SpearMC Consulting Agenda SpearMC Solutions Overview Reporting Tools Overview New Release

More information

APPLICATION BUILDER CLOUD. Application Creation Made Easy

APPLICATION BUILDER CLOUD. Application Creation Made Easy APPLICATION BUILDER CLOUD Application Creation Made Easy Today s environment demands that your business... be able to adjust quickly to evolving requirements from the market, from your customers, as well

More information

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Ribbons Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Ribbons 4 File Management 6 Show Panel 8 Start Ribbon 12 Using the Explore

More information

Navigation Reference Guide

Navigation Reference Guide FISCAL AFFAIRS FINANCIAL MANAGEMENT SYSTEM (FMS) Navigation Reference Guide June 2004 Table of Contents Introduction to Financial Management System... ii Navigation Reference Guide... ii Overview...ii

More information

PeopleSoft Enterprise Portal 9.1 PeopleBook: Collaborative Workspaces

PeopleSoft Enterprise Portal 9.1 PeopleBook: Collaborative Workspaces PeopleSoft Enterprise Portal 9.1 PeopleBook: Collaborative Workspaces September 2009 PeopleSoft Enterprise Portal 9.1 PeopleBook: Collaborative Workspaces SKU ps91pbr0 Copyright 1988, 2009, Oracle and/or

More information

PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration

PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration January 2012 PeopleSoft Applications Portal 9.1 PeopleBook: Portal and Site Administration SKU ps91psad-b0112 Copyright 2000,

More information

Hands-On Lab. Building Solutions with Access Lab version: 1.0.2

Hands-On Lab. Building Solutions with Access Lab version: 1.0.2 Hands-On Lab Building Solutions with Access 2010 Lab version: 1.0.2 CONTENTS OVERVIEW... 3 EXERCISE 1: MODIFYING THE TABLE STRUCTURE OF A WEB DATABASE... 5 Task 1 Create an Access Table... 5 Task 2 Modify

More information

University of Rochester

University of Rochester University of Rochester User s Guide to URGEMS Ad- Hoc Reporting Guide Using IBM Cognos Workspace Advanced, Version 10.2.1 Version 1.0 April, 2016 Updated 12/16/16 1 P age Table of Contents University

More information

Extend EBS Using Applications Express

Extend EBS Using Applications Express Extend EBS Using Applications Express John Peters JRPJR, Inc. Abstract Few people know about Oracle Applications Express (APEX) an actual free Oracle Tool included with your Oracle DB Licenses. How many

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 The following is intended to outline our general product direction.

More information

Service Manager. Ops Console On-Premise User Guide

Service Manager. Ops Console On-Premise User Guide Service Manager powered by HEAT Ops Console On-Premise User Guide 2017.2.1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

Peoplesoft 9.0 Upgrade Case study using No code freeze methodology

Peoplesoft 9.0 Upgrade Case study using No code freeze methodology Peoplesoft 9.0 Upgrade Case study using No code freeze methodology PSDB Solutions Inc. Raghav Pujari Email : praghav@psdbs.com David Samadi Email : david.samadi@psdbs.com Session # 8527 Who we are? PSDB

More information

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group Enabling Web 2.0 User Experience for E-Business Suite Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group The following is intended to outline our general product direction.

More information

GETTING STARTED Contents

GETTING STARTED Contents 2.5 Enterprise GETTING STARTED Contents Quick Start Guide... 2 Supporting Data... 3 Prompts... 3 Techniques... 4 Pragmatic Observations... 5 Locations... 6 School Levels... 6 Quick Notes... 6 Session Groups...

More information

VHIMS UPGRADE VERSION

VHIMS UPGRADE VERSION Introduction A new RiskMan version release is now available for VHIMS clients. The following new features and modifications have been implemented since the previous release. What s New What s Changed Homepage

More information