How can check why SG Intune does not transform UPN to CMDB's assigned to field.

anhpt
Tera Contributor

Hi everyong,

 

My first question is when using SG Intune to transform device data from MS Intune (using the default feature, not customize anything, except editing the connection), will the UPN data be transformed to CMDB's assigned_to field?(there is a script to do the lookup as I know - CmdbIntegrationUserLookup). If it is, so my second question is How can we know which transform script handle the mapping? my issue currently is when loading the device data from MS intune into staging tables, I checked the stagging table and see the UPN value existed, but when the transformation was completed, I didn't see any UPN mapped to CMDB.

I found the lookup script above, it query the data and field to one of staging table's field called - assigned_to_user. So how i check how assigned_to_user map data to CMDB's assigned_to field?

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @AJ-TechTrek any thoughts here.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

AJ-TechTrek
Giga Sage
Giga Sage

Hi @anhpt 

 

Request you to please use the ETL Hub (Available on Servicenow Store) for better understanding and visibility of mapping of Attribute , Also you can check the assigned to field mapping then as per your requirement you can use the script to map the field.

 

Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.

 

Thanks

AJ

Linkedin Profile:- https://www.linkedin.com/in/ajay-kumar-66a91385/

Hi @AJ-TechTrek ,

 

Thanks for your response, I already found the solution to resolve my questions. I used both tools IntegrationHub ETL and Service Graph Connector Visualizer (very helpful tools to see how the field map and which operations work on). IntegrationHub ETL also help us if you want to build additional rules during the transform, like lookup rules etc..