プロフィール
コメント
-
Sorry, I've been very busy lately, I was able to find the restlet and changed the user and password. Like I said he did not use OAuth, his password was hardcoded into the restlet. Modified restlet to use Oauth. That fixed the issue. Using email and password in a script these days is nuts. It's all fixed now.
-
Thanks, I will try that.
-
Confirmed nlapiSubmitField ( 'salesorder' , recordId , 'shippingcostoverridden' , 'T' , false ); works. The Defect 545633: SuiteScript > Sales Order > Shipping Cost Automatically Recalculates Upon Adding or Removing Line Items has been submitted and per support "Also, our engineers have identified a fix. However, they are…
-
Administrator Role - Customizable Bundle ID 1251 worked for me.
-
Here's Netsuites response to my case: Defect 531150: Global Search > Without prefix > No Results Found You may also use the alternate solution suggested by our developers while the issue is still under investigation. 1. Add prefix on Search Or 2. Enable the Show Transaction Numbering Setup preference. To enable this…
-
That's the native behavior of a Kit item. For each Kit item we have a corresponding Group item, with the InternalID of the Kit in a Group Field and the Group in the Kit Field. The Sales Acknowledgement Email shows the KIT item , description and price which we can't change (only Kit's are allowed on SiteBuilder Sites), but…
-
I am having a similar problem that just started today after the 2018.2 upgrade. I do this to create an itemfullfillment record from the sales order. var ifrec =nlapiTransformRecord('salesorder', soid, 'itemfulfillment',{recordmode: 'dynamic'}); set numerous field values then ifid = nlapiSubmitRecord(ifrec, true); to get…
-
This works for me , and yes each line item has a unique PO. [TABLE="border: 0, cellpadding: 0, cellspacing: 0"] [TR] [TD]StandardSummary [/TD] [/TR] [TR] [TD="align: left"]FILTER DESCRIPTIONFORMULATypeis Sales Order Purchase Orderis none Main Lineis false Statusis none of Sales Order:Closed, Sales Order:Cancelled, Sales…
-
One of my partners is using C# with TBA to send us Leads. The major issue he was having was simple, the time on his clients was off by several minutes. Once he solved that issue, I started receiving his lead referrals. I found the issue using Script Error Logs. Hope that helps.
-
I had the same issue using the Administrator Role. I added a Custom Administrator Role using Bundle ID 1251, tweaked the permissions on the role to allow file cabinet access. I then modified Eclipse to use that role. After doing that I was able to upload and download with no issues.
-
Since I have a Sandbox, I debug live on the Sandbox, not in Eclipse. But I tried it just to see if I could sign-on in debug mode. And yes, it worked with the Custom Administrator role.
-
We found by changing the chrome shortcut target in properties to this "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-xss-auditor as suggested in the workaround, we were able to see that Chrome was blocking error messages thrown by Netsuite. Really helps to see error messages....
-
I had the same issue with several Chrome Browsers in my network. I noticed the Chrome Version (use chrome:\\version, the version is in the first line) was out of date. As soon as we manually updated chrome, the issue was resolved. (My GPO is supposed to update chrome automatically, for some reason, certain installs were…