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, Are you referring to XML in the context of using SuiteTalk SOAP Web Services? If that's the case, here's the SOAP Schema Browser, which you can use to verify the different records you want to reference. Note. if the link routing you to the Schema Browser (2024_1 version), here's the alternative link (2023_2 version).
-
Hi, Have you considered creating a support case so they can easily review your situation during a meeting? This concern might be specific to your case, and I couldn't find any related documentation or similar issues.
-
Hi, Could we review the execution logs to check for any errors? Additionally, can you confirm if the issue occurs when entering lot numbers in the NetSuite UI?
-
Hi, If you're looking to fill multiple values in a sublist using SuiteScript, you'll need to utilize a script logic that involves iterating through each item, such as a for loop. SuiteScript, by design, doesn't offer the ability to simultaneously populate multiple fields with a single command like setCurrentSublistValue.…
-
https://community.oracle.com/netsuite/english/discussion/comment/16870027#Comment_16870027 Hi, were you able to check this? Once the support identify the root cause, I would appreciate if you can share your results here in our community.
-
https://community.oracle.com/netsuite/english/discussion/comment/16870014#Comment_16870014 Hi, were you able to check this? Thank you!
-
Hi, After further consultation with one of our engineers, it has been confirmed that the "WITH RECURSIVE" clause is not compliant with Oracle DB syntax. The team is currently looking into following example, however keyword "parent" seems not to be supported by the SuiteQL pipeline. They are working to identify the exact…
-
Hi, Thank you for sharing this information. I would love to assist you further, but unfortunately, I was unable to replicate the issue using my own account. Given the situation, I recommend reaching out to NetSuite Customer Support, as they have the specialized tools and resources needed to investigate and resolve these…
-
Hi, Are you allowed to undeploy and redeploy the script that has an issue? If so, could you please do that and check the outcome?
-
https://community.oracle.com/netsuite/english/discussion/comment/16869872#Comment_16869872 Hi, were you able to check this? Once the support identify the root cause, I would appreciate if you can share your results here in our community.
-
Hi, Upon checking best practices, When calling a Suitelet using its external URL, properly escape the parameter values to avoid cross-site scripting injections, for example, by converting the appropriate characters to HTML entities. For access or redirection from another script to a Suitelet, the best practice is to…
-
https://community.oracle.com/netsuite/english/discussion/comment/16869782#Comment_16869782 Hi, were you able to check this? Thank you!
-
After coordinating, here's a straightforward example of a recursive query that you can review: WITH cte (n) AS ( SELECT 1 UNION ALL SELECT n + 1 FROM cte WHERE n < 5 ) SELECT * FROM cte; Alternatively, you can refer to this external site for more information on recursive queries.…
-
Seeking your valuable knowledge for our member @Aruna Madabhushi. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Once the support identify the root cause, I would appreciate if you can share your results here in our community. Thank you!
-
Hi, Apologies for the delayed response. I had to coordinate with our technical leads since I couldn't reproduce the issue on my end. Could you confirm if this is coming from the bundle and whether it is locked? According to the SuiteAnswers article, SuiteScripts: Locking script records does not lock the script deployments.…
-
https://community.oracle.com/netsuite/english/discussion/comment/16805593#Comment_16805593 Hi, according to Mikko, this should be possible for customization and needs developer to properly assist this. Anyone from the community who might had the same need and happen to know of an alternate solution to this? Any insights…
-
https://community.oracle.com/netsuite/english/discussion/comment/16869641#Comment_16869641 Hi, were you able to check this? Thanks!
-
Hi, You'll need to review each one individually. This has been confirmed because one of the concerns from the Community requires checking the Ext JS keywords.
-
https://community.oracle.com/netsuite/english/discussion/comment/16869614#Comment_16869614 Hi, were you able to check this? Thank you!
-
https://community.oracle.com/netsuite/english/discussion/comment/16869531#Comment_16869531 Hi, were you able to check this? Thank you!
-
Hi, For additional checking on your concern, could you please check this your concern will be aligned to the these enhancement requests, 166502 Custom Record Type: Customize form > To have printing fields tab to show or hide some fields from print out 215269 Transactions>Print Icon Drop down List>: In view mode, have…
-
Seeking your valuable knowledge for our member @User_4XHXA. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
https://community.oracle.com/netsuite/english/discussion/comment/16869527#Comment_16869527 Hi, were you able to check this? Thank you!
-
Hi, Thank you for additional information. Are you receiving, 500 Internal Server Error? I would suggest to contact again the customer support as they need to check the backend logs as well as they have tools to investigate this kind of issue. Let me know if you have contacted again. Thank you!
-
Could you kindly share the query you're using for further review? Also, could we confirm which record you'd like to use for this? Thank you!
-
Hi, Are you using Administrator account or not? If not, role permission might be the possible cause.
-
https://community.oracle.com/netsuite/english/discussion/comment/16824661#Comment_16824661 Hello, regarding the multiple enhancement requests, they are still categorized as requests and have not been implemented yet.
-
Upon checking the status code, the error means The options.headers parameter is in an invalid format or contains an invalid header. Kindly check and verify it.
-
Have you encountered any errors when the script stops? Could you please check the logs?