-
NetSuite Territory in NSAW
Hello all, We use the native Territory function in NetSuite. Recently we updated our territories and had several changes to other territories. I made these changes in NetSuite and I need the Territory field to come through in our NSAW reporting. We previously did this through the semantic data model extension. I tried to…
-
Removing offers from application json+ld script
Hello, I have items that are 'quote only' in which I must not display pricing at all. I managed to get this sorted on the theme, but on the data-generated application json+ld script, the offer is still there. The item is quote only, but netsuite still shows a price (even with dont show price checked) and this can get…
-
One of my analytic datasets has a data not available popup
It looks like the Netsuite 2024.1 release removed a field I was using in my Routing/BOM dataset. Does Netsuite publish a list of the fields they add and drop? TIA Mike
-
How to pull Cash Sale & Sales Order Items using SuiteAnalytics Connect?
Hello, I'm creating a connection to the NetSuite DB using a third party ODBC driver that uses the SOAP API for BI purposes, To understand the Netsuite schema I'm looking at https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_2/schema/record/cashsale.html, I'm able to pull the CashSales and the SalesOrder…
-
How to integrate Schema SearchAction to SCA?
Hello everyone, I am wanting to try and integrate schema Website microdata or JSON onto the website. The one issue I have is that I cannot find a way for me to get the keywords { "@context": "https://schema.org", "@type": "WebSite", "url": "https://www.site.com", "potentialAction": { "@type": "SearchAction", "target":…
-
Where can we find SuiteQL schema documentation?
We are trying to make a single SuiteQL query (through the REST API) to get multiple Customer records with their relevant Contacts and Addresses. If we made this query in the REST API directly, we would have to make an individual request to get every Customer record - which would be a very slow way to sync potentially…
-
Access to Saved Search Records by Script?
We are looking to create a script that will allow us to update "Inactive" on a batch of saved searches. Also may use to delete saved searches in Mass. I know that is not available through Mass Update, but is there anyway to access a Saved Search Record by Suite script so that we can use a simple nlapiDeleteRecord() call to…
-
Schema in 2014.2?
It looks like the schema has changed in 2014.2 as some joins are no longer available in searches. As an example for Customer record searches, old joins like parentcustomer and jobs are missing?