Can you run Transforms with Robust Transformer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2025 07:55 AM
Hi all im just getting in to Service Graphs and im setting up SCCM. Since the SCCM Service Graph uses IntegrationHub ETL and a robust transformer, can I also combine that with a onAfter transform map? IF so, when does the onAfter run if the data source runs on a robust tranfomer? Does it run after a row has been sucesfully processed and saved to to the target table?
I need to take a look at the target record and check to see if the computer has been decomissioned or not, if it has i need to switch it back to in_use. I dont think i can do this in etl because i dont think there are any methods to get the target record data after a transform has happened. Let me know. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2025 01:23 PM
Hi @frank121,
You can achieve this through ETL Definition.
Have you tried it?
Please go through the docs on how to achieve this.
https://www.servicenow.com/docs/bundle/yokohama-integrate-applications/page/administer/import-sets/t...
Also, this URL below explains the flow and how data flows from your source to target -
https://www.servicenow.com/docs/bundle/yokohama-integrate-applications/page/administer/import-sets/c...
Hope this helps!
Regards,
Vikas K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 05:33 AM
Thanks for the reply but i dont think this applies to my situation. I am using the SCCM Service Graph plugin which comes with a built in Robust Transformer and uses IntegratonHub ETL. I dont think you can use a etl def for this. I do think i found the solution but i need to test it out. On the SCCM Computer Identity Robust Transformer there is a transformer definition called "SG-SCCM Computer Identity" from there you can activate on before OR on after scripts that may be able to get what i want done.