BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5

Size: px
Start display at page:

Download "BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5"

Transcription

1 BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 Create an App from a Smart Template and Annotation File 1 INTRODUCTION 1.1 Goal Smart Templates in the SAP Web IDE of the SAP HANA Cloud Platform is an approach to create SAP Fiori applications based on OData services and Annotations requiring no JavaScript UI coding. An app, that is based on smart templates uses predefined template views and controllers that are provided centrally. As a result, no application-specific view instances are required. The SAPUI5 runtime understands the metadata and annotations of the underlying OData service and uses the corresponding views for the SAP Fiori app at start up. 1.2 Exercise Description In this exercise, you will create a Smart Template application from a template in the SAP Web IDE (using an SAP Gateway Service or a local schema file) enhance the Smart Template application by changing the Annotation File with the Annotation Modeler This exercise is based on SAPUI5 version All screenshots are based on SAP Web IDE version (that means March 24, 2016). Future versions of SAP Web IDE might look different. SAP Web IDE supports numerous browsers, however, the Google Chrome browser is highly recommended for all exercises.

2 1.3 Prerequisites You have downloaded the ES4_GWSAMPLE_BASIC_0_annotations.xml file from the opensap course page. You have an SAP HANA Cloud Platform (HCP) trial account and work in your SAP Web IDE trial. There are two options to carry out this exercise: You want to work with real backend data from the ES4 system (start with chapter 2.1). Therefore, you need a user in the ES4 SAP Gateway system and set up this destination in your SAP HANA Cloud Platform (HCP) account as described in the System Onboarding Guide provided in week 4. You want to work with mock data and a local schema file (start with chapter 2.2). In this case, you have to additionally download and use the schema file ES4_GWSAMPLE_BASIC.edmx. 1.4 Further Information Generally, SAP recommends having the annotation as Core Data Service (CDS). As a second option, the implementation can be done within an OData service. The reason is that the lifecycle of the annotations is close to the data definition. To ensure that in this course all learners can do the entire exercise, the annotations are based on a local file as part of the example project. In a customer project, a local annotation file is used to selectively overwrite annotations that come from a backend system. For more information on Smart Template applications, see

3 2 CREATE A SMART TEMPLATE APP FROM TEMPLATE 2.1 Create App with an SAP Gateway Service This chapter describes how to create a Smart Template application based on an SAP Gateway service from the ES4 SAP Gateway Demo Consumption system. In case, you cannot or do not want to work with an SAP Gateway service, you can skip this chapter and continue with the optional chapter Launch SAP Web IDE, with the Google Chrome browser. 2. On the Welcome screen, create a new project by choosing the tile Project from Template. Alternatively, choose File New Project From Template from the top menu. 3. In the Template Selection step of the wizard, search for the Smart Template Application tile. 4. Select the Smart Template Application tile. 5. Click the button Next to continue. 6. In the step Basic Information, provide the following details: Project Name Title Description SmartTemplateEx ercise Smart Template opensap exercise 7. Click the button Next to continue.

4 8. In the step Data Connection, a data source is needed. Under Sources, select Service Catalog. 9. Choose the ES4 backend system from the Service Information dropdown. If prompted, enter your credentials in the pop-up. 10. Search for and finally select the service GWSAMPLE_BASIC from the list with available OData services that come from the ES4 SAP Gateway Demo Consumption system. 11. Click the button Next to continue. 12. In the step Annotation Selection, an annotation must be defined. Click on the link + Add Annotation Files 13. From the dropdown, select File System. For this exercise, the annotation information comes from a local file. In a customer project, the annotation comes from the backend system. 14. In the dialog box Add From File System, choose Browse and open the file you downloaded from the opensap page: ES4_GWSAMPLE_BASIC_0_ann otations.xml 15. Confirm with OK. 16. In the current wizard step, click the button Next to continue.

5 17. In the step Template Customization, go to the field OData Collection and select ProductSet from the dropdown. 18. Click the button Next to continue. After selecting ProductSet in the OData Collection field, the OData Navigation field gets automatically updated with ToSalesOrderLineItems. 19. In the step Confirmation, click the button Finish to finalize the project creation based on a Smart Template application template. 20. Now, in your SAP Web IDE Workspace, the new folder SmartTemplateExercise was created. You can check out the files that were created. You may note that there are neither views nor controllers and only a few files contain code inside the project folder. Yet, you can still change the app - even without developing in JavaScript and others. See the following steps for some examples.

6 2.2 Create App with a Local Schema File This optional chapter describes the alternative way how to create a Smart Template application based on a local schema file. If you have already created your Smart Template application in chapter 2.1, you can skip this step. 1. Launch SAP Web IDE, with the Google Chrome browser. 2. On the Welcome screen, create a new Project by choosing the tile Project from Template. Alternatively, choose File New Project From Template from the top menu. 3. In the Template Selection step of the wizard, search for the Smart Template Application tile. 4. Select the Smart Template Application tile. 5. Click the button Next to continue. 6. In the step Basic Information, provide the following details: Project Name Title Description SmartTemplateEx ercise Smart Template opensap exercise 7. Click the button Next to continue.

7 8. In the step Data Connection, you need to set the data source. Under Sources, select File System. 9. Choose the button Browse and open the previously downloaded file you got from the opensap page ES4_GWSAMPLE_BASIC.edmx. 10. Click the button Next to continue. 11. In the step Annotation Selection, an annotation must be defined. Click on the link + Add Annotation Files 12. From the dropdown, select File System. For this exercise, the annotation information comes from a local file. In a customer project, the annotation comes from the backend system. 13. In the dialog box Add From File System, choose Browse and open the file you downloaded from the opensap page: ES4_GWSAMPLE_BASIC_0_ann otations.xml. 14. Confirm with OK. 15. In the wizard step, click the button Next to continue. 16. In the step Template Customization, go to the field OData Collection and select ProductSet from the dropdown. 17. Click the button Next to continue. After selecting ProductSet in the OData Collection field, the OData Navigation field gets automatically updated with ToSalesOrderLineItems.

8 18. In the step Confirmation, click the button Finish to finalize the project creation based on a Smart Template application template. 19. Now, in your SAP Web IDE Workspace, the new folder SmartTemplateExercise was created. You can check out the files that were created. You may note that there are neither views nor controllers and only a few files containing code inside the project folder. Yet, you can still change the app - even without developing in JavaScript or others. See the following steps for some examples.

9 3 ENHANCE THE SMART TEMPLATE APPLICATION 3.1 Enhance Annotation File with the Annotation Modeler 1. In SAP Web IDE, expand the folder webapp/annotations. 2. To open the annotation file with the correct editor, right-click the file localannotations_1.xml and choose from the context menu Open With Annotation Modeler. 3. The file localannotations_1.xml opens in the canvas. Check that the field OData Entity Set has the value ProductSet. 4. In the node of the Local Annotations, go to the column Actions and click the icon + (plus) to add a sub-node entry. 5. In the dialog box Annotations, select the checkbox UI.LineItem. 6. Confirm with the button OK. 7. The node UI.LineItem has been created and shows a red light indicating that the node has not been adapted yet. In the column Actions of this node, click the icon + (plus). 8. In the dialog box Line Item, select the checkbox DataField. 9. Confirm with the button OK.

10 10. Expand the node UI.LineItem and select the node UI.DataField. 11. In the UI.DataField Properties panel on the right, go to the field Value and choose from the dropdown ProductID. 12. Confirm the changes with the button Apply. The red light indicator disappeared. The structure update was successful. 13. Go a second time to the sub-node of the Local Annotations UI.LineItem area, then to the column Actions and click the icon + (plus) in the UI.LineItem row to add a second UI.DataField entry for UI.LineItem. 14. In the dialog box Line Item, select the checkbox DataField. 15. Confirm with the button OK. 16. In the node UI.LineItem, select the secondly created UI.DataField. 17. In the UI.DataField Properties panel on the right, go to the field Value and choose from the dropdown Name. 18. Confirm the changes with the button Apply. The red light indicator disappeared. The structure update was successful. 19. Save your changes in the file localannotations_1.xml by choosing Save.

11 3.2 Run the Smart Template Application If you have already opened the app preview in a separate tab and a refresh of the app does not work, we recommend that you close the preview tab, clear the browser cache and start the app anew and as follows. 1. In SAP Web IDE, select the folder SmartTemplateExercise folder and choose the button Run from the top menu. 2. Depending on your Smart Template project setup, either connected to the ES4 SAP Gateway service or working with a local schema file and mock data, choose one of the following options: With ES4 SAP Gateway service: In the dialog box Choose the File to Run, select the flpsandbox.html file and confirm with the button OK. This option does not work if you created the app with a local schema file only since your setup is not prepared to fetch data from a backend service. With local schema and mock data: In the dialog box Choose the File to Run, select the option flpsandboxmockserver. html and confirm with the button OK. 3. The app preview is opened in a new browser window. If the pop-up Store Files on this Device is displayed, confirm with Allow. You see a launchpad tile called SmartTemplateExercise. 4. Click on the tile to enter your app.

12 5. Now, your Smart Template application opens. If prompted, provide your ES4 SAP Gateway Demo Consumption system credentials in the pop up. 6. In case your app does not show any data, click the blue button Go in the top right corner of the screen. Your app fetches data from the backend system (or mock data respectively). 7. Finally, you will see a product list. 8. Now, close the app preview window and return to SAP Web IDE. Actually, a click on any of the list items will take you to an empty page. In the next step of this exercise, you will create new content for this page.

13 3.3 Add Content to Second Page 1. In SAP Web IDE, go to your project folder SmartTemplateExercise and expand webapp/annotations. 2. Again, open the file in the Annotation Modeler. Therefore, right-click the file localannotations_1.xml and choose from the context menu Open With Annotation Modeler. 3. The file localannotations_1.xml opens in the canvas. Check that the field OData Entity Set has the value ProductSet. 4. In the node Local Annotations, go to the column Actions and click the icon + (plus) to add a sub-node entry. 5. In the dialog box Annotations, select the checkbox UI.Identification. 6. Confirm with the button OK. 7. The node UI.Identification has been created and shows a red light indicating that the nodes has not been adapted yet. In the column Actions of this node, click the icon + (plus). 8. In the dialog box Identification, select the checkbox DataField. 9. Confirm with the button OK.

14 10. Expand the node UI.Identification and select its sub-node UI.DataField. 11. In the UI.DataField Properties panel on the right, go to the field Value and choose from the dropdown Description. 12. Confirm the changes with the button Apply. The red light indicator disappeared. The structure update was successful. 13. Go a second time to the sub-node of the Local Annotations UI.Identification area, then to the column Actions and click the icon + (plus) in the UI.Identification row to add a second UI.DataField entry for UI.Identification. 14. In the dialog box Identification, select the checkbox DataField. 15. Confirm with the button OK. 16. In the node UI.Identification, select the secondly created UI.DataField. 17. In the UI.DataField Properties panel on the right, go to the field Value and choose from the dropdown SupplierName. 18. Confirm the changes with the button Apply. The red light indicator disappeared. The structure update was successful.

15 19. Go a third time to the sub-node of the Local Annotations UI.Identification area, then to the column Actions and click the icon + (plus) in the UI.Identification row to add a third UI.DataField entry for UI.Identification. 20. In the dialog box Identification, select the checkbox DataField. 21. Confirm with the button OK. 22. In the node UI.Identification, select the thirdly created UI.DataField. 23. In the UI.DataField Properties panel on the right, go to the field Value and choose from the dropdown Price. 24. Attention! Do NOT confirm your changes with the button Apply. 25. Choose the button Add Concatenation and see more fields that are displayed. Through this option, you add another value and display it in your app in the same field as your first value. 26. In the field Path, select from the dropdown the value CurrencyCode. 27. Then go to the field Delimiter to define how the price value and the currency code are separated. In the field Delimiter, insert a blank space as value (with your computer keyboard). 28. Confirm the changes with the button Apply. The red light indicator disappeared. The structure update was successful.

16 29. As a next step, you will add a header element to your Smart Template app. In the node of the Local Annotations, go to the column Actions and click the icon + (plus) to add a sub-node entry. 30. In the dialog box Annotations, select the checkbox UI.HeaderInfo. 31. Confirm with the button OK. 32. Select the node UI. HeaderInfo. 33. In the UI.HeaderInfo Properties panel on the right, go to the field TypeName and type in the value Product. 34. In the UI.HeaderInfo Properties panel on the right, go to the field TypeNamePlural and type in the value Products. 35. Confirm the changes with the button Apply. The red light indicator still remains because the sub-node must be configured, too. 36. Expand the node UI.HeaderInfo and select its sub-node Title. 37. In the UI.DataFild Properties panel on the right, go to the field Value and choose from the dropdown Name. 38. Confirm the changes with the button Apply. Now, the red lighted indicator disappeared. The structure update was successful. For the OData entity set ProductSet, all edit steps are finished now.

17 39. As a next step, you will adapt a further part of the Smart Template application. At the top of the canvas, go to the field OData Entity Set and choose from the dropdown the value SalesOrderLineItemSet. 40. Start the next application edit steps for the OData entity set SalesOrderLineItemSet by clicking on the button Annotate. 41. In the node Local Annotations, go to the column Actions and click the icon + (plus) to add a sub-node entry. 42. In the dialog box Annotations, select the checkbox UI.LineItem. 43. Confirm with the button OK. 44. The node UI.LineItem has been created and shows a red light indicating that the nodes is not adapted yet. In the column Actions of this node, click the icon + (plus).

18 45. In the dialog box Line Item, select the checkbox DataField. 46. Confirm with the button OK. 47. Expand the node UI.LineItem and select its sub-node UI.DataField. 48. In the UI.DataField Properties panel on the right, go to the field Value and choose from the dropdown SalesOrderID. 49. Confirm the changes with the button Apply. The red light indicator disappeared. The structure update was successful. 50. Save your changes in the file localannotations_1.xml by choosing Save. 51. Run your app to see the changes on the second page (Product Details) of your Smart Template application. Select the folder SmartTemplateExercise and choose the button Run from the top menu. Check chapter 3.2 Run the Smart Template Application in this document on how to run your app depending on your project setup.

19 52. Once your app is running, navigate from one product list item to its details. Check out the product list item navigation and the result of your changes to the annotation file on the second view. 53. On the Product details page (second view), check the result of your changes done through the additions to the annotation file. 54. Finally, close the app preview window and return to SAP Web IDE.

20 3.4 Optional: Add Content to Third Page This step shows how to add content to a third page that you can access from a Product Details page (second view). This page is labeled with Second Facet. 1. In SAP Web IDE, go to your project folder SmartTemplateExercise and expand webapp/annotations. 2. Again, open the file in the Annotation Modeler. Therefore, right-click the file localannotations_1.xml and choose from the context menu Open With Annotation Modeler. 3. The file localannotations_1.xml opens in the canvas. In the field OData Entity Set, select from the dropdown the value SalesOrderLineItemSet. 4. In the node Local Annotations, go to the column Actions and click the icon + (plus) to add a sub-node entry. 5. In the dialog box Annotations, select the checkbox UI.Identification. 6. Confirm with the button OK. 7. The node UI.Identification has been created and shows a red light indicating that the node has not been adapted yet. In the column Actions of this node, click the icon + (plus).

21 8. In the dialog box Identification, select the checkbox DataField. 9. Confirm with the button OK. 10. Expand the node UI.Identification and select its sub-node UI.DataField. 11. In the UI.DataField Properties panel on the right, go to the field Value and choose from the dropdown. 12. Confirm the changes with the button Apply. The red light indicator disappeared. The structure update was successful. 13. As a next step, you will add a header element. In the node Local Annotations, go to the column Actions and click the icon + (plus) to add a sub-node entry. 14. In the dialog box Annotations, select the checkbox UI.HeaderInfo. 15. Confirm with the button OK.

22 16. Select the node UI. HeaderInfo. 17. In the UI.HeaderInfo Properties panel on the right, go to the field TypeName and choose from the dropdown the value Sales Order Item. 18. In the UI.HeaderInfo Properties panel on the right, go to the field TypeNamePlural and choose from the dropdown the value Sales Order Items. 19. Confirm the changes with the button Apply. The red light indicator still remains because the sub-node must be configured, too. 20. Expand the node UI.HeaderInfo and select its sub-node Title. 21. In the UI.DataFild Properties panel on the right, go to the field Value and choose from the dropdown SalesOrderID. 22. Confirm the changes with the button Apply. Now, the red light indicator disappeared. The structure update was successful. 23. Save your changes in the file localannotations_1.xml by choosing Save. 24. Now, check your changes within the code of your app to understand the page structure. Therefore, go to the folder webapp and double-click on the file manifest.json 25. On the bottom of the canvas, click the tab Code Editor.

23 26. Scroll down through the code and find "sap.ui.generic.app" 27. Below, you will find the three "pages" element declarations. As you may notice, the declarations are nested into each other. They correspond to the tree different pages that you created and edited in the steps before. 28. Check the parameter entityset of each page declaration. You should see that the first two parameters of entityset have the value ProductSet. The third parameter of entityset must have the value SalesOrderLineItemSet If one of the parameters of entityset is empty, add the right value to it and be aligned with the screenshot provided in this exercise. 29. If you did changes in the file manifest.json, choose the button Save from the top menu. 30. Run your app to see the changes on the second page (Product Details) of your Smart Template application. Select the folder SmartTemplateExercise folder and choose the button Run from the top menu. Check chapter 3.2 Run the Smart Template Application in this document on how to run your app depending on your project setup. 31. Once your app is running, navigate from one product list item to its details.

24 32. On the Product details page (second view), navigate to the page SECOND FACET. In case that there is not data displayed, click on the button Settings. 33. In the pop-up View Settings, select Sales Order ID. 34. Confirm the button OK. 35. In the area SECOND FACET check the result of your changes done through the additions to the annotation file. 36. First, check that there is a navigation to one of the Sales Order ID items for more details. 37. Then, check the result of your edits on the page Sales Order Item. 38. Finally, close the app preview window and return to SAP Web IDE.

25 3.5 Optional: Remove Navigation from Product List Items This step shows how to remove the navigation from the product list items on the first to the Product detail page (second view). This may be important if you want to go for a single list report app. 1. In SAP Web IDE, go to your project folder SmartTemplateExercise and expand the folder webapp. 2. Right-click on the file manifest.json and choose from the context menu Open With Code Editor. 3. Inside the code, scroll down and search for the row that starts with sap.ui.generic.app. Inside, the entries pages : are relevant. Try one of the following two options. If you delete code, you can save and run your app to check the results. When you let the file open in SAP Web IDE and return back to your code, undo your changes (e.g. code deletion) and try another option. Therefore go to the SAP Web IDE menu Edit Undo 4. Option 1: You want to navigate from the product item list to the Product details page (second view). But on this second view, the navigation to a third view (e.g. to Sales Order Item) should be disabled. 5. For option 1, delete the code highlighted in orange. The highlighted code to be deleted refers to this third page and is part of (or nested inside) the code of the second view.

26 6. Option 2: You want to disable the navigation from a product list item to the Product details page (second view). In this case no further navigation possibilities are available to any sub-page of your app. 7. For option 2, delete the code highlighted in orange and yellow. The highlighted code to be deleted refers to the second and third page and is part of the code of the first view. 8. Save your changes in the file manifest.json by choosing Save. 9. Run your app to see the changes on the navigation behavior of your Smart Template application. Select the folder SmartTemplateExercise folder and choose the button Run from the top menu. Check chapter 3.2 Run the Smart Template Application in this document on how to run your app depending on your project setup. 10. In case of option 1: Navigate from a product list item to its Product details page (second view). Check that a further navigation from Sales Order ID to the next detail page (third view) is not possible anymore.

27 11. In case of option 2: Check that the navigation from one of the product list items to its Product details page (second view) is not possible anymore. Congratulations! You created and changed an SAP Fiori app based on a Smart Template Application in SAP Web IDE.

Build an App From a SAP Web IDE Template. Page 1/26

Build an App From a SAP Web IDE Template. Page 1/26 Build an App From a SAP Web IDE Template Page 1/26 1. Click on Services Tab Click on the Services tab in the navigation bar. Page 2/26 2. Open SAP Web IDE Scroll down and then click the SAP Web IDE tile

More information

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step www.sap.com How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step SAP Netweaver (7.51) and SAP S/4HANA 1610 Jessie Xu TABLE OF CONTENTS

More information

How to Transport KPI Tile Application Step-by-Step Guide in S/4HANA On-Premise

How to Transport KPI Tile Application Step-by-Step Guide in S/4HANA On-Premise How to Transport KPI Tile Application Step-by-Step Guide in S/4HANA 1610-1809 On-Premise S4H Gateway Ali Chalhoub Shilpa Shankar 2016 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step

How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step www.sap.com How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step SAP NetWeaver (7.5) and EHP8 for SAP ERP 6.0 Jessie Xu

More information

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2)

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) Table of Contents Introduction... 2 Connect to the opensap instance... 3 Login to the SAPgui... 5 Disable Internet

More information

D&B Optimizer for Microsoft Installation Guide

D&B Optimizer for Microsoft Installation Guide D&B Optimizer for Microsoft Installation Guide Version 2.0 July 13, 2018 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING SUPPORT... 4 2. GETTING STARTED... 4 MICROSOFT LICENSING CHECKLIST...

More information

Amplify. Innovate. Empower. At SAP Innovation Camp.

Amplify. Innovate. Empower. At SAP Innovation Camp. Amplify. Innovate. Empower. At SAP Innovation Camp. SAP Solution Manager 7.2: Accelerate the Digital Transformation Hands-on Exercises SAP Solution Manager 7.2 is the most complete lifecycle management

More information

6 Implementing Analytical Apps

6 Implementing Analytical Apps Chapter This chapter walks you through implementing analytical apps with and without the SAP Smart Business Modeler. In Chapter 1, we discussed the architecture and communication channels between different

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

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Preface 7. 1 Introduction to OpenUI5 9

Preface 7. 1 Introduction to OpenUI5 9 TABLE OF CONTENTS Table of Contents Preface 7 1 Introduction to OpenUI5 9 2 OpenUI5 Getting started 13 2.1 Libraries in OpenUI5 13 2.2 OpenUI5 development environment 14 2.3 Eclipse installation 15 2.4

More information

Introduction & Navigation

Introduction & Navigation Introduction & Navigation Logging In to Marketing Cloud 1. Open a tab in either the Chrome or Firefox web browser. 2. Place your cursor in the URL bar then type mc.exacttarget.com. 3. Strike the Enter

More information

An Introduction to Google Chrome

An Introduction to Google Chrome An Introduction to Google Chrome Box is an online file sharing and cloud content management service and it provides features such as: Getting Google Chrome 1. To get started with Google Chrome, you have

More information

PTC Navigate Trial Instructions

PTC Navigate Trial Instructions PTC Navigate Trial Instructions Welcome to the PTC Navigate Trial! Product data is your organization s most valuable asset. Decisions made with this information can greatly impact your business, especially

More information

Documentation Tool Tutorial Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway

Documentation Tool Tutorial Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway Introduction The Documentation Tool interactive serves as a wizard that can help learners easily document and evaluate goal driven

More information

How to create and send a new . NOTE: See different guide for repurposing an existing

How to create and send a new  . NOTE: See different guide for repurposing an existing How to create and send a new email NOTE: See different guide for repurposing an existing email 1 Log into marketo at https://rufsso.rutgers.edu/ 2 Remember You will need a NetID and password to log in

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019 D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics VERSION: 2.3 PUBLICATION DATE: February, 2019 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9 Media Writer Installation Guide Version 5.1.9 Regulations and Compliance Tel: 1-844-535-1404 Email: TS_PACSGEAR@hyland.com 2018 Hyland. Hyland and the Hyland logo are trademarks of Hyland LLC, registered

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18 CalPlan Creating a Unit Plan Workbook 1/25/18 Table of Contents Exercise 1: Log into the Workspace & Run a CalPlan Report... 3 Exercise 2: Launching CalPlan and Setting Your Entity... 10 Exercise 3: Actualized

More information

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal.

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. (1) InfoObject (New) As of BW backend version 7.5 SPS00, it is possible to model InfoObjects

More information

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC TABLE OF CONTENTS PREPARATION... 3 Activating your CAL Instance... 3 NAVIGATING IN THE FIORI LAUNCHPAD... 3 Using

More information

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013, 2015 and 2016

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013, 2015 and 2016 Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013, 2015 and 2016 User Manual Akvelon, Inc. 2016, All rights reserved. 1 Contents Overview... 3 Licensing... 4 Installation... 5 Upgrading from

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

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

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

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.15, March 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

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

DESIGN MOBILE APPS FOR ANDROID DEVICES

DESIGN MOBILE APPS FOR ANDROID DEVICES DESIGN MOBILE APPS FOR ANDROID DEVICES Thank you for participating in a workshop at MicroStrategy World 2019. If you missed or did not finish an exercise and want to complete it after the conference,

More information

How to setup My Inbox 2.0 app

How to setup My Inbox 2.0 app How to setup My Inbox 2.0 app SAP NetWeaver (7.5) Gateway Joaquin Fornas Konstantia Zerva-Spanou Ali Chalhoub 2016 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP

More information

Experience SAP HANA Cloud Portal. Use SAP HANA Cloud Portal to Create Engaging Websites in 5 Simple Steps

Experience SAP HANA Cloud Portal. Use SAP HANA Cloud Portal to Create Engaging Websites in 5 Simple Steps Experience SAP HANA Cloud Portal Use SAP HANA Cloud Portal to Create Engaging Websites in 5 Simple Steps TABLE OF CONTENTS TUTORIAL AGENDA... 3 PREREQUISITES... 3 EXERCISE 1: CREATE AND CONFIGURE A NEW

More information

SCP-MOD Quick Reference Guide: Discrete Orders Buyer

SCP-MOD Quick Reference Guide: Discrete Orders Buyer SCP-MOD Quick Reference Guide: Discrete Orders Buyer Updated August 2016 Discrete orders are created in the buyer s backend system and then automatically sent to SCP for viewing and response by the supplier.

More information

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 Agenda SHINE - Overview SHINE What s new in SPS 08 SHINE - Roadmap

More information

Clay Tablet Connector for Sitecore. User Guide. Version 3.9.8

Clay Tablet Connector for Sitecore. User Guide. Version 3.9.8 Clay Tablet Connector for Sitecore User Guide Version 3.9.8 May 27, 2016 Copyright Copyright 2005-2016 Clay Tablet Technologies Inc. All rights reserved. All rights reserved. This document and its content

More information

Technical Documentation. Configuring Google SSO with Amazon AppStream 2.0 and Amazon AppStream 2.0 Chrome Packaging and Deployment

Technical Documentation. Configuring Google SSO with Amazon AppStream 2.0 and Amazon AppStream 2.0 Chrome Packaging and Deployment Technical Configuring Google SSO with Amazon AppStream 2.0 and Amazon AppStream 2.0 Chrome Packaging and Deployment Version 2 - February 2018 Configuring Google SSO with Amazon AppStream 2.0 Requirements

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors First-hand knowledge. Reading Sample In this sample chapter, you l l start in Chapter 2 by creating your first document and query in SAP BusinessObjects BI. In this process, we ll explore the query panel,

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

How To Create FPM Application consuming CDS view using ACT

How To Create FPM Application consuming CDS view using ACT SAP NetWeaver How-To Guide How To Create FPM Application consuming CDS view using ACT Applicable Releases: SAP NetWeaver AS ABAP 7.4 SP5 Target Audience: FPM Developers Version 1.0 February 2014 Copyright

More information

Purpose and target audience:

Purpose and target audience: blogs.sap.com BW Query on CDS View, OData from BW and value of BW Query in S/4HANA 13-17 minutes Purpose and target audience: This blog explains the scenario to create BW Query on top of CDS View (Transient

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

Importing sequence assemblies from BAM and SAM files

Importing sequence assemblies from BAM and SAM files BioNumerics Tutorial: Importing sequence assemblies from BAM and SAM files 1 Aim With the BioNumerics BAM import routine, a sequence assembly in BAM or SAM format can be imported in BioNumerics. A BAM

More information

SAP TechEd. Using SAPUI5 to Enhance Enterprise Learning Manager Capabilities. Rob Becker. Session MOB115

SAP TechEd. Using SAPUI5 to Enhance Enterprise Learning Manager Capabilities. Rob Becker. Session MOB115 SAP TechEd Using SAPUI5 to Enhance Enterprise Learning Manager Capabilities Rob Becker Session MOB115 1 Who Are We Lockheed Martin Corporation Global defense, security, aerospace, and advanced technology

More information

How to Launch an Online Course for the first time

How to Launch an Online Course for the first time How to Launch an Online Course for the first time This tutorial walks you through the steps to find, view and launch online courses that you have purchased using Council Connect. Important information

More information

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph This tutorial is the first tutorial in the Creating an Options Menu tutorial series and walks you through the steps to load a canvas using

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

HOW TO BUILD YOUR FIRST ROBOT

HOW TO BUILD YOUR FIRST ROBOT Kofax Kapow TM HOW TO BUILD YOUR FIRST ROBOT INSTRUCTION GUIDE Table of Contents How to Make the Most of This Tutorial Series... 1 Part 1: Installing and Licensing Kofax Kapow... 2 Install the Software...

More information

User Manual. Revview Central

User Manual. Revview Central for Revview Central (Journal Office) Powered by TNQ Technologies COPYRIGHT NOTICE 2018 TNQ Technologies. All rights reserved. Document History S. No. Version No. Revision No. Release Date Remarks 1. 1

More information

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

More information

Dashboard in an Hour. by Power BI Team, Microsoft. Version: Copyright 2015 Microsoft 1 P a g e

Dashboard in an Hour. by Power BI Team, Microsoft. Version: Copyright 2015 Microsoft 1 P a g e Dashboard in an Hour by Power BI Team, Microsoft Version: 07.15.2017 Copyright 2015 Microsoft 1 P a g e Contents Problem Statement... 3 Document Structure... 3 Prerequisites... 4 Power BI Desktop - Get

More information

VERSION 1.0, FEATURE PACK What s New SAP Enable Now

VERSION 1.0, FEATURE PACK What s New SAP Enable Now VERSION 1.0, FEATURE PACK 1805 CUSTOMER What s New SAP Enable Now Table of Contents Introduction... 4 Further Information... 4 General Changes... 5 New Bubbles... 5 Toolbox Download... 5 Edit Tables...

More information

2015 Beta 2 Tutorials

2015 Beta 2 Tutorials 2015 Beta 2 Tutorials 2015 Beta 2 FOR WINDOWS & UNIX & LINUX Contents 1 Tutorial 2: Config, Deploy & Run the Application... 1 1.1 Task 1: Configure the database type... 1 1.2 Task 2: Configure the database

More information

Lionbridge Connector for Sitecore. User Guide

Lionbridge Connector for Sitecore. User Guide Lionbridge Connector for Sitecore User Guide Version 4.0.5 November 2, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

Course Folder and Files Instructions for download and use

Course Folder and Files Instructions for download and use Course Folder and Files Instructions for download and use About course folders and files Please read this page carefully! Most, but not all of our courses, at certain points in each chapter, instruct you

More information

How-to Connect your HANA Cloud Platform Mobile Service Account to your On-Premise OData Service

How-to Connect your HANA Cloud Platform Mobile Service Account to your On-Premise OData Service How-to Connect your HANA Cloud Platform Mobile Service Account to your On-Premise OData Service How-to Connect your HANA Cloud Platform Mobile Service Account to your On-Premise OData Service How-to Provided

More information

Lionbridge Connector for Sitecore. User Guide

Lionbridge Connector for Sitecore. User Guide Lionbridge Connector for Sitecore User Guide Version 4.0.2 March 28, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

Republicbank.com Supported Browsers and Settings (Updated 03/12/13)

Republicbank.com Supported Browsers and Settings (Updated 03/12/13) Republicbank.com Supported Browsers and Settings (Updated 03/12/13) We support the Internet Explorer 8.0 & 9.0. If you are using Internet Explorer 7.0 or earlier you will need to update your browser. Click

More information

'phred dist acd.tar.z'

'phred dist acd.tar.z' Phred is free for academic use but does require registration and for you to obtain a licence. Please visit http://www.phrap.org/consed/consed.html#howtoget and follow the instructions. A copy of the Phred

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

SAP Fiori - Hur kommer man igång? Christer Ingemarsson, istone

SAP Fiori - Hur kommer man igång? Christer Ingemarsson, istone SAP Fiori - Hur kommer man igång? Ingemarsson, istone SAPSA Impuls Agenda What is Fiori? Why Fiori? How do you Implement Fiori? How do you Extend Fiori apps? How do you Build Fiori apps? New UX Design

More information

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

HTML Mashups A mashup that embeds an HTML or JavaScript based Web page directly on a screen.

HTML Mashups A mashup that embeds an HTML or JavaScript based Web page directly on a screen. ABSTRACT Mashups are used to integrate data from SAP's cloud solution with data provided by an online Web service or application. Users can access the content provided by these Web services and applications.

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

Create a Questionnaire. Triangle

Create a Questionnaire. Triangle Create a Questionnaire Triangle 1. Access EyeQuestion Open your browser (e.g. Internet Explorer) Browse to your EyeQuestion server The login screen will be visible 2. Login Login with your credentials

More information

Release 6.0E. Support Package 4. Summary of New Features and Enhancements

Release 6.0E. Support Package 4. Summary of New Features and Enhancements Release 6.0E Support Package 4 Summary of New Features and Enhancements Contents Introduction... 5 Information Sources... 5 Social Media... 5 Disclaimer and Liability Notice... 6 SAP ECC Version Requirements...

More information

Virto Office 365 Bulk File Upload for Microsoft SharePoint Online Release User and Installation Guide

Virto Office 365 Bulk File Upload for Microsoft SharePoint Online Release User and Installation Guide Virto Office 365 Bulk File Upload for Microsoft SharePoint Online Release 1.0.0 User and Installation Guide 2 Table of Contents Contents Table of Contents... 2 Features List... 3 System/Developer Requirements...

More information

Quark XML Author for FileNet 2.5 with BusDocs Guide

Quark XML Author for FileNet 2.5 with BusDocs Guide Quark XML Author for FileNet 2.5 with BusDocs Guide CONTENTS Contents Getting started...6 About Quark XML Author...6 System setup and preferences...8 Logging in to the repository...8 Specifying the location

More information

How to Setup Notifications in Fiori 2.0 Step-by-Step

How to Setup Notifications in Fiori 2.0 Step-by-Step How to Setup Notifications in Fiori 2.0 Step-by-Step SAP S/4HANA 1610 Wilson Wei 2017 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer, StreamWork,

More information

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27 Index A, B, C Calculations, Power Query distinct customers code implementations, 205 duplicate date and customer, 204 group by dialog configuration, 204 objective, 202 output, 205 Query Editor toolbar,

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

HarePoint Business Cards

HarePoint Business Cards HarePoint Business Cards For SharePoint Server 2010, SharePoint Foundation 2010, Microsoft Office SharePoint Server 2007 and Microsoft Windows SharePoint Services 3.0. Product version 0.3 January 26, 2012

More information

Lab 3: Configuration of OIM to manage user accounts lifecycle in DSEE application

Lab 3: Configuration of OIM to manage user accounts lifecycle in DSEE application OIM 11g Workshop Lab 3 Lab 3: Configuration of OIM to manage user accounts lifecycle in DSEE application Contents Lab 3: Configuration of OIM to manage user accounts lifecycle in DSEE application... 1

More information

Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services

Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services Guided Exercise 1.1: Setting up the sample OpenEdge Data Object Services Overview Before you can develop a web app, you must set up the back-end services for the data providers that the web app will use.

More information

Procedure to Create Custom Report to Report on F5 Virtual Services

Procedure to Create Custom Report to Report on F5 Virtual Services Procedure to Create Custom Report to Report on F5 Virtual Services Summary: The purpose of this Application Note is to provide a procedure to report on F5 Load Balancer Virtual Services. The report uses

More information

Enterprise Data Catalog for Microsoft Azure Tutorial

Enterprise Data Catalog for Microsoft Azure Tutorial Enterprise Data Catalog for Microsoft Azure Tutorial VERSION 10.2 JANUARY 2018 Page 1 of 45 Contents Tutorial Objectives... 4 Enterprise Data Catalog Overview... 5 Overview... 5 Objectives... 5 Enterprise

More information

SIGNATUS USER MANUAL VERSION 2.5

SIGNATUS USER MANUAL VERSION 2.5 SIGNATUS USER MANUAL VERSION 2.5 CONTENTS 1 INTRODUCTION... 3 1.1 Launching SIGNATUS... 4 1.1.1 Launching SIGNATUS for the 1 st time... 4 1.1.2 Update your SIGNATUS License... 5 1.2 Main Menu... 6 2 SETTINGS...

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

More information

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13 Table of Contents Table of Contents 1-4 User Guide 5 Getting Started 6 Report Portal 6 Creating Your First Report 6-11 Previewing Reports 11-13 Previewing Reports in HTML5 Viewer 13-18 Report Concepts

More information

Design Importer User Guide

Design Importer User Guide Design Importer User Guide Rev: 9 February 2012 Sitecore CMS 6.5 Design Importer User Guide How to import the design of an external webpage as a Sitecore layout or sublayout Table of Contents Chapter 1

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

More information

YearbookFusion Online A Quick Start Guide

YearbookFusion Online A Quick Start Guide YearbookFusion Online A Quick Start Guide Welcome to YearbookFusion Online. This guide will help you get started and plan out your yearbook process from start to end. Step 1: Launch the Application In

More information

Using Novell Filr App to Access CECHCloud on an ipad or iphone

Using Novell Filr App to Access CECHCloud on an ipad or iphone Using Novell Filr App to Access CECHCloud on an ipad or iphone About CECHCloud... 2 Installing and Configuring the Novell Filr App... 2 Navigating the Filr App... 4 Working with Files... 7 Viewing Files...

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Getting Started Guide

Getting Started Guide SnagIt Getting Started Guide Welcome to SnagIt Thank you for your purchase of SnagIt. SnagIt is the premier application to use for all of your screen capturing needs. Whatever you can see on your screen,

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

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

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...

More information

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5 Hands-On Lab Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish Lab version: 1.0.5 Last updated: 27/03/2013 Overview This hands- on lab is part two out of

More information

Customise your module structure

Customise your module structure VITAL how to guides Customise your module structure Creating new menu items in a module menu Editing menu items in a module menu Re-ordering items in a module menu The Module Page elearning Unit Last updated:

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

BlueMix Hands-On Workshop

BlueMix Hands-On Workshop BlueMix Hands-On Workshop Lab E - Using the Blu Big SQL application uemix MapReduce Service to build an IBM Version : 3.00 Last modification date : 05/ /11/2014 Owner : IBM Ecosystem Development Table

More information

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS)

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) (434) 924-7988, RRH 219 helpdesk@comm.virginia.edu Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) Prerequisites: Verify that your installation of OS X and Safari have the most

More information

Vizit 6 Installation Guide

Vizit 6 Installation Guide Vizit 6 Installation Guide Contents Running the Solution Installer... 3 Installation Requirements... 3 The Solution Installer... 3 Activating your License... 7 Online Activation... 7 Offline Activation...

More information

Banner XE Faculty Grading

Banner XE Faculty Grading Banner XE Faculty Grading Instructions Logging into the application: 1. Log into DrexelOne (http://one.drexel.edu) 2. Select Faculty at the top of the Welcome page 3. Select More BannerWeb Faculty Services

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Work Smart: Microsoft Office 2010 User Interface

Work Smart: Microsoft Office 2010 User Interface About the Office 2010 User Interface You can use this guide to learn how to use the new features of the Microsoft Office Ribbon. Topics in this guide include: What s New in the Office 2010 User Interface

More information