Mi contenido
Comentarios
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hello, Thank you for your feedback. Upon reviewing another article, it states the following: DNS Lookups: If you cannot take advantage of any of the previous options, advanced firewall tools can perform a lookup on the DNS record outboundips.netsuite.com and automatically grant access to requests from NetSuite. For…
-
We would greatly appreciate your valuable insights for our member, @Buckeye1497. Your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, kindly direct them to our "New to NetSuite" category, where they can find useful information and guidance.
-
Hello, Could you confirm if the REST Web Services feature is enabled? Additionally, what permissions have been added to your roles? You are using OAuth 2.0, correct? If so, could you please share a screenshot of your Integration record, ensuring that any confidential information is hidden? Also, based on my review, the…
-
We welcome your expert advice for our member, @User_7IWWI. Your input will be a valuable contribution to their experience. If you are aware of any individuals who are new to NetSuite, kindly direct them to our "New to NetSuite" section. This section is designed to aid newcomers in getting started and feeling welcomed.…
-
We would greatly appreciate your valuable insights for our member, @Elizabeth W.. Your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, kindly direct them to our "New to NetSuite" category, where they can find useful information and guidance.
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Based on my understanding of your concern, to retrieve information from a custom record (Remittance module) linked to the customer record, you can follow this approach in your Suitelet script: Steps to Retrieve Data from the Linked Custom Record Identify the Link Between the Customer and the Custom Record: Ensure there is…
-
Hi, The article mentions IP whitelisting in relation to SFTP. You can refer to "SuiteScript - Troubleshoot SFTP Connections and Errors" for more details. It also states, "For more information about the types of IP addresses you can use with the N/SFTP Module, see 9828 Understanding NetSuite IP Addresses." Additionally, you…
-
Hi, Is this what you're referring to? I already received the file when the email arrived. If this isn't what you meant, please let me know so I can replicate it again. Thank you!
-
Hello, Thank you for your additional investigation. I have also tested this on my end, and after changing the API version, I encountered the same error. After reviewing related issues, I found a few cases marked as defects that seem to align with this scenario. Given this, I would recommend opening a support case so the…
-
Hi, Are you using SuiteCommerce Advanced in your products? Thank you!
-
Hi, Could you please check if this article will resolve your issue, NSC | Resolving Script Upload Error: "missing ; before statement()"
-
Hi, I think, because of this part of the code that sets the Date. Anyone in the community who has this bundle and tried the mentioned workaround in the article. Your insights would be very much appreciated. Thank you!
-
We welcome your expert advice for our member, @Araganti Abbaiah. Your input on their queries will be highly beneficial and appreciated. If you are aware of any individuals who are unfamiliar with NetSuite, kindly direct them to the "New to NetSuite" section. This platform offers comprehensive insights and a supportive…
-
We would greatly appreciate your valuable insights for our member, @User_JW5WW, as your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, please feel free to direct them to our "New to NetSuite" category, where they can find helpful information and guidance.
-
Hi, Have you already fixed this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hello, Has anyone using the SuiteApprovals Bundle tried the script provided in the SuiteAsnwers Article as a workaround? Any insights or feedback you can share would be greatly appreciated.
-
Congratulations, @Amanda Edwards ✨
-
Hello, To verify if the bundle is using the API call, you will need to coordinate with the bundle owner.
-
Hello, If you're referring to Revenue, the following are the only records available or exposed in the REST API: Revenue Recognition Schedule Revenue Recognition Template Billing Revenue Event You can also explore other records accessible via the REST API by checking this link.
-
I successfully added a PDF file to a subfolder. Here's a screenshot of the cabinet for reference Execution Log
-
Hello, Thank you for the clarification. If the bundle originates from NetSuite, it is best practice to update it whenever a new version is available, ensuring you have the latest version, including any Suitelet updates. This has also been confirmed by our Technical Lead. If you encounter any errors within the bundle,…
-
Hi, Were you able to check this? Thank you!
-
We would greatly appreciate your valuable insights for our member, @Ignacio Abella-Oracle. Your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, kindly direct them to our "New to NetSuite" category, where they can find useful information and guidance.
-
Interesting! I created a simple script using the Suitelet type to check if a PDF file could be successfully uploaded to a specific folder in the File Cabinet, and it worked perfectly. Below are the details of the folder and the uploaded file after running the Suitelet. Here's the sample code function onRequest(context) {…