can we use ignore = true in field map source script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 06:37 AM
can we use ignore = true in field map source script
If i use it i cant able to see my error messages in sys_import_set table
It is giving as update 1 and errors -0, ignored - 0 and skipped - 0
can someone of you help me with solution.
@Laszlo Balla @Brian Lancaster @Steven Bell @Elijah Aromola @Prateek @Michael Ritchie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 06:56 AM
Check this out : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0832040
Regards,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 11:26 AM
Hi @Pratiksha
I am asking about field map script in my case I have given error message after that setting ignore to true.
once import set is processed updates is 1 and all other values are setting it to 0 not sure. Can someone help with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 02:00 PM
Hi @Sreeja6,
Are you saying that you have ignore=true in a field map source script but the source data is still being processed?
I believe you can't use ignore=true in a field map script - https://docs.servicenow.com/bundle/washingtondc-integrate-applications/page/administer/import-sets/r...
Cheers