- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2025 09:41 PM - edited 08-31-2025 04:57 AM
I need to map the data into 4 Tables (subandBILLs, SubscriptionDetails, Consumer and Contact)
The data comes into (u_import_data_migration) Entity . I also set up temp Entity . You can clearly see from the below images I have set up ETL Entities and Entity Mappings from import to temp , temp to 4 target Tables.
So Now My question is :
I have field snumber string I can map this as below :
- u_import_data_migration to temp (u_snumber - u_snumber) ( string)
- temp to subandBILLS Table ( u_snumber - u_snumber ) (string )
- The above snumber field I need to Map to subDetails Table ( Reference)
So while running the transform how can I fetch the record of one target Table and use its sysid to map to reference field of another Target table ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2025 10:54 PM
I raised a ServiceNow case for the same below is the response :
The current implementation you are aiming for is not possible with the available out-of-box (OOB) features in ServiceNow. Specifically, during the transformation process, it is not feasible to use a record created from one mapping directly in another mapping. Each relationship needs to remain independent during transformation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2025 09:47 PM
Follow this during transform target field,
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2025 10:16 PM
Hey @Bhuvan Thanks for replying . I tried the same way mentioned No records are even getting created in Table B (subscription Details in my case) .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2025 09:02 PM
Please check your ETL Entities and RTL Entity mappings.
You need to define the reference field mapping in RTE Entity Mapping when you copy data from Staging to Target table. I believe you are doing it in ETL entity which is why it is not working.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2025 10:07 PM
We don't have option to dot walk in RTL Entity Mapping I did select Reference Entity