While switching from one primary task to another the Work notes and comments sequence got shuffled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 05:57 AM
During the switching of the primary task, there has been a reordering of the sequence between the work notes and additional comments within the activity stream. Our process involves coping both the work notes and additional comments from the 'sys_journal_field' table and transferring them to the newly generated primary task or ticket. However, this transfer has led to an incorrect arrangement of the activity stream content in the new task.
Our objective is to maintain the integrity of the entire activity stream, preserving its original order from the previous task.
Here targetObject = new primary task
primaryObject = previous primary task
this function is only for copy the additional comments for work note there is different function available with same logic.