-
SuiteTalk API / PHP Toolkit: Custom Shipping Address fields populate via API query but show blank in
Good morning, I am experiencing an issue using the PHP Toolkit (NetSuiteService.php) when creating a Credit Memo with a custom shipping address field. The Problem: When we add a Credit Memo via the SOAP API, all standard and custom fields are sent. The record is successfully created. However, the State and Zip fields…
-
Access to tables in Records Catalog
Hi there, In Records Catalog I can see that an Invoice table is not accessible to my account as an 'unavailable item' with the below reasoning: Allows to see records/subrecords/fields/sublists/joins not available in current context. (Possibly due to missing permissions, features or preferences) I do see this table in my…
-
Clarification on API “Cold Start” vs “Warm Start” Behavior in NetSuite (Invoice Creation via API)
Hello NetSuite Community, We are integrating HubSpot with NetSuite to create Invoices in NetSuite via API. During this integration, we’re trying to better understand how NetSuite handles API execution timing and whether there is any concept similar to cold start or warm start behavior. Background In HubSpot, custom code…
-
How to Receive Data from NetSuite on Record Changes
Hi All, I have a requirement where our system needs to receive data from NetSuite in real time. Specifically, whenever a record is created or updated in NetSuite, the data should be sent to our system via an API request. Is there a native webhook functionality available in NetSuite to support this? If not, what are the…
-
Export Financial Report to File Cabinet or SFTP location
We require a way to schedule a financial report in NetSuite to export to either File Cabinet folder or SFTP location. This was previously asked in the below forum but there are enhancements are still pending:…
-
How to Update Contact Role to 'Primary Contact' via REST API
Hi All, Could someone assist me with how to update a contact's role to 'Primary Contact' using the NetSuite REST API? I have a Customer record with multiple associated Contacts. I need to update one of these contacts to be marked as the Primary Contact programmatically through the API. In the NetSuite UI, we usually do…
-
NetSuite Software Enterprise Cloud Service to NetSuite OneWorld API for data transfer
Thank you Harikrishnan N for the NetSuite API information. We have NetSuite Software Enterprise Cloud Service implemented. We are a subsidiary of another company that has NetSuite OneWorld implemented. We are restricted by Anti-Trust laws and for the time being, we operate our systems separately. We currently provide our…
-
How We Create and Update Sales Orders with Tax Details Without Enabling the "Tax Overwrite" Checkbox
Hi NetSuite Community, We ran into a common scenario where we needed to create and update Sales Orders via the REST API including tax details, but without enabling the "Tax Overwrite" checkbox. it is possible ?
-
Journal creation (insertion/Entry) via API
Dear all, I hope you all doing well ! Could any one help me if have any idea on how I could make (insert) journals in NetSuite using an API to be used in third party oracle apex application? Third party (Oracle Apex App) ----> Entry (insertion) API ----> NetSuite Best regards, Lafi Abdellatif
-
Assistance Required: Adding Tax Details via REST API in Sales Order
Hi Team, Hope you are doing well. We are currently creating a Sales Order via the REST API. While the Sales Order is successfully created and the GST amount is added at the line-item level, it is not reflecting in the tax amount field. Could you please confirm if it is possible to include tax details in a Sales Order using…