-
Administrator role is not accessible even when added to the employee record
Hi team, I have faced the following issue: The user has "administrator" role assigned to his employee record but this is not accessible for him, it´s not displayed in the list of available roles to be accessed. I assume this might be due to any specific authentication method setup, but this is not clear to me. He told me…
-
Automatic Bill Payments - How to Mark Bills Paid on Pay Date
How do you mark bills paid on pay date for bills where the payments are generated automatically by the vendor (i.e., utilities, credit card account payments, etc.)? I can't see how to pay them without generating a check number. I also can't see how to process the payments on the pay date without running a payment batch on…
-
Method is not returning expected signed xml payload
Hello Gurus, I have used Certificate.signXml method to sign the xml payload. but in resulting signed xml string, the X509IssuerSerial, X509IssuerName, and X509SerialNumber tags missing. I have confirmed the certificates are having these details. Please suggest some solution
-
NetSuite Authentication Issue
I am an integration partner trying to connect to Netsuite's REST web service using PostMan. My role has all the required permissions (basically the same as admin), a bearer token has been issued and the integration has been set up as followsThe error message received when trying to connect is { "type":…
-
Retrieiving Authorization Tokens from a third party
We are trying to retrieve an auth token from a third party system in order to pass Purchase Order's directly to their server. var headerObj = { "Content-Type": "application/json", "EnterprisesID": "Account#" } var getAuthToken = https.get({ url:…
-
Netsuite User Provision
Does netsuite have the ability to auto provision users (SCIM)? Do I need to create a custom java script process to create the users or is there a bold-on product which can help me create users?
-
Oauth 2.0 URL
to use with NetSuite Rest Services, with up Oauth 2.0 , one must provide a URL to get a token, NetSuite does not appear to have a service for this. All the other Oauth 2.0 services I have used do provide a service. Does NetSuite have anything.... If not, any articles tell me how do it?
-
Setting up OAuth for REST Web Services - authorize.nl gives "invalid_response""
Trying to make the initial GET request (for the user to approve/disapprove, which will then redirect to my receiving URI). Code looks like this (PHP): header("Location: https://$MYCOMPANY.app.netsuite.com/app/login/oauth2/authorize.nl?". "response_type=code&". "client_id=$CLIENT_ID&". "redirect_uri=" .…
-
Customer portal
Hi, We have a new b2b website on wordpress. I would like to give our dealers the ability to login to their account through out website. Is it possible to login to the customer portal from a wordpress website ? Thanks K
-
Advance Notice: Deprecation of SOAP Web Services Authentication Through User Credentials
This notice is intended for customers who are using user credentials for SOAP web services authentication. This means that you are using user credentials with the Passport complex type for authentication. Deprecation of SOAP web services authentication through user credentials is planned for all integrations that use SOAP…