Implementing ChartHop
...
Installing payroll apps
HiBob
hibob integration workflow guide overview this guide covers best practices for running hibob as your hris with charthop hibob serves as the source of truth for employee records, organizational structure, and compensation understanding how the sync works is critical to avoiding incorrect headcount, org chart issues, and data mapping problems how the integration works what data syncs from hibob people name, email, image, birth date, gender, ethnicity jobs title, department, location, manager, start date, employment type compensation base salary, pay period, currency, variable compensation change history work changes, employment changes, salary changes, lifecycle events (hires and departures) how matching works the sync uses the hibob employee id ( hibobid ) as the unique identifier for matching records between systems each sync cycle fetches current worker data and historical changes, exports them to csv, and imports them into charthop with upsert enabled sync modes initial sync pulls all workers and full change history automatically detects the head of the organization and builds the org chart from scratch incremental sync pulls changes from a configurable lookback window (default 30 days) plus all current worker data to keep records up to date lifecycle status handling hibob lifecycle statuses map to charthop as follows "employed" → creates a hire change in charthop "hired" (offer accepted, not yet started) → ignored — does not create a hire change "terminated" → creates a depart change with reason type (voluntary/involuntary) and regret tracking employment type mapping hibob's employment type field is mapped to charthop's employment type as follows hibob employment type hibob employment contract charthop employment type starts with "perm" (e g , "permanent", "permanent (uk)") "full time" full starts with "perm" "part time" part starts with "contract" (e g , "contract", "contractor") any contract starts with "fixed" (e g , "fixed term") any temp "apprentice" or "intern" any intern any other value any passed through unmapped ⚠️ important if your organization uses non standard employment type values for contractors (e g , "independent contractor", "consultant", "external", "contingent worker"), these will not be recognized as contract type they will pass through unmapped and may be treated as standard employees in headcount calculations action required ensure all contractor employment types in hibob begin with "contract" or "fixed" if this is not possible, contact support to discuss custom mapping options excluding employment types from sync if certain employment types should not sync to charthop at all, use the excludeemployment app option for example, setting excludeemployment \["intern", "apprentice"] will skip those workers entirely during sync initial setup checklist understand the daysback setting the default is 30 days this setting only applies to incremental syncs — it controls how far back the sync looks for changes initial sync is not affected and pulls all available history if you need an incremental sync to pick up historical changes older than 30 days (e g , a missed hire event or a retroactive correction in hibob), temporarily increase this value before running the sync enable logunmappedfields during initial setup to identify hibob custom fields that need mapping verify employment type values in hibob match the expected patterns (see employment type mapping above) verify all custom field mappings point to the correct hibob fields before running the first sync review the org chart after initial sync to identify any orphaned employees (missing manager or missing hire change) confirm that any department or location filters applied to the sync do not exclude managers of employees who are included in the sync common issues and troubleshooting employee not appearing in org chart symptom an employee exists in hibob but doesn't appear in charthop's org chart common causes missing manager the org chart is built from manager relationships if the employee's manager field in hibob is empty or references an unknown id, the employee will exist in charthop but won't be connected to the org tree missing hire change charthop requires a hire change to place a person into a job hibob's lifecycle status must be "employed" — a status of "hired" (offer accepted but not started) is intentionally excluded from sync verify the employee's lifecycle status in hibob manager in excluded department if you're using sync filters to exclude certain departments, any employee whose manager is in an excluded department will have an incorrect or missing manager assignment the sync cannot look up managers that don't exist in charthop hire event missing manager data if hibob's lifecycle/work history doesn't include a manager on the hire date, charthop may fail to create the hire check if the employee's earliest work history entry includes a reportsto value hire date older than history lookback if the employee's hire date was missed during initial sync and the daysback lookback window on subsequent incremental syncs doesn't reach back far enough, their hire change will not be imported temporarily increase daysback and run a sync, or contact support future start date employees with a future start date appear as "starting" ( is\ starting ) and may be excluded from default org chart views they will appear once their start date arrives diagnostic steps search for the person in charthop by name or email check if they have a hire change with a valid date check if their job has a manager relationship search for duplicate person records verify the employee's lifecycle status and manager in hibob contractors consuming permanent headcount symptom a contractor synced from hibob is placed into an open permanent role, consuming planned headcount in the wrong department cause when hibob syncs a new hire, charthop's matching logic looks for an open job with the same title and manager this matching does not currently distinguish between permanent and contractor roles if a contractor has the same title as an open permanent requisition, they may be placed into that slot current workarounds use distinct job titles for contractors vs permanent roles (e g , "software engineer contractor" vs "software engineer") use the excludeemployment option to exclude contractors from the hibob sync entirely, and manage contractor records manually in charthop after sync, review contractor placements and manually move any that were incorrectly assigned 🚧 known limitation charthop does not currently filter open job matching by employment type contact your csm for the latest status custom field mapping issues symptom a hibob custom field is not appearing in charthop, or is mapped to the wrong charthop field cause hibob custom fields are only synced if they are explicitly included in the field mapper configuration unmapped fields are discarded during sync troubleshooting enable the logunmappedfields app option to see which hibob fields are available but not mapped verify that the field mapper points to the correct hibob field path — hibob uses a lookup table system where field values can be keys into "lists", and the displayed value may differ from the api value if a charthop field is mapped to the wrong hibob column (e g , "team" mapped to a column that returns "team type" values), update the field mapper to reference the correct source field 📝 note changes to field mapper configuration take effect on the next sync cycle after remapping, run a manual sync to verify the correction custom group fields appending instead of overwriting symptom an employee shows multiple values for a custom group field (e g , multiple locations or sub teams) after each sync, rather than having the old value replaced cause custom group fields in charthop currently append new values by default single value overwrite mode for custom groups is not yet supported 🚧 known limitation there is no configuration workaround at this time contact your csm for the latest status on this feature request incorrect manager after department filter exclusion symptom an employee shows the wrong manager (often the head of the organization) after sync cause a sync filter is excluding the department that contains the employee's actual manager when charthop can't find the referenced manager in the synced data, it falls back to assigning the head job as the manager resolution either include the manager's department in the sync filter, or manually maintain the manager relationship for affected employees note that all employees managed by someone in the excluded department will be affected, not just one preferred name not syncing symptom an employee's preferred name in hibob is not reflected in charthop cause the default field mapper maps employee firstname and employee surname to charthop's name fields hibob preferred name fields may not be included in the default mapping resolution verify that the preferred name field from hibob is mapped to charthop's name pref field in the field mapper configuration if not present, add the mapping default field mappings the following fields are mapped by default from hibob to charthop charthop field hibob source (current state) hibob source (change history) first name employee firstname — last name employee surname — work email employee email — title employee work title work title manager employee work manager work reportsto id department employee work department work department location employee work site work site start date employee work startdate — employment type employment type + employment contract employment type + employment contract base compensation salary amount + pay period + currency salary history variable compensation variable type + amount + currency variable history lifecycle events — lifecycle status (employed/terminated) any hibob field not listed above requires explicit addition to the field mapper configuration best practices hibob is the source of truth for employee data configure it as the primary sync and let it maintain all records standardize employment types in hibob contractors must use values starting with "contract" or "fixed" to be correctly classified avoid excluding departments from sync if those departments contain managers of included employees verify custom field mappings during setup using logunmappedfields use distinct titles for contractor vs permanent roles to prevent incorrect job matching monitor the first few sync cycles after setup — check for orphaned employees, incorrect managers, and unexpected headcount assignments verify lifecycle statuses in hibob — only "employed" creates a hire in charthop employees with "hired" status will not sync until their status changes
