Service Now ITAM Data Handling

Slides:



Advertisements
Similar presentations
Welcome to Café Conversations. Shaping our Futures throughShaping our Futures through Conversations that Matter The World Café Process.
Advertisements

Broker Portal ECF Enhancements Screen Navigation Walkthrough Please progress through the walkthrough by clicking your mouse button following each informational.
PHP and MySQL Database. Connecting to MySQL Note: you need to make sure that you have MySQL software properly installed on your computer before you attempt.
Mark Dixon Page 1 05 – Database Design: Sub-forms.
Evidor: The Evidence Collector Software using for: Software for lawyers, law firms, corporate law and IT security departments, licensed investigators,
Joining/Linking a Table ArcView_module_8 May 14, 10:40 AM.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
V-Cert Music Technology Idea – Design a How to pamphlet for others???
Chapter What kinds of transactions are recorded in a purchases journal? A) Merchandise bought on account B) All cash payments C) Sale of merchandise.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
Xin  Syntax ◦ SELECT field1 AS title1, field2 AS title2,... ◦ FROM table1, table2 ◦ WHERE conditions  Make a query that returns all records.
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
Frankfurt (Germany), 6-9 June 2011 EL-HADIDY – EG – S5 – 0690 Mohamed EL-HADIDY Dalal HELMI Egyptian Electricity Transmission Company Egypt EXAMPLES OF.
Improving availability strategically. In store availability Whose responsibility ? Who cares? Shelf filling or in-store logistics? In-store DC or DB (disorganised.
Posting/Classifying John V. Balanquit. Objectives Student will be able to : Discuss the concept of posting Summarize the posting process Relate the posting.
Office Management Tools II Ms Saima Gul.  When you create your tables, you should assign each table a primary key—one or more fields whose contents are.
Proprietary & Confidential Copyright Sales Force Productivity Conference September, Atlanta, Georgia Sales Force Productivity Conference.
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
How to register for WARC and Mintel SlidesSlides 2 -
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
25-Oct-15Network Layer Connecting Devices Networks do not normally operate in isolation.They are connected to one another using connecting devices. The.
Education Full Text Searching. To search Education Full Text, I will need to start at the Rod Library Homepage.
2007 School Certificate Online Computing Skills Test.
ITGS Databases.
What have we learned?. What is a database? An organized collection of related data.
CSC Intro. to Computing Lecture 10: Databases.
Utilizing Databases to Manage Precision Ag Data Candice Johnson BAE 4213 Spring 2004.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 16 Using Relational Databases.
Dr. Michael R. Hyman, NMSU Data Preparation. 2 File, Record, and Field.
CE Operating Systems Lecture 2 Low level hardware support for operating systems.
Data Collection. Data Capture This is the first stage involved in getting data into a computer Various input devices are used when getting data to the.
Copyright © Curt Hill Hashing A quick lookup strategy.
CE Operating Systems Lecture 2 Low level hardware support for operating systems.
2013 Keith Millis Symposium on Ductile Cast Iron Co-Sponsored by DIS and AFS (Your Presentation/ Paper Title) (Presenter’s Name) (Company/Organization.
To add “free-text summary holdings” in the Cataloguing Wizard.
What is Handling Information?.
April 20022/CS/3XAPP 1 Database Design Anatomy of an application John Wordsworth Department of Computer Science The University of Reading
Software. Because databases can get very big, it is important to decide exactly what is going to be stored in each field. Fields can be text, number,
When you open Access you can open or import an existing.csv file. Check that it recognises that the fields are separated by commas.
ACCESS LESSON 1 DATABASE BASICS VOCABULARY. BACKSTAGE VIEW A menu of options and commands that allows you to access various screens to perform common.
Introduction : This Spyware remover software that keep all time your computer completely clean.Spyware remover software This software can secure your.
A number of companies are nowadays looking to add to their existing profile of offerings with regards to car rental software system.
SOFTWARE.
Resolving and Minimizing DONATE Queries in iDataFax
SQL Relational Database Project
IT Asset Management Status Update Hardware Asset Handling
BDNA Normalize for ConfigMgr™
Practical Office 2007 Chapter 10
Service Now ITAM Asset Record access and update
Configuring EtherChannels and Switch Troubleshooting
THIS IS JEOPARDY. THIS IS JEOPARDY With Your Host... Paul Berman.
IT Asset Management Status Update Hardware Asset Handling
Presentation Title Your company information.
Presentation Title Your company information.
How to Use HP Laptop’s Webcam. Are you using a laptop having a webcam but don’t know how to use it as now you have to take some pictures using your webcam.
Marcos Freccia Stop everything! Top T-SQL tricks to a developer
Selenium HP Web Test Tool Training
NULLs and Other SQL Gotchas
Processor Fundamentals
Steps scientist use to solve a problem
POD #3 Lab Safety 8/11/15 List two things you should do ahead of time to prepare for a lab. What is the most important rule when performing a lab? What.
NULLs and Other SQL Gotchas
Journal Entry #4 Title: Lesson Learned
Microsoft Access Validation Rules, Table Relationships And
Take-off Products and Solutions for Public Information Providers
Leesylvania Elementary School
Interactive Powerpoint
Database management systems
Presentation transcript:

Service Now ITAM Data Handling Dogan Weber

Problem SCCM query returns odd Model Numbers for computer systems Field Normalization Problem SCCM query returns odd Model Numbers for computer systems

Some workstation records contain unclean data Field Normalization Some workstation records contain unclean data

This leads to unclean records in Service Now Field Normalization This leads to unclean records in Service Now

This leads to unclean records in Service Now Field Normalization This leads to unclean records in Service Now

Field Normalization But why is this an issue if we still know that the laptop model is “EliteBook 2530p”?

Field Normalization This is a “Hardware Model” record It contains all information which are shared through all 2530p laptops If we have a specific asset and link it with this table, the asset will be enriched with the model’s data

Field Normalization Note the exact Hardware Model Name

Back to the recently imported workstations Field Normalization Back to the recently imported workstations

The System does not know a hardware model “…(GS550AV)” … Field Normalization The System does not know a hardware model “…(GS550AV)” …

… so it creates an additional model with empty fields Field Normalization … so it creates an additional model with empty fields

… so it creates an additional model with empty fields Field Normalization See the unclean model name from our SCCM import … so it creates an additional model with empty fields

Field Normalization Please note that we lost partly important information compared to the original, clean model record.

Field Normalization This is the point where Field Normalization Helps to solve this problem

Field Normalization With Field Normalization, we can tell the system that the unclean model name is actually a HP EliteBook 2530p

It will automatically correct the data Field Normalization It will automatically correct the data

With this pattern we tell the system Field Normalization With this pattern we tell the system If the Hardware Model Name contains the word “2530p” no matter what comes before or follows after The system will correct the value

Field Normalization Now we only have to tell the system which exact Hardware Model we mean by 2530p.

The “Coalesce to” entry defines the correct model Field Normalization The “Coalesce to” entry defines the correct model

Through Field Normalization these unclean records

Through Field Normalization are transformed to business usable records

Field Normalization Conclusion

Field Normalization enables us to Keep the data clean Force the data into a shape we desire Check entries for correctness Ensure data connection Highly increases quality of reports

And the best comes at the end… Field Normalization And the best comes at the end…

We can normalize any field holding data Field Normalization We can normalize any field holding data

…such as Company Names, Software Titles or any other field. Field Normalization …such as Company Names, Software Titles or any other field.

Field Normalization Thank you, Dogan Weber