We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f942d1f commit b70fb02Copy full SHA for b70fb02
Specialized Areas/Fix scripts/Copy favourite to other users/favCopy.js
@@ -1,5 +1,5 @@
1
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
+var portalFav = ""; // Add the sys_id of the favourite to copy, from sp_favorite table.
3
var userCriteria = ""; // Add an encoded query of users from sys_user table
4
var fav = new GlideRecord("sys_ui_bookmark");
5
fav.get(srcFav);
0 commit comments