My Stuff
Comments
-
I think you would have to do this in a scheduled script. Code the search and then write out the run date/time to a file. You would have to read in the file with the date/time stamp and programatically update the criteria in your search. An easy way to code your search is to build your search within the NetSuite UI and use…
-
The issue is that ACS URL in Google did not match the NetSuite Service Provider Metadata. Once I updated the value in Google, the errors ceased.
-
Did you get anywhere with this? I am trying to do the same thing with ODBC, but am not able to figure out how to consistently associate the discount to the line item it was applied to.
-
This is a year old, but it would appear that the issue with the line x.commitLineItem('inventory');. It should be xrec.commitLineItem('inventory');
-
You can capture all the headers in the request: var headers = request.getAllHeaders(); var ClientIP = headers['NS-Client-IP'];
-
Is there a way to find out what is referencing the saved search? We have several saved searches used with inactive Advanced Promotions. I see that there is an "AP Saved Search Select Setup". When I run it, nothing gets outputted.
-
I see finally that NetSuite has acknowledged a problem on their status page.
-
We're slow in PA as well.
-
Thanks. Diego from NetSuite showed me how to use the GTM previewer to view the data available in the datalayer for each "page". Based on that, I was able to create what I needed.