{"id":1895,"date":"2025-12-16T16:46:41","date_gmt":"2025-12-16T15:46:41","guid":{"rendered":"https:\/\/smartpeople.com.pl\/en\/?page_id=1895"},"modified":"2025-12-18T15:06:06","modified_gmt":"2025-12-18T14:06:06","slug":"individual-training","status":"publish","type":"page","link":"https:\/\/smartpeople.com.pl\/en\/individual-training\/","title":{"rendered":"Individual Training"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1895\" class=\"elementor elementor-1895\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab975aa e-con-full e-flex e-con e-parent\" data-id=\"ab975aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dae8818 elementor-widget elementor-widget-html\" data-id=\"dae8818\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Individual Training Programs - Smart People Global Academy<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: 'Arial', sans-serif;\n            color: #333333;\n            line-height: 1.6;\n            background: #ffffff;\n        }\n\n        \/* Back Button *\/\n        .back-button {\n            display: inline-block;\n            background: #1B97A5;\n            color: white;\n            padding: 12px 30px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            margin: 20px 40px;\n            transition: all 0.3s ease;\n        }\n\n        .back-button:hover {\n            background: #155f6a;\n            transform: translateY(-2px);\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            background: linear-gradient(135deg, #1B97A5 0%, #bc7686 100%);\n            padding: 80px 40px;\n            color: white;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero-section h1 {\n            font-size: 3rem;\n            margin: 0 0 20px 0;\n            line-height: 1.2;\n            font-weight: 700;\n        }\n\n        .hero-section .subtitle {\n            font-size: 1.4rem;\n            margin-bottom: 20px;\n            opacity: 0.95;\n        }\n\n        .hero-section p {\n            font-size: 1.1rem;\n            max-width: 900px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        \/* Section Divider *\/\n        .section-divider {\n            background: linear-gradient(135deg, #F9E7EC 0%, #F5DEE7 100%);\n            padding: 80px 40px;\n            text-align: center;\n            border-top: 5px solid #bc7686;\n            border-bottom: 5px solid #bc7686;\n            margin: 80px 0;\n        }\n\n        .section-divider h2 {\n            font-size: 3rem;\n            color: #7A3F50;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n        }\n\n        .section-divider p {\n            font-size: 1.3rem;\n            color: #666;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Main Content Section *\/\n        .main-content {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 80px 40px;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-header h2 {\n            font-size: 2.5rem;\n            color: #1B97A5;\n            margin-bottom: 20px;\n        }\n\n        .section-header.corporate h2 {\n            color: #7A3F50;\n        }\n\n        .section-header p {\n            font-size: 1.2rem;\n            color: #666;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Course Grid *\/\n        .courses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 40px;\n            margin-top: 40px;\n        }\n\n        \/* Course Card *\/\n        .course-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            height: 100%; \/* Wymusza jednakow\u0105 wysoko\u015b\u0107 *\/\n        }\n\n        .course-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* FIXED IMAGE CONTAINER - kluczowa zmiana *\/\n        .course-image-container {\n            width: 100%;\n            height: 250px; \/* Sta\u0142a wysoko\u015b\u0107 *\/\n            overflow: hidden;\n            background: #f0f0f0; \/* T\u0142o na wypadek problem\u00f3w z \u0142adowaniem *\/\n        }\n\n        .course-image {\n            width: 100%;\n            height: 100%;\n            object-fit: cover; \/* Przycina zdj\u0119cie zachowuj\u0105c proporcje *\/\n            object-position: center; \/* Centruje zdj\u0119cie *\/\n            display: block;\n        }\n\n        .course-content {\n            padding: 30px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .course-badge {\n            display: inline-block;\n            background: #e0f7fa;\n            color: #1B97A5;\n            padding: 6px 15px;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n            width: fit-content; \/* Badge nie rozci\u0105ga si\u0119 *\/\n        }\n\n        .course-badge.corporate {\n            background: #F9E7EC;\n            color: #7A3F50;\n        }\n\n        .course-title {\n            font-size: 1.5rem;\n            color: #333;\n            margin-bottom: 15px;\n            font-weight: 700;\n            line-height: 1.3;\n            min-height: 60px; \/* Minimalna wysoko\u015b\u0107 dla wyr\u00f3wnania *\/\n        }\n\n        .course-description {\n            color: #666;\n            font-size: 1rem;\n            margin-bottom: 20px;\n            line-height: 1.6;\n            flex-grow: 1; \/* Wype\u0142nia dost\u0119pne miejsce *\/\n        }\n\n        .course-details {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding-top: 20px;\n            border-top: 2px solid #f5f5f5;\n            margin-bottom: 20px;\n        }\n\n        .course-info-item {\n            text-align: center;\n            flex: 1;\n        }\n\n        .course-info-item strong {\n            display: block;\n            color: #1B97A5;\n            font-size: 1.2rem;\n            margin-bottom: 3px;\n        }\n\n        .course-card.corporate-card .course-info-item strong {\n            color: #7A3F50;\n        }\n\n        .course-info-item span {\n            color: #999;\n            font-size: 0.85rem;\n        }\n\n        .course-price {\n            text-align: center;\n            margin-bottom: 20px;\n        }\n\n        .price-value {\n            font-size: 2.2rem;\n            color: #F08F53;\n            font-weight: 700;\n        }\n\n        .btn-more-info {\n            background: #1B97A5;\n            color: white;\n            padding: 15px 30px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1rem;\n            display: block;\n            text-align: center;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            margin-top: auto; \/* Przycisk zawsze na dole *\/\n        }\n\n        .btn-more-info:hover {\n            background: #155f6a;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(27, 151, 165, 0.3);\n        }\n\n        .btn-more-info.corporate {\n            background: #7A3F50;\n        }\n\n        .btn-more-info.corporate:hover {\n            background: #5d2f3c;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #F9E7EC 0%, #F5DEE7 100%);\n            padding: 80px 40px;\n            text-align: center;\n            margin-top: 80px;\n            border-top: 5px solid #bc7686;\n        }\n\n        .cta-section h2 {\n            font-size: 2.5rem;\n            color: #7A3F50;\n            margin-bottom: 20px;\n        }\n\n        .cta-section p {\n            font-size: 1.2rem;\n            color: #666;\n            max-width: 700px;\n            margin: 0 auto 30px;\n        }\n\n        .btn-contact {\n            background: #F08F53;\n            color: white;\n            padding: 18px 40px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.2rem;\n            display: inline-block;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n        }\n\n        .btn-contact:hover {\n            background: #e57350;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(240, 143, 83, 0.3);\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: #1B97A5;\n            color: white;\n            padding: 40px;\n            text-align: center;\n        }\n\n        .footer p {\n            margin: 10px 0;\n        }\n\n        .footer a {\n            color: white;\n            text-decoration: underline;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-section h1 {\n                font-size: 2rem;\n            }\n\n            .section-divider h2 {\n                font-size: 2rem;\n                flex-direction: column;\n            }\n\n            .courses-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n\n            .main-content {\n                padding: 40px 20px;\n            }\n\n            .course-details {\n                flex-direction: column;\n                gap: 15px;\n            }\n\n            .course-title {\n                min-height: auto; \/* Na mobile nie wymuszamy wysoko\u015bci *\/\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <a href=\"https:\/\/smartpeople.com.pl\/en\/smart-global-academy\/\" class=\"back-button\">\u2190 Back to Home<\/a>\n    \n    <!-- Hero Section -->\n    <div class=\"hero-section\">\n        <h1>Learn SAP SuccessFactors Online with Smart People Global Academy<\/h1>\n        <p class=\"subtitle\">Your Structured Path to a High-Earning HRIS Career<\/p>\n        <p>At Smart People Global Academy, we offer live, interactive SAP SuccessFactors training delivered through our virtual platform. This online learning format provides official certification and enables all students to participate actively in live sessions\u2014learning and growing together, regardless of where you are located.<\/p>\n    <\/div>\n\n    <!-- Individual Training Section -->\n    <div class=\"main-content\">\n        <div class=\"section-header\">\n            <h2>Individual Training Programs<\/h2>\n            <p>We offer a range of SAP online courses designed for professionals who want to advance their careers in SAP SuccessFactors. Train seamlessly from anywhere and become a certified consultant!<\/p>\n        <\/div>\n\n        <!-- Courses Grid -->\n        <div class=\"courses-grid\">\n            \n            <!-- Course 1: Employee Central -->\n            <div class=\"course-card\">\n                <div class=\"course-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg\" alt=\"SAP SuccessFactors Employee Central Course\" class=\"course-image\">\n                <\/div>\n                <div class=\"course-content\">\n                    <span class=\"course-badge\">Most Popular<\/span>\n                    <h3 class=\"course-title\">SAP SuccessFactors Employee Central Consultant Course<\/h3>\n                    <p style=\"color:#1B97A5; font-size:0.9rem; font-weight:600; margin-bottom:15px;\">\ud83d\udcbb Online Live Training with Certified Instructor<\/p>\n                    <p class=\"course-description\">Comprehensive career transformation program providing the skills needed for SAP SuccessFactors Employee Central configuration. Learn real-world implementation, data modelling, and system parameterization.<\/p>\n                    <div class=\"course-details\">\n                        <div class=\"course-info-item\">\n                            <strong>25<\/strong>\n                            <span>Lessons<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>2.5<\/strong>\n                            <span>Months<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>Live<\/strong>\n                            <span>Interactive<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"course-price\">\n                        <div class=\"price-value\">\u20ac1,900<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/smartpeople.com.pl\/en\/employee-central-course\/\" class=\"btn-more-info\">More Information<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Course 2: Employee Central Payroll -->\n            <div class=\"course-card\">\n                <div class=\"course-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/vitaly-gariev-1ZrHX1Kj594-unsplash-scaled.jpg\" alt=\"SAP SuccessFactors Employee Central Payroll Course\" class=\"course-image\">\n                <\/div>\n                <div class=\"course-content\">\n                    <span class=\"course-badge\">Advanced<\/span>\n                    <h3 class=\"course-title\">SAP SuccessFactors Employee Central Payroll<\/h3>\n                    <p style=\"color:#1B97A5; font-size:0.9rem; font-weight:600; margin-bottom:15px;\">\ud83d\udcbb Online Live Training with Certified Instructor<\/p>\n                    <p class=\"course-description\">Master the complexities of global payroll processing with SAP SuccessFactors. Learn payroll configuration, integration with Employee Central, and compliance management across different countries.<\/p>\n                    <div class=\"course-details\">\n                        <div class=\"course-info-item\">\n                            <strong>13<\/strong>\n                            <span>Weeks<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>3<\/strong>\n                            <span>Months<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>Live<\/strong>\n                            <span>Interactive<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"course-price\">\n                        <div class=\"price-value\">\u20ac1,900<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/smartpeople.com.pl\/en\/sap-successfactors-employee-central-payroll-consultant-course\/\" class=\"btn-more-info\">More Information<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Course 3: Recruiting -->\n            <div class=\"course-card\">\n                <div class=\"course-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/tim-van-der-kuip-CPs2X8JYmS8-unsplash-scaled.jpg\" alt=\"SAP SuccessFactors Recruiting Course\" class=\"course-image\">\n                <\/div>\n                <div class=\"course-content\">\n                    <span class=\"course-badge\">Talent Acquisition<\/span>\n                    <h3 class=\"course-title\">SAP SuccessFactors Recruiting: Recruiter Experience<\/h3>\n                    <p style=\"color:#1B97A5; font-size:0.9rem; font-weight:600; margin-bottom:15px;\">\ud83d\udcbb Online Live Training with Certified Instructor<\/p>\n                    <p class=\"course-description\">Transform your recruitment process with SAP SuccessFactors Recruiting. Learn to configure career sites, manage candidate pipelines, and optimize the entire hiring workflow from requisition to offer.<\/p>\n                    <div class=\"course-details\">\n                        <div class=\"course-info-item\">\n                            <strong>13<\/strong>\n                            <span>Weeks<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>2.5<\/strong>\n                            <span>Months<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>Live<\/strong>\n                            <span>Interactive<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"course-price\">\n                        <div class=\"price-value\">\u20ac1,900<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/smartpeople.com.pl\/en\/recruiting-consultant-course\/\" class=\"btn-more-info\">More Information<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Course 4: Onboarding -->\n            <div class=\"course-card\">\n                <div class=\"course-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/microsoft-365-nhBYukjZg_I-unsplash-scaled.jpg\" alt=\"SAP SuccessFactors Onboarding Course\" class=\"course-image\">\n                <\/div>\n                <div class=\"course-content\">\n                    <span class=\"course-badge\">Employee Experience<\/span>\n                    <h3 class=\"course-title\">SAP SuccessFactors Onboarding<\/h3>\n                    <p style=\"color:#1B97A5; font-size:0.9rem; font-weight:600; margin-bottom:15px;\">\ud83d\udcbb Online Live Training with Certified Instructor<\/p>\n                    <p class=\"course-description\">Create exceptional first-day experiences with SAP SuccessFactors Onboarding. Learn to design and configure onboarding workflows, document management, and seamless integration with Employee Central.<\/p>\n                    <div class=\"course-details\">\n                        <div class=\"course-info-item\">\n                            <strong>13<\/strong>\n                            <span>Weeks<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>2.5<\/strong>\n                            <span>Months<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>Live<\/strong>\n                            <span>Interactive<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"course-price\">\n                        <div class=\"price-value\">\u20ac1,900<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/smartpeople.com.pl\/en\/sap-successfactors-onboarding-consultant-course\/\" class=\"btn-more-info\">More Information<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Course 5: Performance & Goals -->\n            <div class=\"course-card\">\n                <div class=\"course-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/headway-5QgIuuBxKwM-unsplash-scaled.jpg\" alt=\"SAP SuccessFactors Performance Management Course\" class=\"course-image\">\n                <\/div>\n                <div class=\"course-content\">\n                    <span class=\"course-badge\">Performance Management<\/span>\n                    <h3 class=\"course-title\">SAP SuccessFactors Performance & Goals<\/h3>\n                    <p style=\"color:#1B97A5; font-size:0.9rem; font-weight:600; margin-bottom:15px;\">\ud83d\udcbb Online Live Training with Certified Instructor<\/p>\n                    <p class=\"course-description\">Master performance management and goal setting with SAP SuccessFactors. Configure performance reviews, continuous feedback mechanisms, calibration sessions, and goal alignment across the organization.<\/p>\n                    <div class=\"course-details\">\n                        <div class=\"course-info-item\">\n                            <strong>13<\/strong>\n                            <span>Weeks<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>2.5<\/strong>\n                            <span>Months<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>Live<\/strong>\n                            <span>Interactive<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"course-price\">\n                        <div class=\"price-value\">\u20ac1,900<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/smartpeople.com.pl\/en\/sap-successfactors-performance-goals-consultant-course\/\" class=\"btn-more-info\">More Information<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Course 6: Learning Management -->\n            <div class=\"course-card\">\n                <div class=\"course-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/christin-hume-Hcfwew744z4-unsplash-scaled.jpg\" alt=\"SAP SuccessFactors Learning Course\" class=\"course-image\">\n                <\/div>\n                <div class=\"course-content\">\n                    <span class=\"course-badge\">Learning & Development<\/span>\n                    <h3 class=\"course-title\">SAP SuccessFactors Learning Management<\/h3>\n                    <p style=\"color:#1B97A5; font-size:0.9rem; font-weight:600; margin-bottom:15px;\">\ud83d\udcbb Online Live Training with Certified Instructor<\/p>\n                    <p class=\"course-description\">Build comprehensive learning programs with SAP SuccessFactors Learning. Configure learning catalogs, manage curricula, track compliance training, and create engaging learning experiences for your workforce.<\/p>\n                    <div class=\"course-details\">\n                        <div class=\"course-info-item\">\n                            <strong>13<\/strong>\n                            <span>Weeks<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>2.5<\/strong>\n                            <span>Months<\/span>\n                        <\/div>\n                        <div class=\"course-info-item\">\n                            <strong>Live<\/strong>\n                            <span>Interactive<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"course-price\">\n                        <div class=\"price-value\">\u20ac1,900<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/smartpeople.com.pl\/en\/sap-successfactors-learning-management-consultant-course\/\" class=\"btn-more-info\">More Information<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- CTA Section -->\n    <div class=\"cta-section\">\n        <h2>Ready to Transform Your Career?<\/h2>\n        <p>Have questions about our courses? Want to discuss which program is right for you? Our team is here to help guide you on your journey to SAP SuccessFactors expertise.<\/p>\n        <a href=\"mailto:marketing@smartpeople.com.pl\" class=\"btn-contact\">Contact Us Today<\/a>\n    <\/div>\n\n    <!-- Footer -->\n    <div class=\"footer\">\n        <p><strong>Smart People Global Academy<\/strong><\/p>\n        <p>Questions? Contact us: <a href=\"mailto:marketing@smartpeople.com.pl\">marketing@smartpeople.com.pl<\/a><\/p>\n        <p>&copy; 2025 Smart People Global Academy. All rights reserved.<\/p>\n    <\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Individual Training Programs &#8211; Smart People Global Academy \u2190 Back to Home Learn SAP SuccessFactors Online with Smart People Global Academy Your Structured Path to a High-Earning HRIS Career At Smart People Global Academy, we offer live, interactive SAP SuccessFactors training delivered through our virtual platform. This online learning format provides official certification and enables [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1895","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Individual Training - SmartPeople<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/smartpeople.com.pl\/en\/individual-training\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Individual Training - SmartPeople\" \/>\n<meta property=\"og:description\" content=\"Individual Training Programs &#8211; Smart People Global Academy \u2190 Back to Home Learn SAP SuccessFactors Online with Smart People Global Academy Your Structured Path to a High-Earning HRIS Career At Smart People Global Academy, we offer live, interactive SAP SuccessFactors training delivered through our virtual platform. This online learning format provides official certification and enables [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartpeople.com.pl\/en\/individual-training\/\" \/>\n<meta property=\"og:site_name\" content=\"SmartPeople\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-18T14:06:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/\",\"url\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/\",\"name\":\"Individual Training - SmartPeople\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg\",\"datePublished\":\"2025-12-16T15:46:41+00:00\",\"dateModified\":\"2025-12-18T14:06:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/#primaryimage\",\"url\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/individual-training\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Individual Training\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/\",\"name\":\"SmartPeople\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/#organization\",\"name\":\"SmartPeople\",\"url\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Smart-PNG-02-2.png\",\"contentUrl\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Smart-PNG-02-2.png\",\"width\":1388,\"height\":610,\"caption\":\"SmartPeople\"},\"image\":{\"@id\":\"https:\\\/\\\/smartpeople.com.pl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/smart-people-poland\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Individual Training - SmartPeople","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/smartpeople.com.pl\/en\/individual-training\/","og_locale":"en_US","og_type":"article","og_title":"Individual Training - SmartPeople","og_description":"Individual Training Programs &#8211; Smart People Global Academy \u2190 Back to Home Learn SAP SuccessFactors Online with Smart People Global Academy Your Structured Path to a High-Earning HRIS Career At Smart People Global Academy, we offer live, interactive SAP SuccessFactors training delivered through our virtual platform. This online learning format provides official certification and enables [&hellip;]","og_url":"https:\/\/smartpeople.com.pl\/en\/individual-training\/","og_site_name":"SmartPeople","article_modified_time":"2025-12-18T14:06:06+00:00","og_image":[{"url":"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/smartpeople.com.pl\/en\/individual-training\/","url":"https:\/\/smartpeople.com.pl\/en\/individual-training\/","name":"Individual Training - SmartPeople","isPartOf":{"@id":"https:\/\/smartpeople.com.pl\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smartpeople.com.pl\/en\/individual-training\/#primaryimage"},"image":{"@id":"https:\/\/smartpeople.com.pl\/en\/individual-training\/#primaryimage"},"thumbnailUrl":"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg","datePublished":"2025-12-16T15:46:41+00:00","dateModified":"2025-12-18T14:06:06+00:00","breadcrumb":{"@id":"https:\/\/smartpeople.com.pl\/en\/individual-training\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartpeople.com.pl\/en\/individual-training\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartpeople.com.pl\/en\/individual-training\/#primaryimage","url":"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg","contentUrl":"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2025\/12\/vitaly-gariev-lNbM1c4vdCk-unsplash-scaled.jpg","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/smartpeople.com.pl\/en\/individual-training\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smartpeople.com.pl\/en\/"},{"@type":"ListItem","position":2,"name":"Individual Training"}]},{"@type":"WebSite","@id":"https:\/\/smartpeople.com.pl\/en\/#website","url":"https:\/\/smartpeople.com.pl\/en\/","name":"SmartPeople","description":"","publisher":{"@id":"https:\/\/smartpeople.com.pl\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smartpeople.com.pl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/smartpeople.com.pl\/en\/#organization","name":"SmartPeople","url":"https:\/\/smartpeople.com.pl\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartpeople.com.pl\/en\/#\/schema\/logo\/image\/","url":"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2023\/10\/Smart-PNG-02-2.png","contentUrl":"https:\/\/smartpeople.com.pl\/en\/wp-content\/uploads\/2023\/10\/Smart-PNG-02-2.png","width":1388,"height":610,"caption":"SmartPeople"},"image":{"@id":"https:\/\/smartpeople.com.pl\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/smart-people-poland\/"]}]}},"_links":{"self":[{"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/pages\/1895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/comments?post=1895"}],"version-history":[{"count":26,"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/pages\/1895\/revisions"}],"predecessor-version":[{"id":2051,"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/pages\/1895\/revisions\/2051"}],"wp:attachment":[{"href":"https:\/\/smartpeople.com.pl\/en\/wp-json\/wp\/v2\/media?parent=1895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}