- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 09:18 AM - edited 05-26-2025 05:36 AM
Hi All,
I want to copy all worknotes from Interaction to Incident when user clicks Create incident on the worksspace view.
Now, there are multiple Create Incident on Interaction table but I am taking the one which has "Workspace Form Button" as true.
There is a line of code:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 09:47 AM
Hi @Chandler2 ,
I have updated the Create Incident UI action and tested it's working for me try this out
inc.work_notes = current.work_notes.getJournalEntry(-1)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 09:36 AM - edited 03-27-2025 09:56 AM
Hi @Chandler2,
Have you tried:
inc.work_notes = current.work_notes.getJournalEntry(-1);
To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 10:04 AM
Yes, I tried this as well. It doesn't do anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 09:47 AM
Hi @Chandler2 ,
I have updated the Create Incident UI action and tested it's working for me try this out
inc.work_notes = current.work_notes.getJournalEntry(-1)
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 10:07 AM
Yes, I tried this as well. It doesn't do anything.
inc.work_notes = current.work_notes.getJournalEntry(-1);