In transform map using source table and target table how to update target filed value with script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2023 12:24 AM
Hi team, In transform map using source table and target table how to update target filed value with script. Can any one help me.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2023 10:29 AM
- Create a field map and set "Use source script" to true.
- Select your target field
- Write whatever logic you need and return a valid value for that field map. (String, sys_id, etc.)