We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi not sure if you are still facing the issue but below is an example where incident caller id field is populated only if the user has certain domain:// IncidentUtils
var IncidentUtils = Class.create();
IncidentUtils.prototype = {
initialize: fun...
Hi, Just add the line in bold: var source_iso = '2018-09-18T06:39:51Z'; if(source_iso.indexOf(".")==-1) { source_iso =source_iso.replace("Z", ".000Z");}var d = new Date(source_iso);var day= d.getUTCDate();var month=d.getUTCMonth();var year=d.getUTCF...
Hi, but this does not work on all nodes, only the one in which you are logged in. I was working on something similar and used the sys_user_session list to get all active users, and then GlideSessions.lockOutSessionsInAllNodes("username"); to lock th...
Hi,
Script include is a server side script, you can make it client callable and call it within the client script using Ajax call.
However, within script include, if you are calling another script include, you dont need ajax.