Mi contenido
Comentarios
-
Hi @ONO4, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @Jorge Albanez, This is currently not possible out-of-the-box. You could perform some customization by either adding a custom field or a script that would copy the value of the inboundshipment field in the Item Receipt so that you can extract it via SuiteQL. This has been requested as an enhancement under Enhancement…
-
Hello @Sally Justiani, In the initial test, I do not have SuiteTax enabled and was not done in a OneWorld account, therefore I did not have subsidiaries. I tested this again in a different account with SuiteTax and Alaskan Subsidiary. I also got the expected result. It is most likely that the error you are encountering is…
-
Hello @ONO4, I would need a little more information on the use case. I have already checked our system and so far there is no report of an issue for enableSourcing. I have been unable to replicate your concern in several accounts as well. Here are the screenshots of one of the tests I did: First, I changed the customer to…
-
Hello @User_TQMLE, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @Roshan Shaikh, Good day. You can use the Date() function of the native JavaScript to get the current day and convert it using Format.format, and then append the time into a string. Here's a sample code for you: function pageInit(scriptContext) { //----------------DATETIME-----------------// var date = new Date();…
-
Hi @Ckirk, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hi @User_8V0KU, Thank you for the clarification. I ran this test again on my end but I am still unable to get similar results. This could be specific to your integration. If possible, you might want to reach out to SSMS support in case this is a known error on their end. For your other concern, we do not delete content or…
-
Hello @Christopher Rossi, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hello @User_UORXE, "itemList" should only be "item". Once you change this, a new line will appear in the transaction when it is created. Upon checking, it does not appear to be possible to perform partial returns. As a workaround, you can send another PATCH operation to remove the first line with the quantity of 10. Here's…
-
This appears to be similar, if not the same as the query you have in another thread: the word AND seems to break Suite QL query. If that is the case, we are unable to replicate it on our end, as it works in both DBVisualizer and SuiteQL tool in the NetSuite UI, as you also mentioned. Some of the things you can check…
-
Hi @User_8V0KU, What application are you using that causes this error? I checked our system and did not find the same error message mentioned in any case or issue record.
-
Hello @User_8V0KU, I read through the exchanges you had with James. The short answer would be that the ODBC is a Pull. Basically, you install an ODBC driver that looks like this: or a JDBC Driver where a JAR file is added into the DBVisualizer (or other 3rd party applications) to establish a connection. This is very…
-
Hi @R. Dieka Pribadi G. E.,, I am unable to find a documentation as to what exactly happens when the limit is reached. Again, your account manager is the one who can best answer this question. In the meantime, tagging here some of our active community users as well in case they encountered it before: @Angela Bayliss…
-
Hi @User_8V0KU, Glad it's cleared out now. You might want to check out an article I wrote a year ago: New to NetSuite | How to Setup a JDBC Connection with DBVisualizer using SuiteAnalytics Connect
-
Hello @Jorge Albanez, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hello @User_FQ0VR, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hi @User_8V0KU, I'm just checking in to make sure you didn't overlook my prior message. If there's anything else we can do to assist you, please feel free to reach out.
-
Hello @AhmedM, Good day! Just following up on this. Were you able to test the solution from @charoldson_20655?
-
Hi @Vernita, Good day. I think this is better answered by our fellow members of the community. Tagging here some of our active members in case they have any insights: @Tigran Shahnazaryan @Dext3r @MTL_MIA @CDuf @Amanda Edwards @Wee Ming
-
Hello @User_8V0KU, I replicated your query in my account but did not encounter this error. Have you tried running the query on a different application like DBVisualizer or PowerBI?
-
Hi @R. Dieka Pribadi G. E.,, Good day. It would be best to discuss this with your Account Manager. They are mostly responsible for your NetSuite Subscription.
-
We're sorry about this limitation, but we're glad you're able to find a workaround for now.
-
Hello @HX_SUBHANKAR, I'm touching base to confirm that you didn't miss my previous message. If you find yourself in need of further assistance, please don't hesitate to get in touch.
-
Hello @User_1OWF5, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @Aaron McCausland, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out.
-
Hello @Nursalim, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Aaron McCausland, Upon further checking, this has been reported as a defect a few years ago and the engineers are already aware of this issue. However, for now, engineers suggest to use the non-paginated code instead. As noted in this article, it is suggested to specify a sorting order in the query definition when…
-
Hello @User_1OWF5, Upon checking, Wave record is not yet supported with REST API, but you can develop a RESTlet script as a workaround for this using the N/record module. You may visit the Records Browser here.
-
Hello @HX_SUBHANKAR, Is this specific to a certain query or field? If so, please provide the query here so we can replicate it on our end. You can also run the query on a different application such as dbvisualizer, or in Postman, if you have an existing REST API Integration.