My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Hello, The Supply Chain Management team has indicated that it's not just the "shipped" status that needs verification, contrary to what was initially thought. Thank you!
-
Hi, Restricting user login, particularly in SuiteScript, is not currently feasible. However, it's worth noting that there are already enhancement requests in place to address this issue. 144524 SuiteScript - Provide the ability to have a start-up server script that is invoked every time a user logs in You can vote for this…
-
Hola @User_16YSZ , Estamos encantados de tenerle con nosotros hoy. Gracias por crear este hilo. Por favor, permita que nuestros gurús revisen su preocupación y realicen su investigación inicial. Nos pondremos en contacto de nuevo si tenemos novedades al respecto. Para nuestros otros miembros, siéntanse libres de compartir…
-
Thank you. I need this information to verify whether there is any relevant documentation available for the error they encountered. Kindly provide also the SOAP request to check.
-
Thank you for providing this. Could you please share the complete error that the customer encountered in the SOAP response?
-
You can send it both for us to check the differences but would like to confirm that the request is successfully executed in Sandbox but not in Production?
-
Hello, Could you kindly share the SOAP XML request and response with us? We, in support need this information for replication. Thank you!
-
Thank you for sharing this information!
-
Hi, According to Records Catalog, To be able to show the full details of the mainAddress, you need to have a join table. Here's the sample query and output { "q": "select * from SubsidiaryMainAddress,Subsidiary where SubsidiaryMainAddress.nkey = Subsidiary.mainaddress" } With this, you need to use the join table to…
-
Hi, Were you able to check the previous reply? Let us know if you need further assistance. Thank you!
-
Hi. Have you create a support case to further check your concern? Let us know if you need assistance with case filing.
-
Hello, everyone! We ask you to help our member @User_JPTT1 with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hi, It's great that the issue has been resolved. Please let us know if you need further assistance. Thank you!
-
Hi, Have you already resolved the issue? Let us know if you need further assistance. Thank you!
-
Hi, Let us know the result of your plan. Thank you and happy Friday!
-
Hi, If you are utilizing a custom role for SOAP WS access, please review these permissions to ensure they are correctly configured. Thank you!
-
Hi, This means that the error is coming from the, var stpfupload= sftpConnection.upload({ directory: location, file: fileObj, replaceExisting: true }); With this, kindly further check and investigate the sourced information within the specific values of each parameters, or have you coordinated this issue to the SuiteScript…
-
Hi, According to SuiteAnswer Article, 82332 Setting Up Copy to Account, Copy to Account is available to users with the Administrator role only. For more information, see NetSuite Account Administration. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi Were you bale to check the previous reply? Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hello, everyone! We ask you to help our member @JPrice with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Thank you for sharing this information!
-
Hi @nathanatwesspur , For more information about SuiteCommerece Advanced Product Area, follow the New to NetSuite > SuiteCommerce, Mobile, and Retail to be notified whenever a new article is posted.
-
Could you please change again to this one and check the execution log if it will print out the "SFTP start upload" and the value of the "SFTP" after the connection.upload. log.debug("SFTP start upload") var stpfupload= sftpConnection.upload({ directory: location, file: fileObj, replaceExisting: true });…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Thank you for sharing the resolution!
-
Hi, It appears that the error you've encountered is in line 25 of this code. Have you considered commenting out the try-catch block and solely using the log.debug instead? from here try { sftpConnection.upload({ directory: location, file: fileObj, replaceExisting: true }); } catch (e){ log.debug("Error on try", e) } to…