- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 06:55 AM
Hi All,
I am importing company data in customer_accounts table. The excel does not contain Account name or other unique identifier directly from accounts table. There is a role_code that we have for each account but that is stored in separate table and has account reference. The excel sheet with account details like addrs and stuff has role_code. So I need to find the account using role_code and then update that account details like address and stuff. How can I achieve this using transform map ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 07:36 AM
Hi Tapish,
If I have understood you requirement right then you would need to put coalesce on sys_id and use source script.
Below is the rough example of source script
If my answer has helped with your question, please mark it as helpful and give it a thumbs up!
Regards,
Harshal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 07:18 AM
Hi @Tapish Sharma1 Have a look at this post. Transform Map Script changing email address to user name
You can take help of script mentioned in the above article .
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 07:33 AM
Shall I create an OnBefore Script for this ? because I dont want to create a record , i want to find the record and update that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 07:36 AM
Hi Tapish,
If I have understood you requirement right then you would need to put coalesce on sys_id and use source script.
Below is the rough example of source script
If my answer has helped with your question, please mark it as helpful and give it a thumbs up!
Regards,
Harshal