Anyone have any experience with updating records in Netsuite via an email CSV attachment?
s
Sandii
10/12/2020, 7:26 PM
Yep, this is very doable as a pseudo integration.
s
Shel Singh
10/12/2020, 7:27 PM
which integration?
a
alien4u
10/13/2020, 5:36 PM
@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.
alien4u
10/13/2020, 5:37 PM
but doable...
s
Sandii
10/13/2020, 6:22 PM
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
alien4u
10/13/2020, 6:23 PM
With an Email Plugin you dont need the case therefore no extra record to be created or closed.
s
Sandii
10/13/2020, 6:31 PM
Yeah but you lost me at only available in 1.0, I don't wanna go there lol