How to Update work notes using the fix script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 03:43 AM
Hi Team,
I am trying to update the assigned to and with that I also want to update work notes, I tried following code but not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 09:17 PM
hi @Prathamesh Cha1 , can you send the updated code once ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 09:26 PM
Try using gr.update() instead of gr.updateMultiple() because you are inside the while loop when you update.
gr.work_notes = 'zyx' should work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 09:49 PM - edited 10-22-2024 10:51 PM
@Prathamesh Cha1 this should work for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 10:52 PM
@Prathamesh Cha1 use above code , i just tested on my instance , it should work for you.