Hi All! Interested to speak to companies or partne...
# general
l
Hi All! Interested to speak to companies or partners who have developed a mobile application that integrates with NetSuite before. Any recommendations?
g
I had once a project similar to this. Only difference is that another company created the mobile app and I did the connector with NetSuite
a
So we've integrated different external apps in different ways. One where one team created the web app and the netsuite integration and then another where one team created an external app and we handled the netsuite integration (like Clemen described above). In the end, we have two working apps, but unless you have someone who can make your external app AND knows netsuite intimately, I would recommend going the route that Clemen did and make the app and the nestuite integration, two separate projects.
👍 1
😍 1
l
@gnuwolf, @AK47 thanks for the response! Did you all use Token-Based for this? If yes, how did you generate the tokens programmatically?
g
Hey @Lea CC, No token-based auth before when I created that. Anyway, if you're looking for generating tokens programmatically, here's what you can do: - Go to Setup > Integrations > Manage Integrations - Create a new one or Edit an existing one - Please make sure to enable the 'Token-Bassed Autghentication' checkbox - Use OAuth library just like https://github.com/ddo/oauth-1.0a to generate the the token key and secret.
👍 2
HTH
a
@Lea CC I did use token Auth and it works well. Clemen explained it well.