Skip to content

Commit 26cdcef

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var scriptUtil = Class.create();
2-
scriptUtil.prototype = Object.extendsObject(AbstractAjaxProcessor, {
1+
var watchListCandidatesUtil = Class.create();
2+
watchListCandidatesUtil.prototype = Object.extendsObject(AbstractAjaxProcessor, {
33

44

55
getWatchListUsers: function() {
@@ -29,8 +29,8 @@ scriptUtil.prototype = Object.extendsObject(AbstractAjaxProcessor, {
2929
} else {
3030
return 'No record found';
3131
}
32-
3332
},
3433

35-
type: 'scriptUtil'
34+
35+
type: 'watchListCandidatesUtil'
3636
});

0 commit comments

Comments
 (0)