- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 07:52 AM
Hi @Yuvan Raj Kuma1, As per my knowledge, it is not possible to exactly find which script has updated the field but we can come to the conclusion based on the scenarios. Client side script sets the data in field but doesn't save it to the database. Server side script like business rule saves the data to the database. Also, it is possible to save the data to the field using the flow designer. So try to find out when the data is changed in the field, look into the history and check if the other fields were also changed at the same time. It requires some investigation.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 07:56 AM
Agree with expert @SunilKumar_P
we can list of script run on a form:
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 07:52 AM
Hi @Yuvan Raj Kuma1, As per my knowledge, it is not possible to exactly find which script has updated the field but we can come to the conclusion based on the scenarios. Client side script sets the data in field but doesn't save it to the database. Server side script like business rule saves the data to the database. Also, it is possible to save the data to the field using the flow designer. So try to find out when the data is changed in the field, look into the history and check if the other fields were also changed at the same time. It requires some investigation.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 07:56 AM
Agree with expert @SunilKumar_P
we can list of script run on a form:
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 12:07 AM
Thank You @SunilKumar_P & @Dr Atul G- LNG these information are much useful!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 12:48 AM
I see this has been solved, but you can use "fieldwatcher" feature to observe a field and point to configuration which would be updating the value
Aman Kumar