{"id":44687,"date":"2023-03-01T08:49:36","date_gmt":"2023-03-01T08:49:36","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/events\/building-a-thriving-talent-experience-insights-from-emirates-health-services-totara-journey\/"},"modified":"2025-01-30T16:35:44","modified_gmt":"2025-01-30T16:35:44","slug":"building-a-thriving-talent-experience-insights-from-emirates-health-services-totara-journey","status":"publish","type":"event","link":"https:\/\/staging.totara.fortyapp.com\/de\/veranstaltungen\/building-a-thriving-talent-experience-insights-from-emirates-health-services-totara-journey\/","title":{"rendered":"Aufbau eines erfolgreichen Talenterlebnisses: Erkenntnisse aus der Totara-Reise von Emirates Health Service"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\">Emirates Health Services (EHS) ist der f\u00fchrende Gesundheitsdienstleister in den n\u00f6rdlichen und \u00f6stlichen Emiraten der Vereinigten Arabischen Emirate und wird von der Bundesregierung betrieben. EHS hat \u00fcber 11.500 Mitarbeiter, 17 Krankenh\u00e4user, 70 medizinische Grundversorgungszentren und eine Reihe von zahn\u00e4rztlichen und spezialisierten Gesundheitszentren.<\/p>\n<p>In Zusammenarbeit mit dem Totara-Partner Human Logic hat EHS eine Totara-Plattform namens Maharati (Arabisch f\u00fcr meine F\u00e4higkeiten) gestartet und angepasst \u2013 ein Portal, das alle Wissens- und Lernbed\u00fcrfnisse von Mitarbeitern und Partnern anspricht. Bis heute hat Maharati\u00a01,6\u00a0Millionen Kontakttrainingsstunden verwaltet. Davon waren mehr als 700.000 das Ergebnis der Maharati-f\u00e4higen Wissensmanagementstrategie, was zu finanziellen Einsparungen von \u00fcber 3,5 Millionen US-Dollar f\u00fchrte!Schlie\u00dfen Sie sich EHS und Human Logic an, wenn sie diskutieren, wie Maharati:<\/p>\n<ul>\n<li>Interaktive E-Learning-Kurse entwickelt, die allen EHS-Mitarbeitern jederzeit und \u00fcberall zur Verf\u00fcgung stehe<\/li>\n<li>Entwickelte ein fantastisches Onboarding-Erlebnis f\u00fcr EHS- und Partnermitarbeiter, um sicherzustellen, dass alle die gleiche Sprache sprechen und nach den gleichen Standards arbeite<\/li>\n<li>Eine wachsende Zahl aktiver Wissensspeicher, die interessante Themen f\u00fcr bestimmte Funktionen kuratieren (z. B. Krankenh\u00e4user, Pflege, Personalwesen)<\/li>\n<li>Ein verbessertes Totara-Erlebnis durch benutzerdefinierte Plugins wie Job Shadowing, Kursanfragen\/-genehmigungsautomatisierung und mandantenf\u00e4hige Integratio<\/li>\n<\/ul>\n<p>&nbsp;(Dieses Webinar ist auf Englisch)<\/p>\n<\/div>\n  <\/div>\n<div class='newsletter-hubspot-container themePurple padding-'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-'>\n                                    <h2 class='title '>Watch the replay<\/h2>\n                                                    <div id=\"hubspot-form-container\">\n            \n\t\t\t\t\t<script>\n\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\tportalId: 3415253,\n\t\t\t\t\t\t\t\tformId: \"5812b080-3f77-47dc-9cb1-e175addf5d22\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1776338461000-1714222002\",\n\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t})});\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1776338461000-1714222002\"><\/div>          <\/div>\n          <div id=\"hubspot-fallback-message\" style=\"display: none; padding: 20px; background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px;\">\n            <p style=\"margin: 0; font-size: 14px;\">\n              This form may be blocked by your browser&#8217;s privacy settings (e.g., Firefox Enhanced Tracking Protection). Please email us at <a href=\"mailto:marketing@totara.com\" style=\"color: #007ab8; text-decoration: none;\">marketing@totara.com<\/a>.\n            <\/p>\n          <\/div>\n                      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/If the form has a dynamic content field for hubspot automation workflows, it will grab that ACF value and plop it inside of the embedded iframe form\n  jQuery(document).ready(function ($) {\n    let formDetected = false;\n    let fallbackShown = false;\n\n    \/\/ Function to check for HubSpot form and show fallback if needed\n    function checkForHubSpotForm() {\n      const hubspotContainer = document.getElementById('hubspot-form-container');\n      const fallbackMessage = document.getElementById('hubspot-fallback-message');\n      \n      if (!hubspotContainer || !fallbackMessage || fallbackShown) {\n        return;\n      }\n\n      \/\/ Check for various HubSpot form elements\n      const hsForm = hubspotContainer.querySelector('.hs-form');\n      const hsIframe = hubspotContainer.querySelector('.hs-form-iframe');\n      const hsScript = hubspotContainer.querySelector('script[src*=\"js.hsforms.net\"]');\n      const hasHubSpotContent = hubspotContainer.innerHTML.trim().length > 0;\n\n      if (hsForm || hsIframe || hsScript) {\n        formDetected = true;\n      } else if (hasHubSpotContent && !formDetected) {\n        \/\/ If there's content but no recognizable HubSpot elements after timeout, show fallback\n        setTimeout(function() {\n          if (!formDetected && !fallbackShown) {\n            fallbackMessage.style.display = 'block';\n            hubspotContainer.style.display = 'none';\n            fallbackShown = true;\n          }\n        }, 2000);\n      } else if (!hasHubSpotContent) {\n        \/\/ If container is completely empty, show fallback immediately\n        fallbackMessage.style.display = 'block';\n        hubspotContainer.style.display = 'none';\n        fallbackShown = true;\n      }\n    }\n\n    \/\/ Initial check\n    setTimeout(checkForHubSpotForm, 1000);\n    \n    \/\/ Additional checks at intervals\n    setTimeout(checkForHubSpotForm, 3000);\n\n    setTimeout(function() {\n      const fieldElement = document.querySelector('input[name=lead_source_description]');\n      let iframe = document.querySelector('.hs-form-iframe');\n\n      if (iframe && iframe?.contentWindow) {\n        let iframeDocument = iframe.contentWindow.document;\n        let input = iframeDocument.querySelector('input[name=lead_source_description]');\n        if (input) {\n          input.value = 'Building a thriving Talent Experience: Insights from Emirates Health Service&#8217;s Totara Journey | Webinar on Demand';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":49,"template":"","tax\/tags":[626,630,588],"tax\/topics":[975],"tax\/event-types":[312],"class_list":["post-44687","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/events\/44687","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/types\/event"}],"wp:attachment":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/media?parent=44687"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/tax\/tags?post=44687"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/tax\/topics?post=44687"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/tax\/event-types?post=44687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}