anyone for vscode?? netsuite upload what callback ...
# sdf
r
anyone for vscode?? netsuite upload what callback to add to add at integrations page, can anybody please tell? and should the role be developer for the access token?
a
Whichever role you are using make sure it has proper permissions, for accessing file cabinet etc..
r
I have administration role
Do I set something else on integration or while creating access token I don't have TBA or call back or anything like that set on integration
a
which tool are you using?
suitecloud CLI for NodeJS, WebStorm, sdfcli?
r
sdfcli
a
you said something about vscode? Are you using vscode extension which uses sdfcli? or directly sdfcli?
Well in anycase, There is no official VSCode extension so i can't helo you with that. But in general, there are 2 ways to authenticate 1. Browser based authentication which takes care of proper integration itself. 2. If you are saving a token, make sure in
application
dropdown you select
suitecloud integration
when generating a token.
message has been deleted
r
what do i select here, the callback url? redirect url? for vscode it is failing to authenticate
s
switch to webstorm
w
You should not create an integration record. Only the token. The integration record should come from the suitcloud developer bundle that you should've installed.
r
Netsuite upload extension has a restlet file that needs to be deployed in ns and they ask for consumer key consumer secret token key toke sec. So
a
I dont know which extension are you using. It doesn't look like the official one. I will recommend you to use any of the official tools. Or you can contact the author of the extension you are using.
r
i do not understand how to work with sdfcli, i have looked at the documentation, done the things , is there a video i can see ,.... i installed the sdfcli ..did everything told create deploy from oracle sdf doumentation idk where did i go wrong.. help?
a
@razer456 You can also use webstorm if you like to work with UI. You can find information about setting it up and usage here. For interactive suitecloud cli for node JS, setting it up is really easy. If you have nodeJS installed on your machine just run the command in any terminal of the window. like powershell, cmd, also inside VSCODE.
npm i -g @oracle/suitecloud-cli
Here is a video You can read all about it here Check the pre-requisites before.
1
r
thanks