Mi contenido
Comentarios
-
We would greatly appreciate your valuable insights for our member, @User_H3HN2. 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.
-
We would greatly appreciate your valuable insights for our member, @Toni L. 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, Once the support identify the root cause, I would appreciate if you can share your results here in our community.
-
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.…
-
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, 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?
-
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…
-
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. Additionally, I am consulting this 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.…
-
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 you can provide would be highly appreciated.
-
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.
-
Hi, were you able to check this? Thank you!
-
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.
-
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.