function elqGetGuidCookieValue() { console.log("Get Cookie Value"); var name, value, index, cookies = document.cookie.split(";"); console.log("cookies", cookies); for (var i = 0; i < cookies.length; i++) { index = cookies[i].indexOf("="); if (index > 0 && cookies[i].length > index + 1) { name = cookies[i].substr(0, index).trim(); console.log("name", name); if (name == "ELOQUA") { value = cookies[i].substr(index + 1); var subCookies = value.split("&"); for (var l = 0; i < subCookies.length; l++) { var subCookie = subCookies[l].split("="); console.log("Cookie Value 1", subCookie); if (subCookie.length == 2 && subCookie[0] == "GUID") { console.log("Cookie Value 2", subCookie); return subCookie[1]; } } } } } return ""; } elqGetGuidCookieValue();People Solutions Company | Dulsco | News

News

Dulsco Group won Gold for the Best Retention Initiative at the Employee Happiness Summit and Awards 2023

15 June, 2023

The results for EHSA ceremonies; we’re happy to reveal that we won Gold at this year’s Employee Happiness Summit & Awards for “Best Employee Retention Initiative”. Our Dulscans are a top priority and their welfare always comes first, so to receive the acknowledgement of being the best for employee retention is a great feeling and something we take great pride in.

The recognition that we continue to receive is a testament to the hard work that goes into all of our initiatives and campaigns, and to the commitment we have to powering better communities in the best way we can.