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 achieved a Bronze Medal from EcoVadis

04 October, 2023

We are incredibly proud to announce our achievement of a Bronze Medal from EcoVadis, the Global standard for business sustainability ratings. EcoVadis assesses 21 sustainability criteria across four core themes: Environment, Labour & Human Rights, Ethics, and Sustainable Procurement.

This rating validates our sustainability comminitments, practices, and performance, and inspires us to further enhance our impact.

The EcoVadis platform helps companies manage ESG risk and compliance, meet corporate sustainability goals, and drive impact at scale by guiding the sustainability performance improvement of the company and its value chain.