Skip to content

Commit 6681651

Browse files
authored
watchListCandidatesUtil.js
This script include handles the sysIds(oldValue & newValue) of users and returns the display name
1 parent f47a009 commit 6681651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client-Side Components/Client Scripts/Detect oldValue newValue and Operation in Glide List Type Fields/watchListCandidatesUtil.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ watchListCandidatesUtil.prototype = Object.extendsObject(AbstractAjaxProcessor,
1515
return JSON.stringify(result);
1616
},
1717

18+
1819
_getUserNames: function(userList) {
1920
var names = [];
2021

0 commit comments

Comments
 (0)