Minha área
Comentários
-
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.
-
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?
-
Hello, have you considered addressing this concern through a Support Case? The account upgrade could potentially be the root cause of your concern.
-
Seeking your valuable knowledge for our member @bback. 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, When I tried to add ,tbl, I received the same error. Based on this, I can confirm that the ,tbl causes an error in that part of the query. Error occurs: