what is the use Of COPY EMPTY FIELDS chek box in import sets??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2017 03:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2017 03:41 AM
Copy Empty fields:
Select this check box to clear fields with existing values when an incoming field contains an empty value. See Using NULL as a Field Value for information on how to import empty values.
http://wiki.servicenow.com/index.php?title=Creating_New_Transform_Maps#gsc.tab=0
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2023 02:13 AM
Hello @Karthik Reddy T your given link is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2017 03:42 AM
this below link has details :
http://wiki.servicenow.com/index.php?title=Creating_New_Transform_Maps#Creating_New_Transform_Maps
Copy Empty Fields | Select this check box to clear fields with existing values when an incoming field contains an empty value. See Using NULL as a Field Value for information on how to import empty values. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2017 03:45 AM
If you are coalescing imported records, by default blanks in the imported data will be merged with the content in the current record, reflecting the older (populated) value.
When this box is ticked, the blanked imported field value will clear the current field's contents.
It's useful when you actually want to use a transform map to wipe out specific fields.