<@U7GUEAQ1M> what are you trying to achieve, more ...
# suitescript
s
@gnuwolf what are you trying to achieve, more specifically? We have a custom sending method for our invoices that involves some scripts and a sending queue to manage what goes out and when, though it is highly tailored to our very specific invoicing process.
g
@scottvonduhn Im just confused on creating the plugin implementation and the sending method itself. the use case is that when an Invoice generates an e-document, I need to generate the XML then send it through SFTP to a server
can you please tell me how were you able to set it up in the NetSuite UI, did you create a new Plug-in Implementaion and/or Plugin-Type?
appreciate your response @scottvonduhn
s
I see. Our implementation is not based on a plug-in, and is really a custom type of invoicing.
g
ah...you guys are not using the Electronic Invoicing bundle by NetSuite PSG, correct?
s
Is your electronic invoicing using Netsuite, or some external service?
No, we have had a custom process for a long time
g
There's an Electronic Invoicing bundle..
anyway, appreciate your response
s
Yeah, NS tried to get us to switch to that, but our system works, and wasn't worht the effort to change
I do know that plug-in scripts have different API methods and entry point functions than most other script types
and usually require SuiteScript 1.0 (though I think 1 or 2 types allow for 2.0)
g
I gotr no problem writing the scripts, it's just that how it should be setup inside the NetSuite UI..via their configuration
it's SS 2.0
s
That's nice!
👍 1
There is a Customization > Plug-ins > Plug-in Implementations menu
I would expect that you set it up there like other types, though perhaps there is something different or special about that type of plug-in
g
I already did. documentation does not really help so much