Expense Report!!

I’m building Expense Report apps.
Process Management function looks so great:)

BTW, I wanna put employee’s information like employee ID, their division and department to each field.

It would be great that it was addressed automatically when we create a report.

Is there any way to do that???

Hello Taro!

You need to first make a database of employee’s information.
Then using the lookup function, make a script that would automatically look up and enter the information from that database upon creating a record.

It is possible to run the lookup function to automatically obtain data upon the “Record Create” event.
The following page explains about the “Record Create” event in details and it even has the sample of running the lookup function.

 kintone developer network - Record Create Event
  https://developer.kintone.io/hc/en-us/articles/213149077/

I hope this helps you!