Skip to content

Commit a40bdbe

Browse files
authored
Create README.md
1 parent e9f43ac commit a40bdbe

File tree

1 file changed

+17
-0
lines changed
  • Client-Side Components/UI Pages/Edit Last WorkNotes

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Edit Last Entered Work Notes
2+
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.
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

Comments
 (0)