# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/orthoclinical.py # Rôle : Connecteur Field Service Representative — workday (tenant orthoclinical.wd1, site Search) # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23] # Créé : 2026-08-23 Modifié : 2026-08-23 # ============================================================================= from .workday import WorkdayConnector class OrthoclinicalConnector(WorkdayConnector): source_id = 'orthoclinical' EMPLOYER = 'Field Service Representative' TENANT = 'orthoclinical' HOST = 'wd1' SITE = 'Search'