My Stuff

graeme holt Blue Ribbon

Comments

  • If anyone else is stuck on this, you need to use the entity field: eg var customer_id = nlapiGetField('entity'); makes no sense to me either but it seems to work ok Similarly test for name = entity in the field changed script
  • Thanks Bonnie, Yeah, that is where I was expecting to see it but there's nothing there. I think I've found an alternative way of doing what I need without having to use scriptable checkout so I'm going to pursue that for a bit but thanks very much for the response. At least now I know I'm not going mad!!...
  • Thanks for the reply. Unfortunately we already have Server SuiteScript enabled as well but still no sign of the scriptable checkout tick box. If the docs aren't correct does that mean that this could have changed? - do other people have this box to enable the scriptable checkout?
  • Spurred on by your post, I went through the settings and noticed that the 'Customisable Checkout Subdomains' option was turned on, even though we are not using it. I turned this off. Nothing happened immediately but about 15-20 minutes later I tried again and it worked!! I'm pretty sure (tho not 100%) that it was this…
  • Thanks for the reply. I had already tried this but I get redirected to a login page, despite the fact that Available Without Login is ticked in both the 'File Cabinet' where I uploaded the script and in the Deployment for the script. Until I ticked this, I wasn't given a public url at all. If I look at the 'Script…
  • I agree....will this be fixed in 2011.1? Anyone know? +1 for this I take on board the point that individual cases may require customisation as to what constitutes a duplicate but surely it makes sense to have a sensible default behaviour that can then be customised rather than the current setup which I can't really see…
  • After some more investigations, this appears to be the line in the PHP toolkit that is taking the time (numbers 1141 to 1148 in my version) [CODE] $this->client = new SoapClient( $host . "/wsdl/v" . $endpoint . "_0/netsuite.wsdl", array( "location" => $host . "/services/NetSuitePort_" . $endpoint, "trace" => 1,…
  • Upon further investigation it appears that actually the line I posted was not correct. The line that is causing the issue is where we actually instantiate the netsuite client [CODE]$nsc = new nsClient(nsHost::live);[/CODE]
  • Typically, after spending the last few hours faffing about with this, I find the problem 2 minutes after posting on the forum. For those that may have the same issue in the future, the problem was that we were using a custom form for sales orders that didn't have the fulfilled field displayed on it. I find it rather…
  • Bill, if I could trouble you for some more help. The drawback of the tool is that it measures the perfromance between Germany and and Nesuite (I chose a netsuite URL as a test) which is not representative of what I am seeing. I am looking for something a bit more sophisticated (for which I assume I will have to pay) that…
  • Robert, thanks for reply but we are looking for a bit more. A background tool gathering statistics on each element of the connection between user screen and server. Do you know of any tools thanks.........