Www.regouniversity.com Clarity Educational Community Enhanced Functionality and Integration Advanced GEL Scripts Presented by: James Gille | Date Prepared:

Slides:



Advertisements
Similar presentations
Copyright © Open Text Corporation. All rights reserved. Slide 1 Automatic Routing With Captaris FaxPress and FaxPress Premier Darin McGinnes Sales Engineer.
Advertisements

Practice Insight Instructional Webinar Series Eligibility Manager
The Power of GEL Scripting to Enhance Functionality
Session Overview Your onboarding path Enhance.
CSO’s 2014 Training & Networking Conference | Austin, TX | Copyright © 2014 CSO Research, Inc. Wonderful World of Data Cleanup Keenan & Mona.
Interface Strategies and Methods.
The Collections Keeper A collections management system Brian J. Mullen.
NMED 3850 A Advanced Online Design February 25, 2010 V. Mahadevan.
Clarity Educational Community Portlet Creation and Management Getting Started with NSQL Presented by: Juan Ortega, David Zywiec.
Getting Started with Data Model
Clarity Educational Community Demand Management Overview Presented by: Clayton Reynolds and Brian Lofton | Date Prepared: April.
Clarity Educational Community Clarity Educational Community Integration Interface Strategies and Methods.
Clarity Educational Community Advanced Maximizing Portlet Function to Personalize Output Presented by: Sangeet Chourey and Chris.
Clarity Educational Community Resource Management Overview Presenters: Jerry Dolak and Karl Lockwood.
Batch Process Overview. Batch Processes 2 What Do You Mean By Batch Processing? Allows for Mass Entry of Data All Processing of the Data Happens Without.
Clarity Educational Community Clarity Educational Community Creating and Tuning SQL Queries that Engage Users.
EValid Getting Started. Agenda Introduction to eValid First experience of using eValid Recording and Site Analysis in eValid.
Clarity Educational Community Financial Management Overview Presented by: David Wachsmann & Jen Scarlato Prepared: 4/10/2015.
Clarity Educational Community Clarity Educational Community Tools and Techniques for Financial Processing.
Clarity Educational Community Clarity Educational Community Uncovering Dashboards Experts Unplugged Presented.
Clarity Educational Community Metrics that Matter Derek Phair & Eric Van Blarcum | May 4-6, 2015.
Agile Process & the Role of CA PPM in the IT Ecosystem of Tools
Clarity Educational Community Jaspersoft Navigation as an Ad Hoc User Presented by: Doug Greer | Prepared On: April 18, 2015.
Clarity Educational Community Portfolio Management Overview.
Introduction to soapUI Presented by Kushan Athukorala.
Enterprise Reporting with Reporting Services SQL Server 2005 Donald Farmer Group Program Manager Microsoft Corporation.
Jason Morrill NCOAUG Training Day February, 2008
Integrated PPM Governance Leveraging Org Change Management for PPM Process Implementations Presented by: Allan Mills.
Clarity Educational Community Optimizing Your CA PPM Support Team Presented By: Ken Armstrong & Wes McCoubrie.
Clarity Educational Community Get the Results You Need When You Need Them Transitioning to CA PPM On Demand Presented by: Joshua.
HeadMaster Online Parent Access
Introduction.  What does this course mean to VGP?  Creating persistent worlds  Offline multiplayer games  Save/retrieve data from the Web  What does.
Clarity Educational Community Updates and Automation Getting Started with GEL Scripts Presented by : Virginia DeCeglia & Chris Shaffer.
Clarity Educational Community Everything You Need to Know for A Smooth Transition Successful Upgrades Presented by: Steve Seaney.
Skype A multimedia tool to use in and outside your classroom.
Clarity Educational Community How Companies Are Using CA PPM for Application Portfolio Management Presented by: Mark Feher | Date.
Clarity Educational Community Using CA PPM for Effective Program Management Presented by: Brian Wuenstel and Don Dickson | Date.
Dream Report: Secure and Reliable Reporting Renee Sikes Applications Engineer Dream Report Brand Manager.
Plenary meeting 2015 – Chania - Crete CASCADE Data Services Yusuf Yigini, Panos Panagos, Martha B. Dunbar Joint Research Centre - European Commission.
Calendar System Dale Wassum August 4, 2004 CPSC 463 :: Summer II 2004 :: Dr. Pargas.
ClubRunner Connect. Collaborate. Communicate. Club Presentation Welcome to ClubRunner An Official Rotary International Licensee
Clarity Educational Community Configuration Releases Best Practices in the CA PPM Development Process Presented by: Brian Wuenstel.
NMED 3850 A Advanced Online Design January 12, 2010 V. Mahadevan.
DTS Conversion to SSIS Conversion Best Practices Mike Davis
DIY Site Review + Summer Cleaning Keeping Your System Running Smoothly Rachel & Kevin.
EXAM-2 OVERVIEW Aliya Farheen
Automated Scheduling and Operations for Legacy Applications.
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Import Testing Data Presented by: Adrian Ruiz Presented by: Adrian Ruiz.
EGEE User Forum Data Management session Development of gLite Web Service Based Security Components for the ATLAS Metadata Interface Thomas Doherty GridPP.
Web Scripting [PHP] CIS166AE Wednesdays 6:00pm – 9:50pm Rob Loy.
NMD202 Web Scripting Week5. What we will cover today PHP & MySQL Displaying Dynamic Pages Exercises Modifying Data PHP Exercises Assignment 1.
Data Processor (866) Horseshoe Bend Rd, Suite 107  Boise, ID  Tel:  Toll free: 
Covered Topics of Teradata Teradata Architecture Objects of Teradata Recovery and Protection of Data Indexes of Tera data Storage & Retrieval of Data.
30 Copyright © 2009, Oracle. All rights reserved. Using Oracle Business Intelligence Delivers.
{ SUSTAIN Technologies Inc. eCourt: Intro to Systems Integration SUSTAIN Technologies Inc.
Welcome to the Kansas User Group Meeting February 9, 2015 Please remember to place your phone on mute and do NOT place your phone on hold.
Module 4 Creating EMC Files, Uploading EMC Files and Downloading Reports PC-ACE Pro32.
Esri UC 2014 | Technical Workshop | Administering ArcGIS for Server with Python Jon Bodamer.
Lawson Mid-America User Group Spring 2016 Meeting.
16 Copyright © 2004, Oracle. All rights reserved. Testing the Migrated Oracle Database.
SSIS ETL Data Resource Management. Create an ETL package using a wizard database server to database server The business goal of this ETL package is to.
Quarterly Geo/SIG Coordinator Webinar June 25, 2014.
Contact Us :
Single Sign-On Led by Terrice McClain, Jen Paulin, & Leighton Wingerd
Introduction to Reporting
Website: Contact No: ID:
System Navigation and Test Launch
PHP and MySQL.
Please thank our sponsors!
Summit Nashville /3/2019 1:48 AM
Presentation transcript:

Clarity Educational Community Enhanced Functionality and Integration Advanced GEL Scripts Presented by: James Gille | Date Prepared: April 13, 2015

2 Clarity Educational Community Agenda SOAP / XOG File Operations Integrations Overview Examples / Exercises Q&A

3 Clarity Educational Community SOAP / XOG By including the SOAP and XOG namespaces in GEL scripts, you give GEL the ability to communicate with the XOG web service You must package each invocation in a proper SOAP envelope The following steps must be used within a GEL script to communicate with the XOG web service: – Include the proper namespaces – Obtain a session ID – Create the XML file to send – Execute the XOG – Parse the Results – Logout

4 Clarity Educational Community XOG – Namespaces <gel:script xmlns:core="jelly:core" xmlns:gel="jelly:com.niku.union.gel.GELTagLibrary" xmlns:xog=" xmlns:soap="jelly:com.niku.union.gel.SOAPTagLibrary" xmlns:soapenv="

5 Clarity Educational Community XOG – Obtain Session ID Unable to obtain a Session ID.

6 Clarity Educational Community XOG – Create XML File Example:

7 Clarity Educational Community XOG – Execute XOG ${sessionID}

8 Clarity Educational Community XOG – Parse Results User XOG Stats: ${xogStats} User XOG Stats: ${xogStats}

9 Clarity Educational Community XOG – Logout ${sessionID}

10 Clarity Educational Community File Operations GEL can – Open files GEL can parse nodes and attributes of XML or comma-delimited files – Read files – Write to a file – Perform FTP operations on files GEL cannot – Create a directory to put files in – Move files around – Delete files after it is done with them

11 Clarity Educational Community File Operations – Read File <gel:script xmlns:core="jelly:core" xmlns:gel="jelly:com.niku.union.gel.GELTagLibrary" xmlns:xsd=" xmlns:files="jelly:com.niku.union.gel.FileTagLibrary"> Resource Last Name: ${row[0]} Resource First Name: ${row[1]}

12 Clarity Educational Community File Operations – Write File <![CDATA[ SELECT u.first_name firstName, u.last_name lastName, u.user_name userName FROM cmn_sec_users u WHERE u.user_status_id = 200 ]]>

13 Clarity Educational Community Flat File Web Services Database Links Third Party Tools Event Based Batch Manual Integration MethodsIntegration Triggers Integrations What type of integrations do you have?

14 Clarity Educational Community Exercise Create integration that will pull non-labor actuals from a flat CSV file and import them into Clarity

15 Clarity Educational Community Exercise – Steps 1.Read CSV File 2.Import into Staging Table 3.Check Data for Issues 4.Import Data into Clarity 5.Log any Issues 6.Run Additional Jobs to Further Process Data

16 Clarity Educational Community Questions Phone Website We hope that you found this session informative and worthwhile. Our primary goal was to increase your understanding of the topic and CA PPM in general. There were many concepts covered during the session, if you would like to contact any presenter with questions, please reach out to us. Thank you for attending regoUniversity 2015!