Robust Tranform map has not map all field ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2023 01:55 AM
Hey,
I am completed all the step correct then while we transform the data then all field not tranfor to creat incident ,
so could any one figure out the error.
MY SCRIPT HAS-
(function(input) {
// Add your code here.
if (input && input.staging.type == 'Incident') {
return true;
} else {
return false;
}
})(input);
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2023 05:20 AM
Hi,
If you want to fill reference fields try getting the sys_id of those values using "Robust Transform Engine" on your staging ETL entity
Here, temp is my staging entity