Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here’s an example mapping configuration. Any field available in this Oracle API can be used to map to the asset attribute.

key:employeeNumber=WorkerID
map:email=User
map:firstName=First Name
map:lastName=Last Name
config:bamboohr_report_id=99

...

Key or Map

Description

key:employeeNumber=WorkerID

The keyword “key” refers to using Worker ID as a unique identifier. This allows OnLink to update the record.

map:email=User

Maps email to User which can be an attribute of type User

config:bamboohr_report_id=<your report id>

Set to custom report ID from BambooHR. This is the API that’s used by OnLink to get custom report data: https://documentation.bamboohr.com/reference/getbyreportid

...