Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Feature

Description

Paylocity Integrations

You can use OnLink’s Paylocity connector to add or terminate employees. Here are the instructions to configure a post function that executes such an integration.

  1. Go to the Workflow of choice from Project Settings

  2. Select the transition you wish to add the post function to

  3. Click Post Function→Add Post Function.

  4. Select the OnLink Post Function option then Add.

  5. Select Paylocity in the system field (Paylocity connection needs to be established first), Then select Add employee or Terminate employee as the function.

  6. In the Input Field Mapping, map the relevant custom fields to each of the required fields as shown below. Ensure these custom fields are added to the issue screen from which the post function is being called.

Add Employee

To configure Add Employee post function, you will need to map these required fields: first name, last name in the UI. However since the required fields vary by the country in which you are hiring, we provide the flexibility to map additional fields by setting the KeyValue text as below:

image-20240313-003631.png

map:birthDate=customfield_10010
map:currency=customfield_10011
map:disabilityDescription=customfield_10012
map:employeeId=customfield_10013
map:ethnicity=customfield_10014
map:gender=customfield_10015
map:isHighlyCompensated=customfield_10016
map:isSmoker=customfield_10017
map:maritalStatus=customfield_10018
map:middleName=customfield_10019
map:ownerPercent=customfield_10020
map:preferredName=customfield_10021
map:priorLastName=customfield_10022
map:ssn=customfield_10023
map:suffix=customfield_10024
map:veteranDescription=customfield_10025

Terminate Employee

To configure Terminate Employee post function, you will need to map these required fields: employee id, termination date and employee status.

However, the below additional fields can be mapped by setting the KeyValue text with the below (replace customfield_n with your customfields.:

map:adjustedSeniorityDate=customfield_10010
map:changeReason=customfield_10011
map:effectiveDate=customfield_10012
map:isEligibleForRehire=customfield_10013
map:statusType=customfield_10014
map:terminationDate=customfield_10015

  • No labels