My Stuff
Comments
-
How about this one - SuiteAnswer 42169 Uri url = new Uri("https://rest.netsuite.com/app/site/hosting/restlet.nl?script=992&deploy=1"); OAuthBase req = new OAuthBase(); String timestamp = req.GenerateTimeStamp(); String nonce = req.GenerateNonce(); String ckey =…
-
SutieAnswer 70753 provides this example in SS2.0: ///BEGIN SAMPLE CODE /** * Working example of Token-Based Authentication using Javascript to authenticate to another Restlet. * NOTICE: BE SURE TO UPDATE THE Paths IN THE require.config OBJECT TO BE ACCURATE WITH YOUR FILE DIRECTORY. * NOTICE: UPDATE requestURL,…
-
Support will investigate the problem regardless of your Support type. You should submit an online case and provide all the details necessary to investigate the issue further.
-
This error was documented in a previous release and probably still applies to your issue. To resolve, user must check the following: 1. Custom Record Definition. If the custom record has the Include Name Field mark as True, there will be another field which is labeled as ID(name), and field with a label called Name will…
-
Have you tried passing values for both fields?
-
Please open a Support case to investigate this further. Alternatively, you can try upgrading to the latest WSDL. SuiteAnswer Answer Id: 10817 provides additional version information.
-
To confirm, TLS 1.0 and TLS 1.1 were deprecated in all NetSuite accounts on May 21, 2018. All inbound and outbound secure communication must use TLS 1.2. This deprecation applied to all inbound and outbound secure communication (https://) interfaces with NetSuite, which must now use TLS 1.2. [LIST] [*]Browsers connecting…
-
It depends on which phase your account is upgraded to 2018.2. Account administrators will recieve an in-account notice and your Release portlet will be updated with the preview and release dates.
-
This TLS FAQ touches on browsers connecting to the NetSuite user interface or NetSuite-hosted secure web store shopping and checkout domains - See Browsers and TLS.
-
The New Release Portlet will be updated prior to your upgrade. This portlet provides important information regarding: Release Preview Date [LIST] [*]When your Release Preview/Demo environment will be ready. [/LIST] Upgrade Date [LIST] [*]This is your scheduled Production System Upgrade Date & Time. [/LIST] Adding the New…
-
This example should help you get started - Use Chrome Browser and Postman Application to Test NetSuite SOAP Web Services
-
I'm pretty sure this is related to Defect 450821 - nlapiRequestURL > SSS_CONNECTION_TIME_OUT > The host you are trying to connect to is not responding. If you have a Support case, reference the Defect to have it attached, and you will receive a notification when the fix is released.
-
latchadev, you can submit a case or issue from SuiteAnswers, or contact NetSuite Customer Service by phone. Visit this SuiteAnswer for details - https://netsuite.custhelp.com/app/answers/detail/a_id/15024/kw/suiteanswers/related/1
-
fyi - Defect 415810 was related to SuiteScript > Server Side Script > Item Saved Search > Duplicate results are returned as results of the Item Saved Search referenced in the Scheduled Scripts. This should have been resolved on 10/7.
-
There are several SuiteAnswers Integration training videos to help you get started - https://netsuite.custhelp.com/app/an...l/1/srchopen/1 These cover different integration methods including SuiteScript and Workflows. Are you looking for Web Services related material?
-
Have you looked at the SuiteTalk Schema Browser? Each object is displayed as a series of tables, both for ease of browsing and to provide additional details compared with what is available in the WSDL - See Answer Id 11017 for details - https://netsuite.custhelp.com/app/an...ail/a_id/11017
-
Thanks for pointing this out. I'll ask our Doc Team to review the guide.
-
You should be able to view your cases in the NetSuite Account Center under the Support tab. If you know the case # for seeing open tickets, post it here.
-
Can you submit a case and reference the Help answer? Support will review the answer for any inaccuracies.
-
Try adding the "NetSuite Support Center (Basic)" role to your employee record, then check the Support tab.
-
The sandbox link provided requires login access. You can upload a screenshot of the item list instead.
-
Not sure if this is related but there are a couple of SuiteAnswers on the topic of MS ADFS. See Answer Ids: 28565 and 28566.
-
This is being tracked by Enhancement:138692 Web Services > Expose System Notes. Thanks, Rob
-
Shawn, Re: Defect #175812 :Web services to sandbox failing. Unable to connect to host. This should now be fixed. Please contact Support if you continue to experience this problem. Thanks, Rob
-
Just tested this as of 9:13am CT on 01.18.2010 and the issue is still occuring: ERROR: INVALID_KEY_OR_REF - Invalid shipmethod reference key 3. Defect 174492 has been filed and currently with Development. WORKAROUND: Fulfill order through UI. Thanks, Rob
-
According to SuiteAnswer 78435, the problem may be with the role opening the link: Scenario: Report is scheduled with Sending Format = Send only a link, and a user who is added as email recipient accessed the report using a custom role and tried to export the results. [LIST] [*]Report Schedule > Message tab > Sending…
-
A similar scenario is documented in SuiteAnswer 13796: A user with the following permissions in his role does not have the Save button when creating a Transaction Saved Search. Only the Preview button is available. Perform Search - Full Find Transaction - View In order to save a new transaction saved search, a user’s role…
-
If anyone else is experiencing this issue, please file a Support case and reference Defect 517767 : Scheduled Saved Search > Scheduled Email is Sent Multiple Times.
-
AmandaFlynn, I think an approximate number will give them a better idea of the impact this is having.
-
If your week starts on Monday, can you try: [LIST] [*]CASE WHEN ({trandate} >= TRUNC({today},'IW') and {trandate} <= NEXT_DAY({today},'SUNDAY')) THEN {amount} ELSE 0 END [/LIST]