Name
global.SPRefQualUtils
Description
This util class is used to add reference qualifier conditions for portal tables -> script include description
Script
var SPRefQualUtils = Class.create();
SPRefQualUtils.prototype = {
initialize: function() {
},
getThemeReferenceQualifier: function(portalId) {
var supportedPortals = gs.getProperty('glide.sp.polaris.theme.allowed.portals').split(',');
if (supportedPortals.indexOf(portalId) == -1)
return 'sys_id!=' + gs.getProperty('glide.sp.polaris.theme.portal_id') + '^EQ';
},
type: 'SPRefQualUtils'
};
Sys ID
f531e08ec9c21110f8775dc6fd11ce2b