Hi Guys, We are integrating our HR/Payroll system ...
# general
n
Hi Guys, We are integrating our HR/Payroll system with NetSuite and facing a roadblock. Our HR/Payroll system is able to generate journals for payroll/expense claims posting to NetSuite for approval and posting. Our vendor told us that they are unable to attach the corresponding supporting documents for the journals and push it into NetSuite. May I know if anyone done similar project before? Are there sample codes that you can share to attach attachments to the journal transactions in NetSuite? Thanks.
j
Can be done - final design will be dependant on you source system and how they get push the transaction accross Can create a suitelet - to allow a payload with a mix of the journal and file - ie. have the transaction data and base64 sent in one payload. You will then need to have netsuite handle the logic for the creation of the file in the filecabinet and the creation of the transaction and link the transaction to the filecabinet file.
n
🙏 thank you.