
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2021 09:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2021 10:31 PM
Hi,
Then you can use before insert BR on your child table
You will have to query this table with the parent record sys_id
table - sys_history_line
Query - set.id = <parentSysId>
Then get all the activities with old and new value and put in the string field
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2021 10:31 PM
Hi,
Then you can use before insert BR on your child table
You will have to query this table with the parent record sys_id
table - sys_history_line
Query - set.id = <parentSysId>
Then get all the activities with old and new value and put in the string field
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2021 11:24 PM
Thanks you its work for me. 🙂