Hi all, I need to create a payment file that is ex...
# suitescript
k
Hi all, I need to create a payment file that is excel of binary type. Basically a compressed file. Is it possible to create this in NetSuite?
b
by far the easeiest option would be to do this outside netsuite
your best chance for suitescript is sheetjs
k
Its a payment file and audit is pushing for a solution that stays in NetSuite...
Will give sheetjs a try thanks
b
expect to suffer trying to get it to work
k
Will let you know if I make any progress
b
you will need to use a require Configuration since it uses a named module id
k
I have used that before. Not the best experience I would say