...
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 |
---|---|
| The keyword “key” refers to using Worker ID as a unique identifier. This allows OnLink to update the record. |
| Maps email to User which can be an attribute of type User |
| 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 |
...