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
-
Hi @Imzy_code, Thank you so much for providing this. Unfortunately, we cannot reproduce your concern via our test-drive due to your concerns' configuration. We recommend, to create your case in NetSuite support to further investigate your concern. Support will be able to further check the duplicate of your account via the…
-
Hi @brocha, Good day! 😊 If the previously existing Invoices uses the same Advanced PDF Template and Custom Invoice Form, it will retroactively update the old Invoices. (Assuming custcol2 has values in the Invoice record). I hope this helps! We would greatly appreciate if you can click "Yes" on “Did this answer your…
-
Hi @Vernita, Good day! 😊 We're still testing this on our end to confirm if this is possible. I'll update you once were done. Thanks!
-
Hi @User_YMWNR, Good day! 😊 I would like to confirm if there were any missing screenshots in your question? If not, would be able to expound more on the question of "How do I include this in the condition?" Thanks!
-
Hi @Tigran Shahnazaryan, thank you so much for providing this! 😊 Hi @Dext3r, Good day! Upon checking, Tigran is correct, -4 is the internal id of -System-. Which means if {user.id] !=-4 is added to the condition of the workflow, it should allow the System to skip the Lock record action. Let us know if this works. Thanks! 😊…
-
Hi @User_RWSI5, Unfortunately, we cannot reproduce your concern via our test-drive due to your concerns' configuration. We recommend, to create your case in NetSuite support to further investigate your concern. Support will be able to further check the duplicate of your account via the secured QA environment with the…
-
Hi @User_E15G4, Let us know if the information provided in my previous comment was helpful. 😊 We would greatly appreciate if you can click "Yes" on “Did this answer your question?” on the previous comment. This will also help other community members who might have the same concern find the answer easier. Hope you have a…
-
Hi @Elizabeth Vance, Let us know if the information provided in by Mauricio was helpful. 😊 We would greatly appreciate if you can click "Yes" on “Did this answer your question?” on the previous comment. This will also help other community members who might have the same concern find the answer easier. Hope you have a great…
-
Hi @CDuf, Let us know if the information provided in my previous comment was helpful. 😊 We would greatly appreciate if you can click "Yes" on “Did this answer your question?” on the previous comment. This will also help other community members who might have the same concern find the answer easier. Hope you have a great…
-
Hi @brocha, Good day! Thanks for letting us know that it worked! Looking forward to your response once your Operations Manager has finished testing this. 😊
-
Hi @Imzy_code, Good day! 😊 Would you be able to send screenshots of the Approval Workflow you're working on? Thanks!
-
Hi @CDuf, Good day! 😊 I would like to ask if you're the owner of the scheduled workflow? If yes, it should send an email whenever an error occurs during the processing of the workflow. You can find more details about this under SuiteAnswers 36736: Error Handling for Scheduled Workflows I hope this helps! 😊…
-
Thanks, @Mauricio Solís! 😊 Hi @User_E15G4! Welcome to NetSuite Support Community! 😊 Upon checking, Mauricio is correct. However, if you don't have the Created By field yet we can create a Custom Workflow field for this. Please see the steps below: On the workflow you've created, click on the Pencil Icon On the bottom of…
-
Hi @Mauricio Solís, Thank you so much for providing your insights on this! Hi @Elizabeth Vance, Good day! Upon checking, the answer provided by Mauricio is correct. Please do let us know if this works on your end. Thanks! ============================== If you find Mauricio's reply to your question as helpful, others with…
-
Hello @MatB, Hope you are well. I would just like to follow up on this concern. Can you confirm if the provided information helped you? Do you have some additional questions regarding this? By marking Yes on the "Did this answer the question?" question, it will tagged this as Accepted Answer. With this, it will also help…
-
Hi @User_JPTT1, Good day! 😊 I believe we can re-create something similar to User Notes via Custom Records. Please see the steps below: Let's navigate to Customization > Lists, Records, & Fields > Record Types > New Enter the fields below: Name: <Enter your label here> (In this case I used NSC Test User Notes) Click on Save…
-
Thanks, @Pedro Alegria-Oracle! ☺️ Hi @User_RWSI5, Have you tried using ${item.item.displayname} instead of ${item.displayname}? My apologies, I've just noticed that the code is ${item.displayname}. Which means, it's only trying to source the fields on the Item sublist itself. Since the Display Name field is found on the…
-
Hi @User_E15G4, Thank you for sharing your workaround. Glad you were able to solve this! ☺️
-
Hi @CDuf, Good day! 😊 Upon checking, there is no hard limit on how many records a Scheduled workflow will run. The workflow will continue to run regardless of the count of records unless any error or database issue occurred while the workflow is running. Unfortunately, we cannot reproduce your concern via our test-drive…
-
Hi @Chandanesh, Let us know if the information provided in my previous comment was helpful. 😊 We would greatly appreciate if you can click "Yes" on “Did this answer your question?” on the previous comment. This will also help other community members who might have the same concern find the answer easier. Hope you have a…
-
Hi @Kei inoue-mizu, Let us know if the information provided in my previous comment was helpful. 😊 We would greatly appreciate if you can click "Yes" on “Did this answer your question?” on the previous comment. This will also help other community members who might have the same concern find the answer easier. Hope you have…
-
Hi @Vernita, Thank you so much for posting this question! ☺️ Hello, everyone! We warmly invite you to join the conversation and share your valuable insights with us. "--In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically…
-
Greetings, everyone! We have a fellow member, @Vernita, who could use our assistance. Please don't hesitate to share your knowledge and best practices to help them out. Your input is highly valued and appreciated!
-
Hi @Frederick Mc, Welcome to NetSuite Support Community! 😊 Hello, everyone! We warmly invite you to join the conversation and share your valuable insights with us.
-
Hi @Dext3r, Good day! 😊 Upon further checking on this, I was able to find out that it's using Numeric values for the field. For example, I've tried entering 1 on the Text field and it executed with the value of lb: So in this case, if you want the Workflow to set the field to kg, you'll have to set it to 3. I hope this…
-
Hi @Tigran Shahnazaryan, thank you so much for sharing your insights! 😊 Hi @MatB, Welcome to NetSuite Support Community! 😊 Tigran is correct. You can use Advanced PDF/HTML for Customer Statements. With that said, we can create a new Advanced PDF form for Statements by navigating to Customization > Forms > Advanced PDF/HTML…
-
Hi @Pedro Alegria-Oracle, thank you so much for sharing your insights on this! 😊 Hi @User_RWSI5, Good day! Pedro is correct, the {item.displayname} is originating from the Display Name/Code field in the NetSuite UI. With that said, would you kindly check on your end if this field is populated? Thanks! ☺️…
-
Hi @Kei inoue-mizu, Good day! Please see the following below: Workflows: As for workflows, there are no required programming skills here as there are no codes included in this. (Unless you opted to create custom actions via script) Though it's also worth noting would be a big help if they are knowledgeable in any…
-
Hi @User_E15G4, Hope you are well. I would just like to follow up on this concern. Thanks! 😊
-
Greetings, everyone! We have a fellow member, @dle_35705, who could use our assistance. Please don't hesitate to share your knowledge and best practices to help them out. Your input is highly valued and appreciated! ========================= "In the meantime, you might be interested in participating in our Question of the…