Fetching Related Records field information into a third party system.

We’re investigating a programmatic approach to fetching Related Records field information into a third party system. In this scenario, I have a list of incidents associated with a resident (Jane Doe) in a homeless shelter. The primary objective is to programmatically recreate the same table/information using Javascript API or another approach.

We’re creating a reporting system which will fetch the Jane Doe information from Kintone and display the table within an external report.

Hello Tony!

In terms of fetching Related Records field information, I found a great example of it along with the sample code on the kintone developer site.

-Display total number of related records
https://developer.kintone.io/hc/en-us/articles/115009390167

You should probably do what you want by altering some parts of the sample code. You just need to determine when to send the information into a third party system.