My Stuff
Comments
-
I'm trying to close an estimate from a suitelet and the above method is not working for me. I get "Code: INVALID_KEY_OR_REF Details: Invalid entitystatus reference key C" Any suggestions? Code Snippet: var oldEstimate = nlapiLoadRecord("estimate",arrOldEstimates[i]); if (oldEstimate != null) {…
-
The negative quantity works fine, the positive quantity throws an error. WHY? :h_a_w: Here is the snippet where it breaks. var recordObj = nlapiCreateRecord('inventoryadjustment',{recordmod e: 'dynamic'}); recordObj.setFieldValue('account',itemObj.account) ; recordObj.setFieldValue('subsidiary',fromObj.subsi diary);…
-
try this: nlapiSubmitRecord(record, { disabletriggers : true, enablesourcing : true }, true)
-
Also experiencing this issue. Multiple production accounts.
-
I did and it was resolved. 2017.1 is installing bundles now.
-
It is resolved EXCEPT for the leading account. When mousing over the red X, the follow message pops up. Unexpected Error. Please call NetSuite Support. Ticket: iyuh3ej21014rprx6lega
-
FYI, mystery solved. There was a sandbox refresh in Delayed status. UI access was allowed but not Restlet or Web Services.
-
yay! !
-
We can get into system.sandbox, but not rest.sandbox
-
All the info pages are down. Help pages, Records Browser, Schema, and Connect Browser. Help pages return the error above. The browsers return 404 page not found.
-
The missing step is to generate a Work Order Close once you are done with it. That triggers all the final accounting stuff.
-
I'm used to NetSuite having bad days once in a while, but the last week or so has had more than it's share or bad (slow) days.
-
I have the same question. The WO is not built whether I use a completion or assembly build. The sales order that triggered the WO will not commit the newly built items. Can anyone help? On the assembly item record, I see an on-order quantity. Have my newly manufactured assemblies become stuck in a non-existant purchase…
-
We are also experiencing very slow uploads and also any suitelet that involves a screen refresh is super slow.
-
We are having the same problem. All orders from the customer center have CC info, but no authorization! Is there an open case for this?
-
Down for us in Central time zone. Response: ERR_CONNECTION_RESET
-
Down for us in Central time zone. Response: ERR_CONNECTION_RESET
-
Something similar that is also new today starting around 11:00 AM central time. When a contact is being edited from a scheduled script, it throws the following error. CURRENT_EMAIL_HAS_ACTIVE_LOGINS_THE_EMAIL_ADDRESS_ CANNOT_BE_CHANGED This is for any contact, they can't all be logged in. I'm using nlapiSubmitField and…
-
Update: The Credit Card Processing Profile and PayPal Account fields under Setup -> Site Builder -> Web Site Setup -> Preferences had lost their values. When we set them back to the proper profile and account, the payment methods returned to normal. Still don't know how those fields were blanked and why NetSuite defaults…
-
That did it. I had to open the window in the scope of the parent instead of the portlet iframe. THANKS!
-
Sorry, that was Content-Range is null
-
Range header = null
-
Yes, I included the options for width and height. The problem is that the call to window.open seems to be blocked somehow. I tried putting an alert before and after the call, the first alert appears, but not the second.
-
It's our shopping cart interface suitelet, which is called from the configurator form. I have verified that the data is being passed between suitelets correctly. r.getCode() returns 200 for every item except our mandatory last item, a subtotal line that we use as a configuration delimiter. That line returns 206. The…
-
I've been looking for this too. I'd like to automatically approve Advanced Partner orders, but not any other orders.
-
I've gone a different direction. I used the option for one-click multiple item submission with the "multi" parameter. HTTP response is 200 and every item is added correctly (finally).
-
I'm having saved searchs that have been working for months time out. Also the shopping cart is timing out. What is happening out there?
-
My suitelet that handles checkout has been timing out ocassionally for the last couple of weeks. Saved searches too.
-
Having the same issue today. I added our domains and shopping.netsuite.com to my trusted sites list and it started working. Has Netsuite pissed off Microsoft somehow?
-
I had to write my own version and uninstall the bundle.