- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2016 10:26 AM
Hi Community
I Created a Transform Map and Mapped the field and for my unique field kept choice action as reject and coalesce as true still it is inserting new records.
Thanks
Adi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2016 04:00 PM
I'm not sure about the specific way you are doing it currently but we have in the past used an onBefore transform script with the below code. Hopefully this works for you.
if (action == 'insert') {
ignore = true;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2016 04:00 PM
I'm not sure about the specific way you are doing it currently but we have in the past used an onBefore transform script with the below code. Hopefully this works for you.
if (action == 'insert') {
ignore = true;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2018 01:54 AM
Hi,
While performing the choice action the field should be the reference type or choice type.
I believe your unique filed is not choice or reference.
-prinesh