Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (2023)

";}}}}render = render + "";render = render + "

";divFacet.html(render);}function _affichageformationresultportlet_WAR_afparechercheportlet_displayFacetFormations(facetsJson,idDeleteToggleTarget) {_affichageformationresultportlet_WAR_afparechercheportlet_displayFacetCheckedFormations(facetsJson);var render = "";var items = facetsJson;// Parcours des facets (1 seul facet dans le cas des articles)var divFacet = jQuery("#facetContentFormations");for ( var i in items) {var item = items[i];if(item.facet !== 'isEligibleCPF' && item.facet !=='Optionsdeformations'){//var libelleFacet = Liferay.Language.get("recherche.formation.filtre." + item.facet);//TODO solution temporaire pour afficher les libellés des facettes après choix de filtreif(item.facet == 'Secteur'){var libelleFacet = "Domaines"}else if(item.facet == 'Region'){var libelleFacet = "Régions"}else if(item.facet == 'MonProjet'){var libelleFacet = "Mon projet"}else if(item.facet == 'Typedeformations'){var libelleFacet = "Type de formation"}else if(item.facet == 'plageDuree'){var libelleFacet = "Durée"}else if(item.facet == 'Modalitepedago'){var libelleFacet = "Modalité pédagogique"}//TODO fin// Déplie seul les facettes qui ont été séléctionnéesif(selectedValueFacet(item)){render = render + "

" + libelleFacet + "

"} else {render = render + "

" + libelleFacet + "

"}if (item.values.length > 0) {render = render + "

    ";var facet = item.facet.replace("'", "\\'");// parcours des valeursfor ( var j in item.values) {var value = item.values[j];var term = value.term.replace("'", "\\'");render = render + "
  • ajout de la class 'selected' render = render + " class=\"selected\""; } else { render = render + " onclick=\"_affichageformationresultportlet_WAR_afparechercheportlet_loadFormations('" + facet + "','" + term + "');\""; if (facetMultiFormations.indexOf(item.facet) > -1) { // Cas de valeur des facettes multi non sélectionnée => ajout d'une checkbox render = render + " class=\"checked\""; } }render = render + ">"var facetLabel;if (item.facet == "plageDuree") { facetLabel = value.term ;}else if(item.facet == "Modalitepedago"){ facetLabel = value.term;}else { facetLabel = value.term;}render = render+ facetLabel + " (" + value.frequency + ")" + "

    on cache le bouton de déselection render = render + " style=\"display: none;\""; } render = render + ">suppr

  • ";}render = render + "

";}render = render + "

";}}divFacet.html(render);_affichageformationresultportlet_WAR_afparechercheportlet_toggleAllSelectedFilters(idDeleteToggleTarget);};function _affichageformationresultportlet_WAR_afparechercheportlet_toggleAllSelectedFilters(idDeleteToggleTarget) {var idDeleteToggle="";if(idDeleteToggleTarget){idDeleteToggle = "#"+idDeleteToggleTarget;}// Gestion du click sur les boutons permettant de cacher(X)/afficher(+) les valeurs des facetsjQuery(idDeleteToggle+" .toggleFacet").each(function (index) {$(this).click(function (event) {_affichageformationresultportlet_WAR_afparechercheportlet_onCloseFilterButtonClick(event);});});_affichageformationresultportlet_WAR_afparechercheportlet_toggleFilterContent(idDeleteToggle);};function _affichageformationresultportlet_WAR_afparechercheportlet_toggleFilterContent(idDeleteToggle) {// Click sur les facettes dont au moins une valeur est sélectionnéejQuery(idDeleteToggle +".filterContent").each(function() {var content = jQuery(this);var link = content.prev("a");if (!link.hasClass("close")) {// Sur mobile toutes les facets sont fermées par défaut_affichageformationresultportlet_WAR_afparechercheportlet_toggleFilter(link);}if (content.find("li.selected").length) {_affichageformationresultportlet_WAR_afparechercheportlet_toggleFilter(link);_affichageformationresultportlet_WAR_afparechercheportlet_toggleFilter(link);}});}//Gestion du click sur les boutons permettant de cacher(X)/afficher(+) les valeurs des facetsvar _affichageformationresultportlet_WAR_afparechercheportlet_onCloseFilterButtonClick = function( event ) {var target = jQuery(event.target);_affichageformationresultportlet_WAR_afparechercheportlet_toggleFilter(target);};function _affichageformationresultportlet_WAR_afparechercheportlet_toggleFilter(target) {const content = target.next(".filterContent");const title = target.prev("h4");if (target.hasClass("close")) {content.show();title.addClass("active");content.find("li").show();target.removeClass("close");} else {title.removeClass("active");target.addClass("close");content.find("li").hide();if(content.find("li.selected").length) {content.find("li.selected").show();} else {content.hide();}}}// verifie si la valeur d'une facet est selectionnéefunction selectedValueFacet(item) {var selected = false;if (item.values.length > 0) {// parcours des valeursfor (const j in item.values) {const value = item.values[j];selected = facetFormationValues[item.facet] !== undefined && facetFormationValues[item.facet].indexOf(value.term) !== -1;if(selected){return selected;}}}return selected;}//Affichage de la paginationfunction _affichageformationresultportlet_WAR_afparechercheportlet_loadPagination(urlPagination, facetValuesParam, nbElements, idDivPagination) {var baseUrl = "https://www.hautenormandie.afpa.fr:443/formation?p_p_id=affichageformationresultportlet_WAR_afparechercheportlet&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=getLoadPagination&p_p_cacheability=cacheLevelPage&_affichageformationresultportlet_WAR_afparechercheportlet_action=PaginationCall".replace(/(\?|&)[^&]*f=[^&]*&/g,"$1");urlPagination = urlPagination.replace(/(\?|&)f=[^&]*&/g,"$1");jQuery.ajax({type: "GET",url: baseUrl + "&"+namespace+"url=" + encodeURIComponent(urlPagination) + "&"+namespace+"f=" + facetValuesParam + "&"+namespace+"nbElements=" + nbElements,dataType : "html",success : function(data) {jQuery("#" + idDivPagination).html(data);},error : function(data) {console.log(data);}});}//Maj lien onglet//On supprime la facet de l'url et on l'override avec la completefunction _affichageformationresultportlet_WAR_afparechercheportlet_loadTab(url, facetValuesParam, idTab) {url = url.replace(/(\?|&)f=[^&]*&?/g,"$1");url = url.concat('&f='+facetValuesParam);jQuery('#'+idTab).attr("href",window.location.origin+url);facetSaved=facetValuesParam;}

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (1)

codes

Programmeprint

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (2)

Objectifs de la formation

  • Adopter la posture du commercial 3.0
  • Elaborer une communication digitale efficace
  • Exploiter les supports digitaux pour mieux vendre
  • Concevoir sa stratégie webmarketing

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (3)

Formation professionnalisante

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (4)

En centre

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (5)

Durée :

140 heures (4 semaines)

Prix :

Nous consulter

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (6)

Validation visée :

Attestation de formation

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (7)

Pour qui :

Toute personne ayant déjà une expérience professionnelle dans le métier ou un diplôme de niveau III dans le domaine et souhaitant enrichir ses compétences.

La formation en détail

Le programme

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (8)

L'admission

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (9)

Les formations complémentaires

En fonction de votre projet, si vous souhaitez poursuivre votre parcours de formation, prenez contact avec l’un de nos conseillers, joignables au 3936.

";}}}}render = render + "";render = render + "

";divFacet.html(render);}function _rechercheformationdomaineportlet_WAR_afparechercheportlet_displayFacetFormations(facetsJson,idDeleteToggleTarget) {_rechercheformationdomaineportlet_WAR_afparechercheportlet_displayFacetCheckedFormations(facetsJson);var render = "";var items = facetsJson;// Parcours des facets (1 seul facet dans le cas des articles)var divFacet = jQuery("#facetContentFormations");for ( var i in items) {var item = items[i];if(item.facet !== 'isEligibleCPF' && item.facet !=='Optionsdeformations'){//var libelleFacet = Liferay.Language.get("recherche.formation.filtre." + item.facet);//TODO solution temporaire pour afficher les libellés des facettes après choix de filtreif(item.facet == 'Secteur'){var libelleFacet = "Domaines"}else if(item.facet == 'Region'){var libelleFacet = "Régions"}else if(item.facet == 'MonProjet'){var libelleFacet = "Mon projet"}else if(item.facet == 'Typedeformations'){var libelleFacet = "Type de formation"}else if(item.facet == 'plageDuree'){var libelleFacet = "Durée"}else if(item.facet == 'Modalitepedago'){var libelleFacet = "Modalité pédagogique"}//TODO fin// Déplie seul les facettes qui ont été séléctionnéesif(selectedValueFacet(item)){render = render + "

" + libelleFacet + "

"} else {render = render + "

" + libelleFacet + "

"}if (item.values.length > 0) {render = render + "

    ";var facet = item.facet.replace("'", "\\'");// parcours des valeursfor ( var j in item.values) {var value = item.values[j];var term = value.term.replace("'", "\\'");render = render + "
  • ajout de la class 'selected' render = render + " class=\"selected\""; } else { render = render + " onclick=\"_rechercheformationdomaineportlet_WAR_afparechercheportlet_loadFormations('" + facet + "','" + term + "');\""; if (facetMultiFormations.indexOf(item.facet) > -1) { // Cas de valeur des facettes multi non sélectionnée => ajout d'une checkbox render = render + " class=\"checked\""; } }render = render + ">"var facetLabel;if (item.facet == "plageDuree") { facetLabel = value.term ;}else if(item.facet == "Modalitepedago"){ facetLabel = value.term;}else { facetLabel = value.term;}render = render+ facetLabel + " (" + value.frequency + ")" + "

    on cache le bouton de déselection render = render + " style=\"display: none;\""; } render = render + ">suppr

  • ";}render = render + "

";}render = render + "

";}}divFacet.html(render);_rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleAllSelectedFilters(idDeleteToggleTarget);};function _rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleAllSelectedFilters(idDeleteToggleTarget) {var idDeleteToggle="";if(idDeleteToggleTarget){idDeleteToggle = "#"+idDeleteToggleTarget;}// Gestion du click sur les boutons permettant de cacher(X)/afficher(+) les valeurs des facetsjQuery(idDeleteToggle+" .toggleFacet").each(function (index) {$(this).click(function (event) {_rechercheformationdomaineportlet_WAR_afparechercheportlet_onCloseFilterButtonClick(event);});});_rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleFilterContent(idDeleteToggle);};function _rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleFilterContent(idDeleteToggle) {// Click sur les facettes dont au moins une valeur est sélectionnéejQuery(idDeleteToggle +".filterContent").each(function() {var content = jQuery(this);var link = content.prev("a");if (!link.hasClass("close")) {// Sur mobile toutes les facets sont fermées par défaut_rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleFilter(link);}if (content.find("li.selected").length) {_rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleFilter(link);_rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleFilter(link);}});}//Gestion du click sur les boutons permettant de cacher(X)/afficher(+) les valeurs des facetsvar _rechercheformationdomaineportlet_WAR_afparechercheportlet_onCloseFilterButtonClick = function( event ) {var target = jQuery(event.target);_rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleFilter(target);};function _rechercheformationdomaineportlet_WAR_afparechercheportlet_toggleFilter(target) {const content = target.next(".filterContent");const title = target.prev("h4");if (target.hasClass("close")) {content.show();title.addClass("active");content.find("li").show();target.removeClass("close");} else {title.removeClass("active");target.addClass("close");content.find("li").hide();if(content.find("li.selected").length) {content.find("li.selected").show();} else {content.hide();}}}// verifie si la valeur d'une facet est selectionnéefunction selectedValueFacet(item) {var selected = false;if (item.values.length > 0) {// parcours des valeursfor (const j in item.values) {const value = item.values[j];selected = facetFormationValues[item.facet] !== undefined && facetFormationValues[item.facet].indexOf(value.term) !== -1;if(selected){return selected;}}}return selected;}//Affichage de la paginationfunction _rechercheformationdomaineportlet_WAR_afparechercheportlet_loadPagination(urlPagination, facetValuesParam, nbElements, idDivPagination) {var baseUrl = "https://www.hautenormandie.afpa.fr:443/formation?p_p_id=rechercheformationdomaineportlet_WAR_afparechercheportlet&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=getLoadPagination&p_p_cacheability=cacheLevelPage&_rechercheformationdomaineportlet_WAR_afparechercheportlet_action=PaginationCall&_rechercheformationdomaineportlet_WAR_afparechercheportlet_priv_r_p_secteurFormation=Commerce+-+vente+-+distribution&_rechercheformationdomaineportlet_WAR_afparechercheportlet_priv_r_p_formationPk=86536549".replace(/(\?|&)[^&]*f=[^&]*&/g,"$1");urlPagination = urlPagination.replace(/(\?|&)f=[^&]*&/g,"$1");jQuery.ajax({type: "GET",url: baseUrl + "&"+namespace+"url=" + encodeURIComponent(urlPagination) + "&"+namespace+"f=" + facetValuesParam + "&"+namespace+"nbElements=" + nbElements,dataType : "html",success : function(data) {jQuery("#" + idDivPagination).html(data);},error : function(data) {console.log(data);}});}//Maj lien onglet//On supprime la facet de l'url et on l'override avec la completefunction _rechercheformationdomaineportlet_WAR_afparechercheportlet_loadTab(url, facetValuesParam, idTab) {url = url.replace(/(\?|&)f=[^&]*&?/g,"$1");url = url.concat('&f='+facetValuesParam);jQuery('#'+idTab).attr("href",window.location.origin+url);facetSaved=facetValuesParam;}

D'autres formations dans le domaine Commerce - vente - distribution

Commerce - vente - distribution

Employé commercial

Eligible au CPF *

Formation qualifiante

Découvrir la formation

Commerce - vente - distribution

Conseiller de vente

Eligible au CPF *

Formation qualifiante

Découvrir la formation

"; html += "

"; if (!(data.deroulement === undefined || data.deroulement === null || data.deroulement === "")) { if (!(data.introDeroulement === undefined || data.introDeroulement === null || data.introDeroulement === "")) { html += "

" + data.introDeroulement + "

"; } html+= "

"; html += "Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (10)"; html += "

"+ data.deroulement +"

"; html += "

"; } if (!(data.duree === undefined || data.duree === null || data.duree === "")) { html += "

"+ "Durée" + "

"; html+= "

"; html += "

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (11)

"; html += "

"+data.duree+"

"; html += "

"; } html += "

"; html += "

"; if (!(data.objectifs === undefined || data.objectifs === null || data.objectifs === "")) { html += "

"+ "Objectifs" + "

"; html += data.objectifs; } html += "

"; html2 +="

"; html2 += "

"+ "Prérequis" + "

"; if (!(data.prerequis === undefined || data.prerequis === null || data.prerequis === "")) { html2 += "

"; html2 +="

"; if (!(data.conditionAdmission === undefined || data.conditionAdmission === null || data.conditionAdmission === "")) { html2 += "

"+ "Conditions d'admission" + "

"; html2 += "

"; html2 +="

"; if (!(data.programme === undefined || data.programme === null || data.programme === "")) { html2 += "

"+ "Programme" + "

"; html2 += "

"; if (isAllowedToPostuler === "false" && isOnlyCPF === "false") { jQuery("#blocSessionActionButtons").hide(); } else { jQuery("#blocSessionActionButtons").show(); } jQuery("#popinContenuFormation").html(html); jQuery("#popinContenuFormation2").html(html2); _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_openPopin("popin-formation-adaptee"); }, error : function(jqXHR, textStatus, errorThrown) { console.debug(textStatus); } });}function _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_verifierFormationAdaptee(){ var sessionAdaptee = jQuery("#sessionAdaptee-hidden").val(); var isOnlyCPF = jQuery("#sessionOnlyCPF-hidden").val(); if (isOnlyCPF == "true") { _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_recupererOnlyCPF(sessionAdaptee); } else if (sessionAdaptee == "true") { // dans le cas affirmatif afficher popup formation adaptee _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_recupererFormationAdaptee(); } else { _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_verifierPossibilitePostuler(); }}// Methode verifiant que l'utilisteur connecte peux postuler a la session selectionnee :// S'il a deja postule a + de 5 sessions ou deja postule a la session selectionnee on affiche un bandeaufunction _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_verifierPossibilitePostuler(){ var codeSession = jQuery("#codeSession-hidden").val(); var codeCR = jQuery("#codeCR-hidden").val(); var isPrescripteur = "false"; var isCliquable = !jQuery("#lien-postuler-session").hasClass("disabled"); var isAllowedToPostuler = jQuery("#isAllowedToPostuler-hidden").val(); if(isCliquable || isAllowedToPostuler) { if(isPrescripteur != "true"){ jQuery.ajax({ url :"https://www.hautenormandie.afpa.fr:443/formation?p_p_id=afpalieuxetdatesportlet_WAR_afpaformationsessionportlet&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=checkPossibilitePosutler&p_p_cacheability=cacheLevelPage&_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_action=checkPossibilitePosutler&_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_priv_r_p_codeOsia=12034&_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_priv_r_p_origineProduit=null" + "&" + namespace + "codeCR=" + codeCR + "&" + namespace + "codeSession=" + codeSession, dataType : "text", success : function(data, textStatus, jqXHR) { // si le code renvoye est ??? on submit le formulaire if(data == "0" ){ _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_submitForm(); // Sinon on affiche le bandeau correspondant } else if (data == "1") { _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_afficherBandeau("error-same-candidatures-twice"); } else if (data == "2") { _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_afficherBandeau("error-too-many-candidatures"); } }, error : function(jqXHR, textStatus, errorThrown) { console.debug(textStatus); } }) } else { _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_submitForm(); } }}// Methode faisant l'appel ajax au clic sur une pastille ou une regionfunction _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_displayListSessionFormation(region, typeSessionRecherche, codeOsia) { jQuery.ajax({ url: "https://www.hautenormandie.afpa.fr:443/formation?p_p_id=afpalieuxetdatesportlet_WAR_afpaformationsessionportlet&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=getListSessionPourRegion&p_p_cacheability=cacheLevelPage&_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_action=listerSessionPourregion&_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_priv_r_p_codeOsia=12034&_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_priv_r_p_origineProduit=null" + "&" + namespace + "codeRegionAjax=" + region + "&" + namespace + "typeSessionRecherche=" + typeSessionRecherche + "&" + namespace + "codeOsiaCarte=" + codeOsia, dataType : "json", success : function(data, textStatus, jqXHR) { // On commence par vide la zone region jQuery("#zone-list-session").html(""); var themeDisplay = Liferay.ThemeDisplay; var pathImages = themeDisplay.getPathThemeImages(); var actionForm = "https://www.hautenormandie.afpa.fr:443/formation?p_p_id=afpalieuxetdatesportlet_WAR_afpaformationsessionportlet&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view&_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_action=sendFormulaireCandidature"; // on cree le lien retour var html = ""; html += "Retour"; html += ""; // On ajoute ensuite le titre de la zone (Nb session programme en Nom Region ) html += "

"; html += "

"; html += ""; html += data.nbSessionsRegion; html += ""; if(data.nbSessionsRegion > 1) { html += "sessions programmées"; } else { html += "session programmée"; } html += " en "; html += data.nomRegion; html += "

"; html += "

"; // On genere le formulaire html += "

"; // On genere le bloc html prochaine session region jQuery("#prochaine-formation-region").html(""); if(data.prochaineSession != "" && data.prochaineSession != null && data.prochaineSession != undefined){ var htmlProchaineSession = "

"; htmlProchaineSession += "Date de la prochaine formation :"; htmlProchaineSession += "

"; htmlProchaineSession += "

"; htmlProchaineSession += data.prochaineSession.ville; htmlProchaineSession += " "; htmlProchaineSession += "- du"; htmlProchaineSession += " "; htmlProchaineSession += data.prochaineSession.dateDebut; htmlProchaineSession += " "; htmlProchaineSession += "au"; htmlProchaineSession += " "; htmlProchaineSession += data.prochaineSession.dateFin; htmlProchaineSession += "

"; jQuery("#prochaine-formation-region").html(htmlProchaineSession); jQuery("#bloc-prochaine-session-region").show(); } // On ajoute le HTML de la zone session region et on cache les pastilles et la carte jQuery("#zone-list-session").html(html); // On change l'url du lien vers le module de financement var urlPageFinancementEtape2 = ""; var isFormationContinue = "false"; if(financementPasse === "true"){ jQuery("#lien-module-financement").addClass("disabled"); jQuery("#lien-module-financement").attr("href", "Javascript:_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_verifierFormationAdaptee();"); } else { jQuery("#lien-postuler-session").attr("href", data.urlEtape2FinancementRegion); } var isModuleObligatoire = ""; if((isPrescripteur != "true" || (isAlternance == "true" && isPrescripteur == "true")) && isModuleObligatoire != "true"){ jQuery("#lien-postuler-session").addClass("disabled"); } jQuery("#zone-bouton-postuler").show(); jQuery("#zone-session-carte-france").hide(); jQuery("#bloc-prochaine-session-en-alternance").hide(); jQuery("#bloc-prochaine-session-en-centre").hide(); jQuery("#zone-session-region").show(); _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_activerTooltipster(); }, error : function(jqXHR, textStatus, errorThrown) { console.debug(textStatus); } });}// Affiche le bandeau dont l'id est l'id du bandeau passe en paramfunction _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_afficherBandeau(idBandeau){ if(idBandeau != undefined && idBandeau != "" && idBandeau != null){ if (jQuery("#heading > #"+idBandeau).length == 0){ jQuery("#heading").append(jQuery("#"+idBandeau)); } _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_cacherBandeauxInformation(); jQuery("#heading > #"+idBandeau).toggle(); if(jQuery("#"+idBandeau).is(':visible') && jQuery("#bandeau-probleme-version").is(':visible')){ jQuery("#"+idBandeau).addClass('active'); } _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_deffilementVersHautEcran(); }}/* Cache les bandeaux deja affiches */function _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_cacherBandeauxInformation() { jQuery('#error-too-many-candidatures').hide(); jQuery('#error-same-candidatures-twice').hide(); jQuery('#success-training-candidature').hide();}function _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_deffilementVersHautEcran(){ jQuery('html,body').animate({scrollTop: jQuery("body").offset().top}, 800);}function _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_activerTooltipster(){ jQuery(".info-bulle.tooltipster.detail-session").each(function(i,el){ var id = jQuery(this).attr("id"); jQuery("#" + id).tooltipster({ theme: '.tooltipster-formation', position: 'top-left', content:function(ui) { var idTooltipsterCourant = jQuery("#"+id).attr("id"); return jQuery("#"+idTooltipsterCourant+"-contenu").html(); } }); });}//MGA: Construction de la popin formationfunction _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_modal(idFenetreModal){ jQuery("#" + idFenetreModal).dialog({ modal: true, width: "1080px", autoOpen : false, close: function overflowScroll(){ var body = document.body; jQuery(body).css("overflow","scroll"); }, dialogClass: "global-popin", position : { my : "bottom+100", at : "center", of : window }, });}//Affichage de la popin de session CPFfunction _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_openPopinCPF(){ jQuery( "#popin-only-cpf" ).css("display","block"); jQuery( "#popin-only-cpf" ).dialog( "open" ); jQuery(".ui-widget-overlay.ui-front").addClass('overlay-video');}//Affichage de la popin de formationfunction _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_openPopin(idPopin){ jQuery("#" + idPopin).css("display","block"); jQuery("#" + idPopin).dialog("open"); jQuery(".global-popin").addClass("popin-formation-adaptee"); jQuery("#" + idPopin).css("max-height","850px"); jQuery("#" + idPopin).css("height","70vh"); jQuery("#popinContenuFormation").addClass("popin-contenu-formation"); jQuery(".ui-widget-overlay").addClass("overlay-popin"); var body = document.body; jQuery(body).css("overflow","hidden");}//Fermeture de la popinfunction _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_closePopin(idPopin){ jQuery("#" + idPopin).dialog("close");}function _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_choisirAutreSession(){_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_closePopin("popin-formation-adaptee");}function _afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_continuerAvecSession(){_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_closePopin("popin-formation-adaptee");_afpalieuxetdatesportlet_WAR_afpaformationsessionportlet_verifierPossibilitePostuler();}function slideToggleTest(section, number){ $(".contenu-section").not("."+number).slideUp(); $(section).next(".contenu-section").slideToggle(); if (sn == number){ if (initTest == "on"){ $(section).css('transform', 'rotate(45deg)'); initTest = "off"; } else { $(section).css('transform', 'rotate(90deg)'); initTest = "on"; } } else { $(section).css('transform', 'rotate(90deg)'); sn = number; initTest = "on"; } $('.buttonPopinPR').not("."+number).css('transform', 'rotate(45deg)');}

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (17) Nos résultats dans le secteur de la formation

Données 2021

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (18)

87,2%

de réussite au titre professionnel

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (19)

75,74%

d'accès à l'emploi dans les 6 mois

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (20)

83,86%

de stagiaires satisfaits

Sources et méthodes de calcul

En savoir plus >

Formation professionnalisante e-Négociateur Technico-Commercial - Formation professionnelle | Afpa (21)

Top 3 des régions qui recrutent en Relation commerciale grands comptes et entreprise

  • Ile-de-France
  • Provence-Alpes-Côte d'Azur

References

Top Articles
Latest Posts
Article information

Author: Sen. Ignacio Ratke

Last Updated: 05/01/2023

Views: 6466

Rating: 4.6 / 5 (56 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Sen. Ignacio Ratke

Birthday: 1999-05-27

Address: Apt. 171 8116 Bailey Via, Roberthaven, GA 58289

Phone: +2585395768220

Job: Lead Liaison

Hobby: Lockpicking, LARPing, Lego building, Lapidary, Macrame, Book restoration, Bodybuilding

Introduction: My name is Sen. Ignacio Ratke, I am a adventurous, zealous, outstanding, agreeable, precious, excited, gifted person who loves writing and wants to share my knowledge and understanding with you.