I want to populate work notes field from the comments field in alm_hardware table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 08:28 PM
I want to populate work notes field from the comments field in alm_hardware table. So that it directly gets logged in activities filter. I want to do this using scripting. Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 10:11 PM
Hi
@SamiranD
Create a Business rule on alm_hardware table
current.work_notes = current.comments;
This will complete your requirement
If my response helped please mark it correct
Thanks and Regards,
Suyash

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 11:18 PM
Hi,
Why would you want to copy the data from the comments to the work_notes?
Seems excessive.
Isn't it easier to just add the comments to the activities filter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 11:20 PM
Just a business requirement i got.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 12:49 AM - edited ‎05-22-2025 12:52 AM
For it to work, and assuming it is the String field "comments" you are referring to (not a journal field like Addititonal comments) you will need to change the dictionary on the comments-field (derived from the alm_asset table) and remove the "no_audit" flag.
After that, changes to the comments field will be shown in the activitiy stream (if selected).