{"id":76769,"date":"2022-11-24T21:32:31","date_gmt":"2022-11-24T21:32:31","guid":{"rendered":"https:\/\/totara.com\/resources\/crear-un-proceso-de-gestion-del-rendimiento-desde-cero\/"},"modified":"2026-06-12T18:42:11","modified_gmt":"2026-06-12T18:42:11","slug":"crear-un-proceso-de-gestion-del-rendimiento-desde-cero","status":"publish","type":"resource","link":"https:\/\/totara.com\/es\/recursos\/crear-un-proceso-de-gestion-del-rendimiento-desde-cero\/","title":{"rendered":"Crear un proceso de gesti\u00f3n del rendimiento desde cero"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\">Independientemente del tama\u00f1o de tu empresa, un proceso pr\u00e1ctico de gesti\u00f3n del rendimiento tendr\u00e1 un impacto transformador en tu empresa y en sus empleados.<\/p>\n<p>Su objetivo es mejorar el compromiso de los empleados, la productividad de la plantilla y la rentabilidad, e incluso potenciar la agilidad empresarial necesaria para adelantarse a la competencia. Pero, \u00bfpor d\u00f3nde empiezas? \u00bfC\u00f3mo se crea un proceso de gesti\u00f3n del rendimiento desde cero?  <\/p>\n<p>En esta gu\u00eda, aprender\u00e1s:<\/p>\n<ul>\n<li>Las mejores pr\u00e1cticas que debes aplicar para que la fase piloto de tu programa de gesti\u00f3n del rendimiento salga a la perfecci\u00f3n<\/li>\n<li>C\u00f3mo ir avanzando por las etapas clave de la implantaci\u00f3n de un proceso de gesti\u00f3n del rendimiento<\/li>\n<li>Los sencillos pasos y herramientas que necesitas para adaptar tu programa de gesti\u00f3n del rendimiento a las necesidades espec\u00edficas de tu organizaci\u00f3n<\/li>\n<li>C\u00f3mo utilizar la tecnolog\u00eda en el lugar de trabajo para automatizar el proceso y alinear el aprendizaje y el desarrollo de los empleados con los objetivos de tu organizaci\u00f3n<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-57242 aligncenter\" src=\"https:\/\/totara.com\/wp-content\/uploads\/2022\/11\/Building-a-Performance-Management-Process-from-Scratch-tile.png\" alt=\"\" width=\"644\" height=\"636\" srcset=\"https:\/\/totara.com\/wp-content\/uploads\/2022\/11\/Building-a-Performance-Management-Process-from-Scratch-tile.png 644w, https:\/\/totara.com\/wp-content\/uploads\/2022\/11\/Building-a-Performance-Management-Process-from-Scratch-tile-300x296.png 300w\" sizes=\"auto, (max-width: 644px) 100vw, 644px\" \/><\/p>\n<\/div>\n  <\/div>\n<div class='newsletter-hubspot-container theme padding-'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-'>\n                                    <h2 class='title '>Descarga tu copia<\/h2>\n                                                    <div id=\"hubspot-form-container\">\n            \n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 3415253,\n\t\t\t\t\t\t\t\t\tformId: \"436f1db9-e7f4-47ba-80e1-d8017bdf9843\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1782465659000-2785888651\",\n\t\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1782465659000-2785888651\"><\/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 performance management process from scratch';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"template":"","tax\/tags":[608,656],"tax\/solutions":[547],"tax\/topics":[658],"tax\/industries":[],"tax\/resource-types":[319],"class_list":["post-76769","resource","type-resource","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/resources\/76769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/resources"}],"about":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/types\/resource"}],"wp:attachment":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/media?parent=76769"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/tags?post=76769"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/solutions?post=76769"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/topics?post=76769"},{"taxonomy":"industry-tax","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/industries?post=76769"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/resource-types?post=76769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}