- My existing NetSuite connection appears offline despite having correct credentials for authentication. What could be the reason?
- Is there any way to use basic authentication type with 2FA (two-factor authentication) in NetSuite?
- Do I need an integrator.io sandbox license to create a connection to a NetSuite sandbox environment?
- Why am I getting errors in integrator.io when I try to create imports or exports with a POST request?
Q1: My existing NetSuite connection appears offline despite having correct credentials for authentication. What could be the reason?
A: If your NetSuite connection appears offline despite having correct credentials, you might have used the basic authentication type for creating the connection and you may also have enabled 2FA in NetSuite. To enable such a connection, first disable 2FA in NetSuite and enter the credentials again to create the connection. However, if you do want to use 2FA in NetSuite, you must modify your Authentication type from Basic to Token.
Q2: Is there any way to use basic authentication type with 2FA in NetSuite?
A: It is highly recommended that you switch your connection’s Basic authentication type to the Token authentication type. However, if you still want to use basic auth type, you can create a custom role in NetSuite specifically for integrations with all of the required permissions and 2FA disabled.
Q3: Do I need an integrator.io sandbox license to a connection to a NetSuite sandbox environment?
A: If you are building a custom integration, then you can create an integrator.io connection to the NetSuite sandbox environment without purchasing an integrator.io sandbox license. You can specify the Environment setting of the NetSuite connection.
Integration App environment licensing requirements:
- Production environment license: Integration Apps require an integrator.io production environment license to connect to a NetSuite production environment.
- Sandbox environment license: Integration Apps require an integrator.io sandbox environment license to connect a NetSuite sandbox environment.
Note: Although it is technically possible to connect the NetSuite sandbox environment to your integrator.io production environment with an Integration App production license, Celigo strongly recommends that you purchase the Integration App sandbox license. It allows you to use the integrator.io sandbox environment to connect the NetSuite sandbox environment and perform all testing in sandbox environments. If you choose to use your Integration App production license to connect to a NetSuite sandbox environment, you must uninstall your Integration App after you are done with testing and then reinstall and reconfigure the Integration App to connect to production environments.
Q4: Why am I getting errors in integrator.io when I try to create imports or exports with a POST request?
A: When connecting to NetSuite with a POST request, you must include the requestLevelCredentials
field and set it to TRUE in the request. If this field is not included in your request, the setting defaults to FALSE, and your request will be unsuccessful.
Comments
0 comments
Please sign in to leave a comment.