Skip to content

Commit eb7697f

Browse files
authored
Update README.md
1 parent 05cad83 commit eb7697f

File tree

1 file changed

+3
-14
lines changed
  • Client-Side Components/UI Pages/Edit Last WorkNotes

1 file changed

+3
-14
lines changed
Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
Edit Last Entered Work Notes
1+
Edit Last Entered Work Notes/Additional comments
22

3-
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.
3+
This UI action is built specifically to edit the last entered work notes/ additional comments by the user in incident form or it can modified for any table which support this journal fields.
44

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
5+
There is some restriction around journal fields/ work notes as user cannot edit or adjust the work notes/additional comments that they entered. If they wish to edit it, I have introduced a new
66
UI action 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

Comments
 (0)