CINXE.COM

Terms and Conditions for Certification Body Administration Tool ("CB-AT")  · Custom Portal

<!DOCTYPE html> <html lang="en-US" data-lang="en-US" crm-lang="en-US" dir="ltr" crm-lcid="1033" same-site-mode="None"> <head> <meta charset="utf-8" /><meta name="viewport" content="width=device-width,&#32;initial-scale=1.0" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script type="text/javascript" > </script> <title> Terms and Conditions for Certification Body Administration Tool (&quot;CB-AT&quot;) &nbsp;· Custom Portal </title> <script src="/_portal/d78574f9-20c3-4dcc-8d8d-85cf5b7ac141/Resources/ResourceManager?lang=en-US"></script> <script type="text/javascript"> // Refresh all powerBI Iframes on Login in one Iframe window.addEventListener('message', function (event) { if (event && event.data && event.data == 'refreshPowerBI') { $("iframe.powerbi").each(function () { this.src = this.src; }); } }); // Fix for incorrect viewport width setting in IE 10 on Windows Phone 8. if (navigator.userAgent.match(/IEMobile\/10\.0/)) { var msViewportStyle = document.createElement("style"); msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}")); document.getElementsByTagName("head")[0].appendChild(msViewportStyle); } </script> <link href="/bootstrap.min.css?1675788932000" rel="stylesheet" /> <link href="https://content.powerapps.com/resource/powerappsportal/dist/font-awesome.bundle-3d8a58a48f.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/font-awesome.bundle-3d8a58a48f.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> <link href="https://content.powerapps.com/resource/powerappsportal/dist/preform.bundle-3f21e5fb24.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/preform.bundle-3f21e5fb24.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> <link href="/thumbnail.css?1699012795000" rel="stylesheet" /> <link href="/theme.css?1675788927000" rel="stylesheet" /> <link href="https://content.powerapps.com/resource/powerappsportal/dist/pwa-style.bundle-2739c60227.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/pwa-style.bundle-2739c60227.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> </head> <body data-sitemap-state="/terms-and-conditions/:/" data-dateformat="M/d/yyyy" data-timeformat="h:mm tt" data-datetimeformat="M/d/yyyy h:mm tt" data-app-path="/" data-ckeditor-basepath="/js/BaseHtmlContentDesigner/Libs/msdyncrm_/libs/ckeditor/" data-case-deflection-url="/_services/search/d78574f9-20c3-4dcc-8d8d-85cf5b7ac141"> <link href="https://content.powerapps.com/resource/powerappsportal/dist/pcf-style.bundle-373a0f4982.css" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;link&#32;=&#32;document.createElement(&#39;link&#39;);&#32;link.crossOrigin&#32;=&#32;target.crossOrigin;&#32;link.href&#32;=&#32;&#39;/dist/pcf-style.bundle-373a0f4982.css&#39;;&#32;link.rel&#32;=&#32;&#39;stylesheet&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,link);" rel="stylesheet" /> <div id="offlineNotificationBar" style="display: none;"> <img alt="web" id="web" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;img&#32;=&#32;document.createElement(&#39;img&#39;);&#32;img.src&#32;=&#32;&#39;/css/images/web.png&#39;;&#32;img.alt&#32;=&#32;&#39;web&#39;;&#32;img.id&#32;=&#32;&#39;web&#39;&#32;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,img);&#32;target.remove();" src="https://content.powerapps.com/resource/powerappsportal/img/web.png" /> <div id="message">You&#8217;re offline. This is a read only version of the page.</div> <div id="close" onclick="this.parentElement.style.display='none';"><img alt="close" onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;img&#32;=&#32;document.createElement(&#39;img&#39;);&#32;img.src&#32;=&#32;&#39;/css/images/close.png&#39;;&#32;img.alt&#32;=&#32;&#39;close&#39;;&#32;img.id&#32;=&#32;&#39;&#39;&#32;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,img);&#32;target.remove();" src="https://content.powerapps.com/resource/powerappsportal/img/close.png" /></div> </div> <script type="text/javascript"> window.DisableCkEditor = window.DisableCkEditor || {}; DisableCkEditor.Value = 'False'; </script> <script type="text/javascript"> var enableOmniChannelWidgetWithSiteCopilot = 'False'; if (enableOmniChannelWidgetWithSiteCopilot === "True" || enableOmniChannelWidgetWithSiteCopilot === "true") { const authUrl = window.location.origin + "/_services/auth/portalusertoken"; const fetchWithRetries = async (url, options, retries) => { try { const authResponse = await fetch(url, options); const token = await authResponse.text(); sessionStorage['c2Token'] = token; } catch (err) { if (retries === 1) throw err; return await fetchWithRetries(url, options, retries - 1); } }; fetchWithRetries(authUrl, { method: "POST" }, 4); } </script> <script type="text/javascript"> var isPvaBotAuthenticated = sessionStorage['isPvaBotAuthenticated']; var isPortalUserLoggedIn = 'False'; if ((isPvaBotAuthenticated != null || isPvaBotAuthenticated != undefined) && isPvaBotAuthenticated != isPortalUserLoggedIn) { sessionStorage['triggerPvaBotSignOut'] = true; sessionStorage.removeItem('c2Token'); sessionStorage.removeItem('directLinetoken'); sessionStorage.removeItem('conversation_Id'); } sessionStorage['isPvaBotAuthenticated'] = isPortalUserLoggedIn; </script> <script type="text/javascript"> window["Microsoft"] = window["Microsoft"] || {}; window["Microsoft"].Dynamic365 = { Portal: { User: { userName: '', contactId: '' }, version: '9.7.2.8', type: 'StarterPortal', id: 'd5a2687f-c2ad-44e5-baee-2d6fbcb26cff', geo: 'EUR', tenant: '04740872-6ccd-45ad-9c3e-755c11feea13', correlationId: 'b8a8d9b1-5ddb-4840-9b7a-0e9a8cd2d06f', orgEnvironmentId: '13ff70fb-103c-46bf-b4e8-509bac29a83d', orgId: 'b1e1245c-506f-4c5a-9c20-40841eb9dc6c', portalProductionOrTrialType: 'Production', isTelemetryEnabled: 'True', InstrumentationSettings: { instrumentationKey: '197418c5cb8c4426b201f9db2e87b914-87887378-2790-49b0-9295-51f43b6204b1-7172', collectorEndpoint: 'https://eu-mobile.events.data.microsoft.com/OneCollector/1.0/' }, timerProfileForBatching: 'NEAR_REAL_TIME', activeLanguages: ["en-US"] } } // Mark request not cacheable if Dynamics365PortalAnalytics cookie is being refreshed by the server or if the cookie in request header is invalid // For client side telemetry intializing Dynamics365PortalAnalytics cookie object window["Microsoft"].Dynamic365.Portal.dynamics365PortalAnalytics = 'XhkaZ9jflTO6wiitltOfrSZQdtRgigwpv6hryXCDuinF3_tO2Cy3C7GUsnsp28SKDYSWrCyp9uiPRuiQeSRQcnIVs3i3HkPBEl34m-kNME74rlvsZ8XcJF3TsDDw2_CmuCU5Fgv88Cv1Gnbqhzj74A2'; // CodeQL [SM00430] False Positive: only alphanumeric chars allowed, for non-alphanumeric char it will return INVALID_CHARACTERS_IN_COOKIE </script> <script type="text/javascript"> </script> <div class="navbar navbar-inverse navbar-static-top" role="navigation"> <div class="container"> <div class="navbar-header"> <div class="visible-xs-block"> <div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><div><a class="navbar-brand" href="~/" tabindex="-1" title="Custom Portal">Custom Portal</a></div></div></div> </div> <div class="visible-sm-block visible-md-block visible-lg-block navbar-brand"> <div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><a href="/"><strong style="color:#ffffff;"><img alt="" src="/G_Icon_white.png" style="width: 50px; height: 51px;"> CB-AT Portal </strong> </a> </div></div> </div> <button type="button" class="navbar-toggle collapsed" title="Toggle navigation" data-toggle="collapse" data-target="#navbar" aria-expanded="false" onclick="setHeight();"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <div class="navbar-right menu-bar " data-weblinks-maxdepth="2"> <ul class="nav navbar-nav weblinks" role="menubar"> <li role="none" class="weblink " style = ""> <a role="menuitem" aria-label="Home" href="/" title="Home"> <span class="fa fa-home" aria-hidden="true"></span> </a> </li> <li role="none" class="weblink " style = "display:none"> <li role="none" class="weblink " style = "display:none"> <a role="menuitem" aria-label="My Company" href="/company/" title="My Company"> My Company </a> </li> <li role="none" class="weblink " style = ""> <li role="none" class="weblink " style = ""> <a role="menuitem" aria-label="Academy" href="https://globalgapcertificationbodyacademy.talentlms.com/index" target="_blank" title="Academy"> Academy </a> </li> <li role="none" class="weblink " style = " display:block "> <li role="none" class="weblink " style = " display:block "> <a role="menuitem" aria-label="Register Certification Body" href="/certification-body-registration/" title="Register Certification Body"> Register Certification Body </a> </li> <li class="divider-vertical" aria-hidden="true"></li> <li role="none"> <a role="menuitem" aria-label="Sign in" href="/SignIn?returnUrl=%2Fterms-and-conditions%2F"> Sign in </a> </li> </ul> </div> <div class="navbar-right hidden-xs"> <div class="xrm-editable-html&#32;xrm-attribute&#32;no-value" data-languageContext="English"><div class="xrm-attribute-value"></div></div> </div> </div> </div> </div> <script type="text/javascript"> window.onload = function() { if(window.navigator.appName == "Microsoft Internet Explorer" || window.navigator.userAgent.indexOf("Trident") > 0){ var searchElement = document.getElementById("search"); if (searchElement != null) searchElement.setAttribute("href", ""); } }; function setHeight(){ var windowHeight = window.innerHeight - 140; var navbar = document.getElementById("navbar"); if (navbar) { navbar.style.maxHeight = windowHeight + "px"; } } window.addEventListener('resize', function (event) { setHeight(); }); </script> <!-- add anti-forgery token--> <div id="antiforgerytoken" data-url="/_layout/tokenhtml"></div> <!-- Client Telemetry init if telemetry enabled--> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/client-telemetry.bundle-f9f45b65a6.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/client-telemetry.bundle-f9f45b65a6.js" type="text/javascript"></script> <!-- Client Telemetry Wrapper init --> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/client-telemetry-wrapper.bundle-633e70f51b.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/client-telemetry-wrapper.bundle-633e70f51b.js" type="text/javascript"></script> <script> window.clientLogWrapper = new ClientLogWrapper(); </script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/preform.moment_2_29_4.bundle-4fdd3f639b.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/preform.moment_2_29_4.bundle-4fdd3f639b.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf-dependency.bundle-805a1661b7.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-dependency.bundle-805a1661b7.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf.bundle-13d7d63023.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf.bundle-13d7d63023.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf-extended.bundle-b0e01b5622.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-extended.bundle-b0e01b5622.js" type="text/javascript"></script> <div class="container"> <div class="page-heading"> <ul class="breadcrumb"> <li> <a href="/" title="Home">Home</a> </li> <li class="active">Terms and Conditions for Certification Body Administration Tool (&quot;CB-AT&quot;)</li> </ul> <div class="page-header"> <h1>Terms and Conditions for Certification Body Administration Tool (&quot;CB-AT&quot;)</h1> </div> </div> <div class="row"> <div class="col-md-12"> <div class="page-copy"> <div class="xrm-editable-html&#32;xrm-attribute"><div class="xrm-attribute-value"><div class="row sectionBlockLayout" style="display: flex; flex-wrap: wrap; text-align: left; min-height: 100px; padding: 8px; margin: 0px;"> <div class="container" style="display: flex; flex-wrap: wrap;"> <div class="col-md-4 columnBlockLayout" style="display: flex; flex-direction: column;"> <p><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>1. Scope</b></span></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>1.1</b> These Terms and Conditions govern the CB-AT which is offered by GLOBALG.A.P. c/o FoodPLUS GmbH (“GLOBALG.A.P.”) and which serves as a platform to deposit and manage customer data via a registered account (“Ac-count”), allows GLOBALG.A.P. to monitor and maintain the integrity of its programs and standards, and view statuses and documenta-tion regarding the various GLOBALG.A.P. stand-ards and other programs.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>1.2</b> GLOBALG.A.P. maintains online services and archives to manage the approval of certifi-cation/verification bodies, data collectors or any other customers (“Customer”) and to oper-ate the various GLOBALG.A.P. standards and other programs under its management (“Online Services”). The CB-AT is an integral part of these Online Services.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b><span>2.</span> Registration and other obligations of Customer</b></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>2.1</b> Each Customer that is party to a License and Certification Agreement (“LCA”), a custom-ized License and Registration Agreement (“LRA”) or a Farm Assurance License Agree-ment (“FA-LA”) with GLOBALG.A.P. or plans to enter into such agreements will upon receipt of a respective invitation by GLOBALG.A.P. regis-ter for a new Account at the CB-AT Portal. Reg-istration requires the indication of an email ad-dress, a username and a password.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>2.2</b> In case a Customer refuses (i) to create an Account despite receipt of a proper invita-tion by GLOBALG.A.P. or (ii) to provide data re-quested by GLOBALG.A.P. via the CB-AT prior to entering into a LCA, LRA or FA-LA, GLOB-ALG.A.P. will regularly refrain from entering into such agreements with the Customer.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>2.3 </b>In case a Customer terminates its exist-ing Account for whatever reason and is party to an existing LCA, LRA or FA-LA, GLOBALG.A.P. shall have an extraordinary right to terminate the respective LCA, LRA or FA-LA without prior notice. The same applies if Customer does not provide (or deletes) data requested by GLOB-ALG.A.P..</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>2.4 </b>Customer ensures that any information it submits to GLOBALG.A.P. for registration, ap-proval or any other purpose via its Account is truthful. Customer also ensures to keep any such information up-to-date at any time. Cus-tomer shall inform the GLOBALG.A.P. Secretar-iat without delay about any alterations refer-ring to the recognition prerequisites.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>2.5</b> With regard to the data to be provided via the CB-AT, GLOBALG.A.P. may ask Customer to provide associated documentation. Such documentation must be shared with GLOB-ALG.A.P. either directly via the CB-AT or via other platforms such as Microsoft Sharepoint. Sharing documentation via other platforms may require Customer's registration with the operator of such platform, e.g. Microsoft.</p> <p></p> </div> <div class="col-md-4 columnBlockLayout" style="display: flex; flex-direction: column;"> <p><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b><span>3. </span>Grant of Logo License to GLOBALG.A.P.</b></span></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">Customer grants a worldwide and non-exclu-sive license to use its logo for promotional use of its approval status on the CB-AT and GLOB-ALG.A.P. Website (https://www.globalgap.org).</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>4.</b> <b>Availability</b></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">The CB-AT will be generally accessible for use 24 hours per day, 7 days per week and shall be available at least 95 percent of that time on a yearly average. Downtimes in regular mainte-nance windows, downtimes that are required for the purpose of emergency fixes and down-times that are based on unscheduled outages shall not be considered within the calculation of the actual availability. GLOBALG.A.P. reserves the right to shut down parts or the whole of the CB-AT without prior notice to resolve any tech-nical issues that may arise at any time.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b><span>5. </span>Intellectual Property Rights</b></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>5.1</b> The CB-AT with all its functionalities shall remain the exclusive property of GLOB-ALG.A.P.. All intellectual property rights such as copyrights and trademark rights are exclusively and completely vested in GLOBALG.A.P.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>5.2</b> The data (e.g. master data, qualification data) which are provided via the CB-AT are pro-prietary to the respective Customer.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b><span>6.</span> Indemnification and Liability</b></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>6.1</b> Customer shall indemnify and hold harmless GLOBALG.A.P. against any direct or in-direct damage and costs (including defense costs) sustained or incurred by GLOBALG.A.P. arising out of any culpable violation of any of Customer’s obligations under these Terms and Conditions.</p><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>6.2 </b>GLOBALG.A.P. shall be liable to the full extent of any damage in the event of intentional conduct (“Vorsatz”) or gross negligence (“grobe Fahrlässigkeit”) and in the event of culpable injury to life, body, and health and under the German Product Liability Act (“Produkthaftungsgesetz”). In the event of a slightly negligent breach of essential contractual obligations, i.e., principal obligations which enable the proper execution of the contract and upon which Customer therefore relies and may rely, GLOBALG.A.P. shall assume liability on the merits. In such case GLOBALG.A.P.’s liability shall be limited to damage which is typical for the agreement and which can be reasonably foreseen. Any further liability on GLOBALG.A.P.’s part shall be excluded. This limitation of liability shall apply also in favor of GLOBALG.A.P.’s statutory representatives, executives (“leitende Angestellte”), and vicarious agents (“Erfüllungsgehilfen”).</span>text <p></p> </div> <div class="col-md-4 columnBlockLayout" style="display: flex; flex-direction: column;"> <p><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>7. Term and Termination</b></span></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>7.1 </b>These Terms and Conditions shall take effect on the date when Customer agrees to these Terms and Conditions and shall remain effective as long as the Customer maintains an Account.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>7.2 </b>Notwithstanding the provision in the paragraph above, either party is entitled to ter-minate the agreement for good cause.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b><span>8.</span> Data Protection</b></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>8.1</b> Both parties shall comply with all appli-cable data protection regulations at all times, especially the European Data Protection Regu-lation 2016/678 (“GDPR”).</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>8.2</b> GLOBALG.A.P. processes the Customer’s personal data only for the performance of Online Services, for maintaining and evaluating the approval of the Customer and for control-ling the integrity of its services/standards on the legal basis of Art. 6(1) b) GDPR. Further in-formation on the processing of personal data by GLOBALG.A.P. can be found in GLOB-ALG.A.P.’s privacy policy under https://www.globalgap.org/uk_en/Privacy-Policy/.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b><span>9. </span>Governing Law and Jurisdiction</b></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>9.1</b> These Terms and Conditions are exclu-sively governed by and construed in accordance with German law.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>9.2</b> In the event of any disputes, the courts of Cologne, Germany, shall have exclusive juris-diction if Customer is a merchant, a legal person under public law or if Customer has no general venue in Germany.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b><span>10. </span>Miscellaneous</b></p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>10.1</b> These Terms and Conditions set out the entire agreement and understanding between the parties relating to the matters addressed herein and supersedes all other agreements, whether verbal or written, previously made be-tween the parties concerning such matters.</p> <p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>10.2</b> If any of the provisions of these Terms and Conditions are unenforceable or invalid for any reason whatsoever, such unenforceability or invalidity does not nullify the Terms and Con-ditions as a whole.</p><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;"><b>10.3</b> A waiver of any breach or default under these Terms and Conditions by either party shall not constitute a waiver of any other or subsequent breach or default. The failure by ei-ther party of these Terms and Conditions to en-force compliance with any term or condition of these Terms and Conditions shall not constitute a waiver of any such term or condition unless such term or condition is expressly waived in writing.</span>ter text <p></p> </div> </div> </div></div></div> </div> </div> </div> </div> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/pcf-loader.bundle-f4a0e619b8.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/pcf-loader.bundle-f4a0e619b8.js" type="text/javascript"></script> <div id="pp-native-controls-react-root"></div> <script>window._nativeControlConfig = { "publicPath":"https://content.powerapps.com/resource/powerappsportal/controls", "versions": {"pcf_loader":"0.0.32","pcf_controls":"3.11.0","mf_shared":"0.2.12","host":"0.9.3","data_grid":"1.7.0","controls_fluent_v9":"0.0.35"} }</script> <script defer="defer" src="https://content.powerapps.com/resource/powerappsportal/controls/host/main.2e70b7fe6d.chunk.js"></script> <section id="gethelp" class="page_section section-diagonal-right color-inverse hidden-print"> <div class="container"> <div class="row"> </div> </div> </section> <footer role="contentinfo"> <div class="footer-top hidden-print"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-12 col-xs-12 text-left"> <div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><a href="https://www.globalgap.org/uk_en/"><img alt="" src="https://www.globalgap.org/export/sites/default/.content/.galleries/imagerow/Imagerow_1er_Header_960x210/190410_ehi_building_header.jpg_2146798465.jpg" style="min-width: 1170px; width: 100%;" /></a> </div></div> </div> <div class="col-md-6 col-sm-12 col-xs-12 text-right"> <ul class="list-social-links"> <li><a href="#"><span class="sprite sprite-facebook_icon"></span></a></li> <li><a href="#"><span class="sprite sprite-twitter_icon"></span></a></li> <li><a href="#"><span class="sprite sprite-email_icon"></span></a></li> </ul> </div> </div> </div> </div> <div class="footer-bottom hidden-print"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-12 col-xs-12 text-left"> <div class="xrm-editable-html&#32;xrm-attribute" data-languageContext="English"><div class="xrm-attribute-value"><p style="color: #ffffff;"><span>Copyright © </span>2025<span>. All rights reserved.&nbsp; </span> <br> <a href="https://www.globalgap.org/privacy/" style="color: #ffffff;">Privacy Policy</a><span> | </span><a href="https://cb-at.powerappsportals.com/terms-and-conditions/" style="color: #ffffff;">Terms and Conditions</a><span> | </span><a href="https://cbat.globalgap.org/230412_User_Guide.pdf/" style="color: #ffffff;">User Guide</a><span> |&nbsp; <a href="https://www.globalgap.org/legal-notice/" style="color: #ffffff;">Imprint</a> </span> <br> <a href="https://cbat.globalgap.org/ExcelUploadingTool.pdf/" style="color: #ffffff;">Bulk Upload Tool</a> </p></div></div> </div> <div class="col-md-8 col-sm-12 col-xs-12 text-left " data-weblinks-maxdepth="2"> <ul class="row list-unstyled"> </ul> </div> </div> </div> </footer> <script type="text/javascript"> function trackCopilotCustomUsage(botSchema) { const request = { botSchemaName: botSchema } var json = JSON.stringify(request); shell.ajaxSafePost({ type: "POST", contentType: "application/json", url: "/_services/copilot/TrackUsage", data: json }).done(function () { }).fail(function (jqXhr) { }); } function findAndLogCustomCopilotUsage() { const pageSource = document.documentElement.outerHTML; const customPvaBotWebchatRegex = /api\.(preprod\.|test\.)?powerplatform\.(com|us|cn|appsplatform\.us)\/powervirtualagents\/botsbyschema\/([^/]+)\/directline\/token/; const customPvaBotIframeRegex = /powerva\.microsoft\.com\/environments\/([0-9a-fA-F\-]+)\/bots\/([^/]+)\/webchat/; const omniChannelRegex = /livechatwidget\/scripts\/LiveChatBootstrapper\.js/; const matchPvaBotWebchat = pageSource.match(customPvaBotWebchatRegex); if (matchPvaBotWebchat && matchPvaBotWebchat[3]) { trackCopilotCustomUsage(matchPvaBotWebchat[3]); } const matchPvaBotIframe = pageSource.match(customPvaBotIframeRegex); if (matchPvaBotIframe && matchPvaBotIframe[2]) { trackCopilotCustomUsage(matchPvaBotIframe[2]); } const matchOmniChannel = pageSource.match(omniChannelRegex); if (matchOmniChannel && matchOmniChannel[0]) { trackCopilotCustomUsage("omnichannelWidget"); } } window.addEventListener("load", function () { findAndLogCustomCopilotUsage(); }); </script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/bootstrap.bundle-105a4995b8.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/bootstrap.bundle-105a4995b8.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/postpreform.bundle-184c77da50.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/postpreform.bundle-184c77da50.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/app.bundle-79187fdaf1.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/app.bundle-79187fdaf1.js" type="text/javascript"></script> <script onerror="javascript:&#32;var&#32;target&#32;=&#32;event.target;&#32;var&#32;script&#32;=&#32;document.createElement(&#39;script&#39;);&#32;script.crossOrigin&#32;=&#32;target.crossOrigin;&#32;script.src&#32;=&#32;&#39;/dist/default-1033.moment_2_29_4.bundle-eda4e638fd.js&#39;;&#32;script.type&#32;=&#32;&#39;text/javascript&#39;;&#32;target.insertAdjacentElement(&#39;afterend&#39;,script);" src="https://content.powerapps.com/resource/powerappsportal/dist/default-1033.moment_2_29_4.bundle-eda4e638fd.js" type="text/javascript"></script> <script> //this event will update the title of the page based on active breadcrumb $('.breadcrumb').ready(function () { if ($('.breadcrumb').is(':visible')) { document.querySelector('title').innerHTML = ($('.breadcrumb > li.active').text() + "&nbsp;· Custom Portal"); } }); function GoToNewEditor() { var editCmsUrlSegment = "EditInCms"; var currentUrl = window.location.href; if (currentUrl.indexOf('?') > -1) { var urlSegments = currentUrl.split("?"); window.location.href = window.location.origin + '/' + editCmsUrlSegment + window.location.pathname + '?' + urlSegments[1]; } else { window.location.href = window.location.origin + '/' + editCmsUrlSegment + window.location.pathname; } } </script> <script> if ('serviceWorker' in navigator) { navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister(); }}).catch(function(err) { console.log('Service Worker unregister action failed: ', err); }); } </script> <!--Start Show Session Expire Warning Popup here --> </body> </html> <!-- Generated at 4/1/2025 4:44:46 AM --> <!-- Page OK -->

Pages: 1 2 3 4 5 6 7 8 9 10