DEWA honours 46 employees for distinguished service in Q3 2014
Dubai Electricity and Water Authority (DEWA) honoured its distinguished employees in the third quarter of 2014. HE Saeed Mohammed Al Tayer, MD & CEO of DEWA, honoured the employees in a ceremony at DEWA’s main office in Zabeel East. Present were Dr. Yousef Al Akraf, Executive Vice President of Business Support and Human Resources, DEWA management, and staff. The move supports DEWA’s commitment to motivate and encourage its staff, to ensure outstanding performance. Those honoured included 6 customer service staff, 4 cable jointers from Power Distribution and 36 distinguished employees from different divisions. Al Tayer commended the dedicated efforts of these staff. He noted that DEWA has a strategy to instil a culture of excellence among its staff and stimulate them to continuously make achievements by honouring them and highlighting their accomplishments and contributions to DEWA’s organisational excellence. “DEWA implements the highest standards of quality and performance excellence. It invests in its human capital, led by its steadfast belief in the key role that employees play in achieving quality and excellence,” said Al Tayer. “DEWA provides a positive work environment for its staff, to create an environment that supports excellence and creativity. We honour distinguished staff and foster innovation to enhance overall performance and employee loyalty,” said Al Akraf. The customer service staff included Yousef Ahmad (Best Cashier), Maryam Ahmad (Best Cash Supervisor), Muhammed Umer (Best Frontline Staff), Alia Abdullah (Best Frontline Supervisor), Abouelmagd Ahmad (Best Customer Care Agent), and Gehan Ghazaly (Best Customer Care Supervisor). The Best Cable Jointers from Projects Execution, and Power Distribution were Abdulsamad Thayath, Mohamed Kaippally, Kattot Mathew, and Naeem Khan. The scholarship graduates were Salha Aldisi and Marwan Al Haj. Business Excellence competition jury comprised Dr. Abdel Elah El Smadi, Ibrahim Rawabdeh, Abdulla Al Aghbari, and Huda Almutawa. Excellence Quiz competition winners included Ra’ad Nassar, Ola Hilweh, and Ahmed Al Allo. First place winners of the Excellence Talk competition winners included Tayeb Al Khaja and Khaled Kuley, for their One-Way Data Device. Second place winners were Ola Hilweh and Gebreel Al Momany for their Self-Assessment in Transmission Power division. First place winners of the role-play competition included Hussain Al Sayegh, Belal Mishmish, Reem Juma, Mohamed Hassan, Muhannad Ashaar, Ohsem Baig, Mohamed Alhosani, Maysaa Alkilani, and Senthil Natesan, for their ‘What will happen if’ scene. Second place winners were Asraf Abdul Salam, Prakasan Pongilat, Eijaz Hussain, and Swamynathan Subramanian, for the ‘A creation for Excellence’ scene. Third place winners were Shabeesh Sathiyanarayanan, Muthukumar Ramamurthy, Shiraj Shaikh, and Masud Nawab, for the ‘Encourage Excellence’ scene. Third place repeat winners were Muna Al Ali, Alawi Al Safi, Ayesha Juma, for their ‘Creativity Starts from a Belief’ scene. The Second Excellence Message Competition included Hany Mahmoud, Girish Aidasani, and Salman Aboodi.
];
let files = ["libs/LAB.min.js", "coBrowse.js", "coBrowseUI.js"];
let promises = [];
files.forEach(function (url) {
promises.push(loadScript(path + url));
});
Promise.all(promises)
.then(function () {
CBPrepareResources();
//coBrowse.addElementIDToRemove("");
coBrowse.init(path + 'libs/', logger, [coBrowseUI], cbHost);
//coBrowse.disableHighlight();
//coBrowse.disableElementHighlight();
//coBrowse.addElementIDToRemove("Hidden");
setTimeout(joinSession, 2000, displayName, sessionKey);
}).catch(function (script) {
console.log(script + ' failed to load');
});
getPos();
$(this).dialog("close");
sessionStorage.setItem("coBrowse.allowbyuser",1);
}
},
{
text: 'No',
//icon: "ui-icon-heart",
click: function () {
$(this).dialog("close");
sessionStorage.setItem("coBrowse.allowbyuser",null);
}
}
]
});
} else {
//var head = document.getElementsByTagName('head')[0];
let files = ["libs/LAB.min.js", "coBrowse.js", "coBrowseUI.js"];
let promises = [];
files.forEach(function (url) {
promises.push(loadScript(path + url));
});
Promise.all(promises)
.then(function () {
CBPrepareResources();
//coBrowse.addElementIDToRemove("");
coBrowse.init(path + 'libs/', logger, [coBrowseUI], cbHost);
//coBrowse.disableHighlight();
//coBrowse.disableElementHighlight();
//coBrowse.addElementIDToRemove("Hidden");
setTimeout(joinSession, 2000, displayName, sessionKey);
}).catch(function (script) {
console.log(script + ' failed to load');
});
getPos();
}
} else {
if (isNotPremited) {
$("#cpremission-dialog").dialog({
autoOpen: true,
buttons: [
{
text: 'Yes',
//icon: "ui-icon-heart",
click: function () {
CBPrepareResources();
//coBrowse.init(path + 'libs/', logger, [coBrowseUI], cbHost);
joinSession(displayName, sessionKey);
getPos();
$(this).dialog("close");
sessionStorage.setItem("coBrowse.allowbyuser",1);
}
},
{
text: 'No',
//icon: "ui-icon-heart",
click: function () {
//coBrowse.stopSession();
$(this).dialog("close");
sessionStorage.setItem("coBrowse.allowbyuser",null);
}
}
]
});
} else {
CBPrepareResources();
//coBrowse.init(path + 'libs/', logger, [coBrowseUI], cbHost);
joinSession(displayName, sessionKey);
getPos();
}
}
}
function joinSession(firstName, coBrowseKey) {
coBrowse.joinSession(firstName, coBrowseKey, ["coBrowseDialogHidden", "requestControlDialogHidden"]);
coBrowseUI.hideCoBrowseLinkDiv();
coBrowse.coBrowseInstance.disableHighlight();
coBrowse.coBrowseInstance.disableElementHighlight();
//if(jQuery(".g-recaptcha").length >0){
// if(typeof coBrowse != 'undefined')
// {
// coBrowse.coBrowseInstance._customerCobrowseService._customerCobrowseWindow.startViewSync(true);
// }
//}
}
function preventTabNavigation(event) {
if (!event) {
event = window.event;
}
var keyCode = event.keyCode;
if (event.keyCode === 9 && (coBrowse!=null && coBrowse!=undefined)&&(coBrowse.getCustomerData().getAgentControlState() === AvayaCoBrowseClientServices.Services.Cobrowse.Common.AgentControlState.AGENTCONTROLTRUESTATE)) {
if (navigator.userAgent.toLowerCase().indexOf("msie") == -1) {
event.stopPropagation();
} else {
event.returnValue = false;
}
return false;
}
}
function getPos() {
var sDialogkeyTop = "coBrowse.DialogKeyTop";
var sDialogkeyleft = "coBrowse.DialogKeyLeft";
var sCoDialogValueTopVal = sessionStorage.getItem(sDialogkeyTop);
var sCoDialogValueLeftVal = sessionStorage.getItem(sDialogkeyleft);
function SetDragableValue() {
setTimeout(function () {
if ($("#coBrowseDialogHidden").hasClass("ui-dialog")) {
$("#coBrowseDialogHidden").on("dragstop", function (e) {
sessionStorage.setItem(sDialogkeyTop, $(this).position().top);
sessionStorage.setItem(sDialogkeyleft, $(this).position().left);
console.log('Firing close- top:' + $(this).position().top + " left:" + $(this).position().left);
});
} else {
SetDragableValue();
}
}, 500)
}
setTimeout(function () {
console.log("try set top.. 1")
if ($("#coBrowseDialogHidden").length == 1) {
SetDragableValue();
var _top = $("#coBrowseDialogHidden").position().top;
var _left = $("#coBrowseDialogHidden").position().left;
console.log('Firing close- top:' + _top + " left:" + _left);
if (sCoDialogValueTopVal == '' || sCoDialogValueLeftVal == '') {
if (_top > 0 || _left > 0) {
sessionStorage.setItem(sDialogkeyTop, _top);
sessionStorage.setItem(sDialogkeyleft, _left);
} else {
getPos();
}
}
} else {
getPos();
}
}, 200)
}
function loadScript(url) {
return new Promise(function (resolve, reject) {
let script = document.createElement('script');
script.src = url;
script.async = false;
script.onload = function () { resolve(url); };
script.onerror = function () { reject(url) };
document.head.appendChild(script);
});
}
function CBPrepareResources() {
coBrowseUI.textEntries.pauseStopDialog.title = 'Connected to Co-Browse';
coBrowseUI.textEntries.pauseStopDialog.text = 'Co-Browsing is in progress';
coBrowseUI.textEntries.pauseStopDialog.pauseText = 'Pause';
coBrowseUI.textEntries.pauseStopDialog.stopText = 'Stop';
coBrowseUI.textEntries.requestControlDialog.title = 'Co-Browse Control Request';
coBrowseUI.textEntries.requestControlDialog.text = 'The Agent would like to control your web page';
coBrowseUI.textEntries.requestControlDialog.grantText = 'Grant';
coBrowseUI.textEntries.requestControlDialog.denyText = 'Deny';
coBrowseUI.textEntries.revokeControlDialog.title = 'Co-Browse Control';
coBrowseUI.textEntries.revokeControlDialog.text = 'The agent is currently in control of the co-browse session';
coBrowseUI.textEntries.revokeControlDialog.revokeText = 'Revoke';
coBrowseUI.textEntries.connectionFailureDialog.title = 'Co-Browse Connection';
coBrowseUI.textEntries.connectionFailureDialog.text = 'Connection interrupted, attempting to reconnect';
coBrowseUI.textEntries.sessionRebuildDialog.title = 'Co-Browse Status';
coBrowseUI.textEntries.sessionRebuildDialog.text = 'Reconnection in progress';
coBrowseUI.textEntries.inactivityCloseDialog.title = 'Co-Browse Idle Timeout';
coBrowseUI.textEntries.inactivityCloseDialog.text = 'The Co-Browse session has been closed';
coBrowseUI.textEntries.inactivityDialog.title = 'Co-Browse Inactive';
coBrowseUI.textEntries.inactivityDialog.text = 'Co-Browse session is about to be closed due to inactive timeout, do you want to continue?'; //'Do you wish to continue?';
coBrowseUI.textEntries.inactivityDialog.confirmButton = 'Yes';
coBrowseUI.textEntries.inactivityDialog.rejectButton = 'No';
coBrowseUI.textEntries.joinFailureText = 'Join Failed';
coBrowseUI.textEntries.closeDialogButtonText = 'Close';
coBrowseUI.textEntries.pauseButtonText = 'Pause';
coBrowseUI.textEntries.resumeButtonText = 'Resume';
coBrowseUI.textEntries.invalidInputText = 'Invalid Input';
coBrowseUI.textEntries.grantControlFailed = 'Grant Control Failed';
coBrowseUI.textEntries.denyControlFailed = 'Deny Control Failed';
coBrowseUI.textEntries.revokeControlFailed = 'Revoke Control Failed';
coBrowseUI.textEntries.pauseFailed = 'Pause Failed';
coBrowseUI.textEntries.resumeFailed = 'Resuming Session Failed';
coBrowseUI.textEntries.stopFailed = 'Stopping Session Failed';
coBrowse.sessionTimeoutOnCloseText = 'Collaboration session closed due to Session Timeout';
coBrowse.sessionTimeoutOnCloseTitle = 'Session Timeout by System';
coBrowse.anyOtherOnCloseText = 'Co-Browse session is closed';
coBrowse.anyOtherOnCloseTitle = 'Session closed';
coBrowse.inactivityDialogTitle = 'Inactive Session';
coBrowse.inactivityDialogText = 'Co-Browse session is about to be closed due to inactive timeout, do you want to continue?';
}
jQuery(document).ready(function () {
var sk = "";
var skey = "coBrowse.sessionKey";
var sCoDialogValueTop = "";
var sCoDialogValueLeft = "";
var sCoDialogkeyTop = "coBrowse.DialogKeyTop";
var sCoDialogkeyLeft = "coBrowse.DialogKeyLeft";
if (typeof (Storage) !== 'undefined') {
sk = sessionStorage.getItem(skey);
}
if (sk) {
console.log("coBrowse session exists, joing .....");
var host = 'webchat.dewa.gov.ae';
initCB(console, host, "", sk);
}
//getPos();
if (jQuery("#site_search") != undefined && jQuery("#site_search") != null && jQuery("#site_search").length > 0 && jQuery("#site_search").val() != "") {
jQuery(".m31-search--dm_linkTitle,.m31-search--dm_linkDesc").highlight($("#site_search").val(), {})
}
var dragbinded = false;
document.onkeydown = preventTabNavigation;
});