SG-SCCM Robust Transformer - how to check target record field values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 11:15 PM
CONTEXT
- I have SG-SCCM Data Source that retrieves data from SCCM Using Service Graph Connector and Robust Transformer.
REQUIREMENT
- What I need to do - I need to check assigned_to of a target computer before I do an update.
- If current value of target assigned_to is the one I want - then I want Robust Transformer to update the target assigned_to but if not - I want to skip this field update.
QUESTION
- How do I achieve this via Robust Transformer? I know how to do such requirements using Transformation Map, but Robust Transformers seems to give less capabilities for scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 01:44 AM
Hi Andrii,
Best way to check is by installing integration HUB ETL plugin. (It comes with proper guided set up)
- Through it you can verify incoming data.
- Add your logic for field there are OOTB script capabilites available such as getting model,Manufacturer..
- You can create a logic and it will create a new field map.Consider that it runs for each row .
You can let me know further if you need more information.
Referencs:
IntegrationHub ETL (2.2.1) (servicenow.com)
https://www.youtube.com/watch?reload=9&v=2tVLhE_OwOE
Regards,
Bala Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 08:24 AM
More specifically, you can use the scripted transform options in combination with the Table Lookup transform option to do this in IntegrationHub ETL.
The opinions expressed here are the opinions of the author, and are not endorsed by ServiceNow or any other employer, company, or entity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 02:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2022 11:23 PM