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 onChange Client script comes handy when dealing with Glide List type fields where we have to detect whether the value was added or removed and returns the name of users who were added/removed.
Copy file name to clipboardExpand all lines: Client-Side Components/Client Scripts/Detect oldValue newValue and Operation in Glide List Type Fields/readme.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@ So, In order to identify the oldValue on change(as it does in business rule(prev
6
6
detect the action performed.
7
7
8
8
9
-
This onChange Client script comes handy when dealing with Glide List type fields where we have to change the value
10
-
in that particular field and detect the value before and after change and also detect the operation which was
11
-
performed(addition or removal).
9
+
This onChange Client script comes handy when dealing with Glide List type fields where we have to detect whether the value was added or removed and returns the display name of users who were added/removed along with name of operation performed.
Adding [Bryan Rovell], It shows the operation was addition, oldValue as 'No record found' as there was no value earlier.New Value shows the name of the user (Bryan Rovell)
0 commit comments