You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This UI action is built specifically to edit the last entered work notes by the user in incident form or any table which support this journal fields.
4
+
5
+
There is some restriction around journal fields/ work notes as user cannot edit or adjust the work notes that they entered. If they wish to edit it, I have introduced a new
6
+
UI page which calls the UI pages which will automatically populates the last entered work notes/comments and user can adjust and submit it.
7
+
8
+
Key actions:
9
+
sys_journal_field :
10
+
list.value = newcomment; // update the new comment
11
+
12
+
sys_audit:
13
+
list1.newvalue = newcomment
14
+
list1.oldvalue = ''; // clear the old value and update the new value
15
+
16
+
sys_history_set:
17
+
Delete the history record associate with the incident record
0 commit comments