SmartHR linked application

name
AppTemplate SmartHR Integration for HR
business
human resources
tag
Talent Management/HR/SmartHR
Connector used
REST Connector

Use SmartHR to:

  • Process to register new employee information and update data
  • Process to update the specified item

This application includes:

script

  • Item ID list creation script
  • Script to add and update employee information
  • Update script for specified employee fields
  • CSV creation script for registering experience data
  • Experience data registration script

Script Details

Item ID list creation script (smarthr_get_custom_fields_pagination)

Execute the Employee Custom Item List Get API to create a list of item IDs and item names.

Script for adding and updating employee information (smarthr_upsert_crews)

Read employee information CSV file and add or update member information.

Script to update specified employee items (smarthr_patch_crew_cf)

Updates the specified employee information item.
Set the ID of the item to be updated in the script variable [cf_id] and execute it.

CSV creation script for registering experience data (smarthr_alternate_input)

The data on the employee's experience hours for each job type is merged with the SmartHR item ID data corresponding to the job type, and output as an input CSV file.

Experience data registration script (smarthr_update_member_fluid)

Read the CSV file created using the "CSV creation script for registering experience data" and register it in SmartHR.

How to install and use it

»See the list of applications