Hi. Does anyone know how to go about Auto-Installa...
# suitescript
c
Hi. Does anyone know how to go about Auto-Installation of an Integration Record? https://netsuite.custhelp.com/app/answers/detail/a_id/48658
u
to be specific, what is your issue? Are you experiencing issue on auto-installing to your account? or you don't want to auto-install on your account?
b
its basically the 3 methods outlined in the important section
c
@クリスピポテト @battk I want to deploy an integration record using this method but can't find the details of how to actually go about doing so. It says, send a SOAP request - but what type, endpoint, and what information needs to be included?
Thanks!
b
which of the 3 methods outlined in the important section do you want to use
c
@battk Ideally the three step TBA flow.
However, it only mentions a SOAP request that might trigger the auto-installatioin:
message has been deleted
b
that describes the effect of the methods from the important section above
c
@battk OK. So, if I want to use the TBA Flow, how can I trigger the auto-installation?
b
complete the flow, the integration record gets created after you successfuly complete Step 3
c
@battk - I can't get past Step 1. I confirmed my Postman script working in the account that has the integration but it wouldn't work at all in the other account. Got this error: {"error" : {"code" : "USER_ERROR", "message" : "Invalid login attempt."}}
b
i wouldnt expect you to be able to complete the flow from postman
part of the flow is browser based and i dont know how you would do that from postman
you can share more details about what you are doing, but it doesn't sound like you are on the right track
c
@battk Thanks for your help. I'm looking to distribute an Integration Record as part of a SuiteApp but am using SDF rather than bundling so can't include it in the package. These two articles seem to cover a good option for doing so: https://netsuite.custhelp.com/app/answers/detail/a_id/45445 https://netsuite.custhelp.com/app/answers/detail/a_id/48658 However, nothing I have tried has triggered the creation of the Integration Record. I appreciate that I will not be able to complete the TBA Flow in Postman but if I can't get past the first step then there's no point in setting anything else up. I've also tried the issueToken endpoint and whilst I get a token back, I still don't get an Integration record. Any further help would be much appreciated.
b
i personally say creating a bundle just for the token is easiest if thats what you were doing before
you can share how you generated your issueToken request, its fairly easy but on its way to deprecation
c
@battk Somehow the planets seem to have just aligned and my issueToken has Auto-Installed the Integration Record from my other account. I'm going o go back now and see if I can get that to work for the TBA Flow too.