Skip to content

Commit b70fb02

Browse files
authored
Update favCopy.js
1 parent f942d1f commit b70fb02

File tree

1 file changed

+1
-1
lines changed
  • Specialized Areas/Fix scripts/Copy favourite to other users

1 file changed

+1
-1
lines changed

Specialized Areas/Fix scripts/Copy favourite to other users/favCopy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var srcFav = ""; // Add the sys_id of the favourite to copy, from sys_ui_bookmark table
2-
var portalFav = ""; // Add the sys_id of the favourite to copy, from sp_favorite table
2+
var portalFav = ""; // Add the sys_id of the favourite to copy, from sp_favorite table.
33
var userCriteria = ""; // Add an encoded query of users from sys_user table
44
var fav = new GlideRecord("sys_ui_bookmark");
55
fav.get(srcFav);

0 commit comments

Comments
 (0)