NetSuite – Numerik Integration

Steps to do integration between NetSuite and Numerik:

  1. Create Integration Record in NetSuite
  2. Generate certificates using command: openssl req -new -x509 -newkey rsa:4096 -keyout private.pem -sigopt rsa_padding_mode:pss -sha256 -sigopt rsa_pss_saltlen:64 -out public.pem -nodes -days 730  
  3. Create OAUTH 2.0 CLIENT (M2M) in Netsuite  and copy certificate ID
  4. Under Embedded Integrations, create new Integration App in Numerik
  5. In the configuration popup, add new configuration:
  6. Select NetSuite in the configuration setup
  7. Select “Netsuite OAuth Client Credentials ” in the connection type
  8. Token URL: The OAuth 2.0 Token URL for NetSuite.
  9. Certificate ID (Key ID): The key ID used for signing the JWT token.
  10. Private Key for JWT: The private key used for signing the JWT token.
  11. Consumer Key (Client ID): Generate a consumer key when you create your OAuth 2.0 app in NetSuite
  12. Click Update Button
  13. You can add actions in the integration app based on the integration:
  14. You can run the integration by clicking the Run button in the bottom of the page.
  15. Based on the integration setup, the actions will be performed.

Leave a comment

Your email address will not be published. Required fields are marked *