Hi All I am working on Concur to NetSuite Expense ...
# suitescript
g
Hi All I am working on Concur to NetSuite Expense Report integration. In Expense Report We are attaching attachments in the PDF/jpg format. Some files are getting corrupted from Concur. Our integration is importing them as it is. Is there any way in NetSuite we can Detect those corrupt files(Manually we are able to identify but cannot proceed with manual option as they are in huge quantity).
a
You can use the N/crypto module to create a HASH and compare with a previously created HASH in Concur, you need a way to make concur create a HASH so you can compare with once your get the file in NetSuite side.
g
@alien4u Thank you. I will try this option.