Import Sets Flashcards

1
Q

What roles are required to manage aspects of import sets?

A

admin role or import_admin role

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the use of an Import Set?

A

Import data from various data sources then map that data into ServiceNow tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can I import data?

A
  • Local source file (xml, csv, excel)
  • Network server by providing path and authentication info
  • LDAP connection
  • JDBC connection
  • OIDC
  • REST (Integration Hub)
  • Data Stream Integration Hub
  • Custom (load by Script)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which label is used to name the Import Set table?

A

The Import Set table is named with the imported file label

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Transform map used for?

A
  • Move data from an Import Set table to a Target table.
  • Transform map determines the relationships between the fields in the import set table and the fields in the SN target table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can a single field in the import set table be mapped to multiple fields in the target table?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which tables are a potential destination for transformation of an Import set?

A

Any table

We can only select:

  • tables within the currently selected application scope
  • tables in the global scope
  • tables that grant write access to other applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which fields in a destination table can serve as potential destination fields for transformation from an Import Set?

A

Any field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can a transform map be reused after it has been defined?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Automatic Mapping Utility used for?

A

Used when the fields in the Import Set table match all the fields in the target table.

Press Auto Map Matching Fields in the related list in the table transform maps form (??)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is data transformation?

A

The conversion of an Import Set table into its target table according to rules defined in the transform map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a target table?

A

An existing table in the platform where the data will be placed post-transformation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What happens during data transformation when the coalesce checkbox is selected in the field map?

A

The instance checks for existing records in the target table with the same value as the one in the import set field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What happens if a match value (import set - target table) is found when the coalesce option has been selected?

A

The record is update with the imported data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What happens when the value of the coalesce field in the target table does not match the value in the import set table?

A

A new record is inserted with the new data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why do we use coalesce fields?

A

In order to avoid duplicate records.

The coalesce field indicates to update records.

If no coalesce is defined, all imported records are treated as new records, and are inserted.

17
Q

How many configurations are there to coalesce imported data?

A
  • No coalesce
  • Single-field coalesce
  • Multiple- field coalesce
  • Conditional coalesce
18
Q

What happens if we choose the “No coalesce” option?

A

Every imported record is treated as a new record and is inserted.

No records are updated

19
Q

What happens if we choose “Single-field coalesce” option?

A

If a record in the target table exists with the same field value as in the import set table coalesce field, then the record is updated with the new record data.

20
Q

What happens if we choose “Multiple-field coalesce” option?

A

If a record in the target table exists with the same valueS as in in the import set coalesce fieldS, then the record is updated.

All the fields values in the target table must match the field values in import set for the record to be updated.

21
Q

What is conditional coalesce?

A

Conditional coalesce script defined in the field map for the sys_id field.

To update a record using the import table record values, the script must return the target table record sys_id

22
Q

What is a data policy?

A

A rule used to enforce data consistency by setting fields as mandatory and/or read-only

23
Q

How does data policies apply to tables and db relative to scope?

A

Can create data policies

  • only for tables and db views that are in the same scope as he data policy
  • for tables that have at least 1 field in the same scope as the data policy
  • if the table is not in the same scope as the data policy, we can create data policy rules for fields that are in the same scope but cannot make a field mandatory
24
Q

Where to go to configure data policy?

A

All > System Policy > Rules > Data Policies

25
Q

Data policies can be applied to what type of data?

A

All data entered into the system, including,

  • import sets, web services, data entered through UI Mobile
26
Q

Can data policies be opted out for import sets and web services?

A

Yes

27
Q

What happens when a data policy is applied to a list view to make a field read-only?

A

The field will appear to be editable but the update will fail.

28
Q

Where do we create an Import Set in the All menu?

A

All > System Import Sets > Load Data

29
Q

What role is required to populate the Load Data form in order to create an Import Set?

A

import_admin
OR
import_set_loader
OR
import_transformer

30
Q

Where to go in the All menu to create a Transform Map?

A

All > System Import Sets > Create Transform Map

31
Q

Where to go in the All menu to define a Coalesce field?

A

All > System Import Sets > Administration > Transform Maps

32
Q

Where to navigate in order to clean up an import set table?

A

All > System Import Sets > Import Set Tables > Cleanup