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 People has won Gold for the Customer Happiness Team of the Year

22 October, 2024

We are proud to announce that Dulsco People has won Gold for the Customer Happiness Team of the Year at the Customer Happiness Awards 2024, in recognition of their exceptional support for our clients, especially during the extreme weather conditions we faced earlier this year. Our teams worked tirelessly at Dubai Airports and Abu Dhabi Airports, prioritising safety at every step. Their dedication ensured the seamless management of challenges and the swift restoration of airport operations, enhancing the safety of travelers and staff while providing assistance during emergencies and crises. This effort reflects our commitment to powering safer communities and implementing measures that uphold the highest standards of safety.

Source:CustomerHappiness