My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Perfect, glad that works. Happy to help!
-
Hi @User_JNRWJ From what I know, Administrator role should be 2FA enabled by default but I'm not sure why that is the case. Hopefully with that setting it should now let you setup 2FA (if you haven't) and login up to 3 devices simultaneously.
-
Hi @User_JNRWJ You can try by navigating to Setup > User/Roles > Two-Factor Authentication Roles. This is what the view would look like.
-
Hi @User_ZA0IY What I know is that on checkout, after placing an order it creates a Sales order > Stores Payment info (token/payment event). The question being is why there is a validation related to Customer Deposit, but no record created for it? I think that ACH payments in SuiteCommerce use the same validation logic as…
-
Hi @User_JNRWJ Have you checked if all the roles assigned to your account are 2FA enabled? You can check by navigating to Setup > User/Roles > Two-Factor Authentication Roles. If any of your assigned roles in your account is not set to 2FA authentication required, the multi-feature session will not work. [info callout] As…
-
Hi @Shubham_Singh Were you able to review my last comment? Let me know if you have further questions. https://community.oracle.com/netsuite/english/discussion/comment/16912152#Comment_16912152 Thank you!
-
Hi @Shubham_Singh Once you delete the Theme from the list of SC ExtMech Extensions List, it won't appear in the Extension Manager Activation page. If needed, you would need to deploy the theme again to have it show in the list. Just to confirm - you had a copy of Theme X, overrode it with Theme Y, and then reverted it by…
-
Hi @User_JNRWJ The Multiple Sessions for 2FA-protected Users allow users with 2FA-protected roles can keep up to three active NetSuite sessions simultaneously. From 2026.1 Release Notes Multiple Sessions per User Requires 2FA In NetSuite 2025.2, every NetSuite user was able to maintain three NetSuite sessions…
-
Hi @Lyssa Thank you for creating this thread! To everyone, let's help and offer our support, expertise, and knowledge to our fellow community members. Your participation and contribution are greatly appreciated. -- In case you know someone, who is new to NetSuite, we encourage you to direct them to our newly launched "New…
-
Hi @Shubham_Singh Saw that @User_ZA0IY already answered your question and she is correct. Thanks for providing your input, @User_ZA0IY! https://community.oracle.com/netsuite/english/discussion/comment/16912098#Comment_16912098 Same with her answer but with screenshots: If I deploy a theme but do not activate it, how can I…
-
Hi @User_ZA0IY Possible reason for that error is that you have a mandatory field that is not being populated when submitting the order. Example would be when creating a Customer Deposit upon placing the order, and a mandatory field Location is not being populated and that can lead to having an error. It would be best that…
-
Hi @User_I523R Thank you for creating this thread! To everyone, let's help and offer our support, expertise, and knowledge to our fellow community members. Your participation and contribution are greatly appreciated. -- In case you know someone, who is new to NetSuite, we encourage you to direct them to our newly launched…
-
Hi @Kellyann Thank you for creating this thread! To everyone, let's help and offer our support, expertise, and knowledge to our fellow community members. Your participation and contribution are greatly appreciated. -- In case you know someone, who is new to NetSuite, we encourage you to direct them to our newly launched…
-
Hi @Venkata Krishna Indeti That's great! Could you share the solution to the problem? That would help other members who may encounter same problem in the future. If one of my comments help with solving the problem, kindly click on "Yes" beside Did this answer the question? Thank you!
-
Hi @Ray_Wac Thank you for creating this thread! To everyone, let's help and offer our support, expertise, and knowledge to our fellow community members. Your participation and contribution are greatly appreciated. -- In case you know someone, who is new to NetSuite, we encourage you to direct them to our newly launched…
-
Hi @David Achkar Thank you for creating this thread! Please provide more information about your question so that our Gurus and members can better assist you. You can edit this thread or add a comment with the details. Thank you! -- In case you know someone, who is new to NetSuite, we encourage you to direct them to our…
-
Hi @Venkata Krishna Indeti Were you able to review my last comment? Let me know if you have further questions. https://community.oracle.com/netsuite/english/discussion/comment/16911783#Comment_16911783 Thank you!
-
Hi @User_VA1UE Thank you for creating this thread! Please provide more information about your question so that our Gurus and members can better assist you. You can edit this thread or add a comment with the details. Thank you! -- In case you know someone, who is new to NetSuite, we encourage you to direct them to our newly…
-
Hi @Venkata Krishna Indeti It seems you have a registerHelper in your javascript code for #ifEquals. I found similar usage of that in StackOverflow: Handlebarsjs check if a string is equal to a value. Try to debug by backing up the html code highlighted below and remove it, then display the value of icon in Console of your…
-
Hi @Venkata Krishna Indeti Were you able to review my last comment? Let me know if you have questions. https://community.oracle.com/netsuite/english/discussion/comment/16911746#Comment_16911746 Thank you
-
Hi @Venkata Krishna Indeti Have you tried fetching the Theme with ThemeDevelopmentTools-25.1.0 and run it locally? This is to check if there is an issue with the theme footer.tpl itself at line 24 at character 23. Kindly provide a screenshot of the footer.tpl or the attach the file here. Thank you
-
Hi @User_U9TEK Were you able to review my last comment? Let me know if you have any questions. https://community.oracle.com/netsuite/english/discussion/comment/16911521#Comment_16911521 Thank you
-
Hi @User_U9TEK I tried looking for any documentation on this, but I found none. This could potentially be an enhancement. To get a better answer, it would be best that you file a support ticket so that support can have this coordinated internally. If they deem it as enhancement, then they would file enhancement for this.…
-
Hi @Shubham_Singh Were you able to review my last comment? Let me know if you have further question. https://community.oracle.com/netsuite/english/discussion/comment/16911301#Comment_16911301 Thank you!
-
Hi @Shubham_Singh Were you able to review my last comment? Let me know if you have further question. https://community.oracle.com/netsuite/english/discussion/comment/16911304#Comment_16911304 Thank you!
-
Hi @bobrementizo Glad you were able to deploy! You can try by downloading the previous backups and compare the contents of the files which you made changes to under Modules/suitecommerce. Another would be using Git for version control and lastly, which is by creating a copy of the whole working SCA project folder to be…
-
Hi @bobrementizo You have a permission error for your .nstba file. That file contains the access tokens which you are using to deploy. Please do run sudo chmod 777 /Users/bobrementizo/.nstba and that should fix it.
-
Hi @bobrementizo It seems we’re back to square one, it’s the same error from your message on March 10, 2026. The solution is to use Node 10 or higher, but this then leads to another issue with node-sass. I'm not certain if it would work but, could you try using node-sass@4.12.0 on your end? This is the node-sass version…
-
Hi @bobrementizo I noticed that you’re using macOS 😄. I’m not yet familiar with or have tested this on a macOS machine. It appears that my files may not be compatible with your system, as indicated by the error message. What I want you to try is to rename the node_modules folder then Use NODE v8.17.0 and NPM 6.13.4 Run npm…
-
Hi @Shubham_Singh Please find these SuiteAnswers regarding ACH Payments for SuiteCommerce. 101106 Web Store User Experience for ACH Payments - This shows which areas of SuiteCommerce the ACH payment would be applied. 101104 ACH Payments on Commerce Web Stores 101105 Prerequisites for ACH Payments on Web Stores 101108 Set…