My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
Yes - helpful - Thanks Erick
-
ok good thanks!
-
Is there a list of ALL the various transaction types? I see these: CustInvc CustPymt CustPymt RevArrng VendBill SalesOrd
-
Thanks Mikko that helps.
-
Thanks for your help. Ok, I see this link: https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2021.1/index.html#tag-salesOrder which mentions: salesOrderCollection If I set expandSubResources=true, will that bring in the whole sales order and also the equivalent of the transactionlines (all…
-
Thanks much for explaining this!
-
Ok Thanks - still curious why the transaction and transactionline do not seem to appear in the rest api browser? Can you explain a bit more please?
-
great thanks!
-
great thanks Erick - where can i vote for this?
-
Hi Erick, Thanks for the help - as far as: Enhancement 578659: Oauth 2.0 > Support for other grant types > Non-Browser Authorization (without need for Consent Screen) Are you saying that this feature is coming at some point but not available yet? Any idea when this will activate?
-
Thanks Mikko that makes sense - but if I did select all - how can I tell the similar fields apart like: "id" : "xxx", "id_0" : "xxx", "id_1" : "xxx", ???
-
Thanks Joahnna. Is it possible to get a response today please?
-
Thanks Dominica Is it possible to get a response today please?
-
Thanks Joahnna. Is it possible to get a response today please?
-
Thanks Jeff. Is it possible to get a response today please?
-
Hi Erick - Thanks much - this is very helpful ! this basic query worked (limit 5) - great. { "q": "SELECT * FROM transactionline tl WHERE transaction >= '1'"} 1 - Q: How can I make a query that finds some records from transaction and also gets the matching transactionline related records? What is the field in the where…
-
Thanks Joahnna - I will wait for an answer... ALSO salesOrder https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2020.1/index.html#tag-salesOrder q: How can I access the lines items details with salesOrder? I see this: item: salesOrder-itemCollection but how do I access…