ISO/IEC 17020:2026 – “Requirements for Bodies Performing Inspections” Transition Training

$895.00

This training is a live interactive, instructor-led clause-by-clause review of the changes in the ISO/IEC 17020:2026 standard and the reasoning behind them. The course will cover the standard as a whole.

Attending this course includes an EULA (End User License Agreement) copy of the ISO/IEC 17020:2026 standard. This is is a 1.5 day course of instruction with an examination after completion.

SKU: TL-17020TR-WKS Categories: , Tags: , ,

ISO/IEC 17020:2026 Course Content

• Changes to the Type A / B / C designation for inspection bodies
• Explanation of the revised standard title
• Changes to impartiality, confidentiality, appeals, complaints, and management systems requirements

Who Should Attend ISO/IEC 17020:2026 Training?

• Quality Managers
• Site Managers
• Internal Auditors
• Inspectors
• GAFTA, oil refineries, food processors, fire door safety, NFPA, structural integrity, building inspection, construction methods and materials, fastening systems, safety harnesses and fall protection, etc…

Why Attend ISO/IEC 17020:2026 Training from ANAB?

This ISO/IEC 17020:2026 training course has been developed and will be led by Paul Matera. Paul is a Committee Member and Task Leader on the ISO/IEC 17020:2026 standard writing committee that has met for the past several years at ISO in Geneva, Switzerland. Paul has also been asked to launch ISO/IEC 17020:2026 with the new Global Accreditation Cooperation Incorporated (successor to ILAC / IAF). Paul is the current Chair of the Inspection Committee (TC2) and an Executive Committee Member.

This is a 1.5 day course of instruction with an examination after completion.

var buttonNo = document.getElementById('existing-no'); var buttonYes = document.getElementById('existing-yes'); var text = document.getElementById('existing-text'); var buttons = document.getElementById('existing-buttons'); document.addEventListener('DOMContentLoaded', function() { if (buttonNo) { buttonNo.addEventListener('click', function() { window.open("https://anabaccreditationapplication.ansi.org", "_self"); }); } if (buttonYes) { buttonYes.addEventListener('click', function() { //alert('Button 2 is clicked'); buttons.style.display = 'none'; text.style.display = 'block'; }); } }); document.addEventListener('click', function(event) { // Check if the clicked element has the class 'kt-modal-close' if (event.target.classList.contains('kt-modal-close')) { buttons.style.display = 'flex'; text.style.display = 'none'; } }); document.addEventListener('submit', function (e) { // Check if the submitted form has the target class if (e.target && e.target.classList.contains('no-jetpack')) { e.stopImmediatePropagation(); // Prevent Jetpack’s handler from firing // Do NOT call e.preventDefault() so the form still submits normally } }, true); // capture phase