Anyone have any experience with updating records i...
# suitescript
s
Anyone have any experience with updating records in Netsuite via an email CSV attachment?
s
Yep, this is very doable as a pseudo integration.
s
which integration?
a
@Shel Singh You can accomplish this with an Email Plugin, only available in 1.0 and little bit tricky depending on the encoding of the CSV attached.
but doable...
s
I've done it in the past with case capture...send an email with attachment to the case address, have a scheduled script checking for new cases and read the attachment, create csv import, close case
a
With an Email Plugin you dont need the case therefore no extra record to be created or closed.
s
Yeah but you lost me at only available in 1.0, I don't wanna go there lol