Back to Browse

Intotheunknown ServiceNow Robust Transform Map Part 2

3.4K views
Sep 19, 2021
13:06

Code is available @ share link below https://developer.servicenow.com/connect.do#!/share/contents/3287388_simple_robust_transform_map?t=PRODUCT_DETAILS Part1 video link : https://youtu.be/1GUBDjK2J3U Hack : You can implement ignoring a record creation this in 3 ways 1. Implement on before script gliderecord using key field from source / target - if found //status = 'SKIPPED'; or //ignore = true; 2. Implement on after script On after can access target Object, so you can run a set query to check if its a valid record or not and do a delete. 3. Write a post import script on scheduled import that will do the delete

Download

0 formats

No download links available.

Intotheunknown ServiceNow Robust Transform Map Part 2 | NatokHD