My Stuff
Comments
-
Greetings @User_LC0UA, Upon checking the available NetSuite resources and documentation, it seems that there is no information available regarding integration between SDF and Azure DevOps. With that said, please be informed that we would be able only to help with inquiries and concerns about the NetSuite side of things,…
-
Hi @asha.jena, Upon checking, unfortunately, the ability to reference the CSV Response file and include it in the Status Notification Email is not available in SuiteScript 2.x, and you may need to use the SuiteScript 1.0 APIs to be able to do it. The following related Enhancement Request has been filed for the possibility…
-
Hi @User_DATN1, See our responses below to your follow-up questions: However, which part of the codes is controlling the alignment of the Logo? I would like the logo to be slightly left aligned in line with the customer billing address. The logo should be normally aligned with the Company Name and Customer Billing address…
-
You're very welcome @Sue Campau! Glad we could help 😃 -Jack
-
Greetings @asha.jena, The answer ChatGPT generated that was shared by M.Lisa is close to the potential solution to your concern. But before we go through the solution we come up with, let me explain why CSV Import Tasks submitted through a Scheduled Script seem to not send status emails for educational purposes. Normally,…
-
Thanks for clarifying @User_DATN1. We thought that the multiple pages for the statement for each currency were still an issue since you brought up that the output should be similar to when you were using the Standard Statement Template. To also provide clarification in our suggestion to "vote" for an enhancement request,…
-
Greetings @Erleen, Thank you for posting a new inquiry here in NetSuite Support Community. We will look into this and will get back to you with an update. To other members who have any ideas, feel free to share them here. -Jack
-
Glad to hear it worked on your end @aisaadaniya! It seems NetSuite is kinda finicky with data formats 😅 By the way, we would greatly appreciate you clicking the "Yes" button for “Did this answer the question?” on our response post that helped resolve this one which will also help us and the other community members track…
-
No worries and thanks for the update @aisaadaniya. Now, can you try formatting the returned value of the Math.round function using the format method of the n/format module with the type parameter set to INTEGER? For more information, see the following SuiteAnswers Articles: 44521: N/format Module 44524:…
-
Hi @User_DATN1, Were you able to check our suggestions in the response above? -Jack
-
Greetings @Sue Campau, Restricting the addition of buttons to the form by the Approval Workflow based on the User Role is possible. To do so, add a Condition on the appropriate Add Button action(s) that checks the role of the current user. See the sample screenshots below: Related SuiteAnswers Article: 40582: Workflow…
-
Hi @Edwards_05, Upon checking, the Customer Part Number solution provided in NetSuite's Supply Chain Management SuiteApp already utilizes Custom Records in the form of Customer Part Number records. The custom record appears to be locked in the bundle and cannot be modified. See the screenshot below: With that said, the…
-
Greetings @User_LUL5V, The solution in the thread you linked only suggests that you add a Transition from the Initial State to the Approved State with a certain Condition set, and not modify the Set Field Value action for the Created By Workflow field. See the screenshots below on how to implement the solution properly in…
-
Hi @HenryPhillips, Have you already gotten started on this? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the script development. Let us know if you have come across some roadblocks. -Jack
-
Hi @User_DATN1, Since the Standard Statement differs in the way it is printed from the Standard Multi-Currency Statement, the only thing we can do is limit the Statement Currency pages that will be printed. For example, to print the page for the US Dollar Currency only, add the following highlighted part in your template…
-
Greetings @User_JJC0O, I can also confirm that the formula provided by M. Lisa does the trick. See the screenshots below: So, feel free to click the "Yes" button on “Did this answer the question”, for M. Lisa's answer if the formula also works for you. By doing this, you’ll be able to help the community find the solution…
-
Thanks for providing the requested information @Preethi Kondur. We will investigate first how the original Workflow behaves, then get back to you once we have an update or additional questions. -Jack
-
That is correct @jtwitty. There is no separate template for Item Receipts since it uses the preferred Item Label template. By the way, we would greatly appreciate you clicking the "Yes" button for “Did this answer the question?” on the replies here that helped you which will also help us and the other community members…
-
Greetings @Preethi Kondur, We would like to request the following additional information to assist you better: 1. Is the original workflow a part of a Bundle/SuiteApp? If so, please specify the Bundle/SuiteApp Name and ID. 2. If the original workflow is part of a Bundle/SuiteApp, is it also locked and cannot be modified…
-
Thanks for informing us that you are already using the newly released version of the REST API Browser, @User_D0PUR. Checking on it, you are correct that the nonInventoryResaleItem record is not a Beta Record anymore and has been made Generally Available. However, the Tax Schedule field is still not available in the…
-
Hi @User_ZCWF3, Have you already gotten started on this? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the script development. Let us know if you have come across some roadblocks. -Jack
-
Greetings @HenryPhillips, Since Bins are being set on the Inventory Detail Subrecord and Workflows currently cannot access subrecords, only SuiteScript is capable of addressing your requirement. Please be informed that the scope of our support here in the NetSuite Support Community does not include creating and…
-
Greetings @User_D0PUR, Apparently, the nonInventoryResaleItem record is a Beta Record which is still under development and is subject to change. See the warning section on SuiteAnswers Article 89313. Also, the Tax Schedule field is not listed in the REST API Browser and the Metadata Catalog for the record in question. So,…
-
Greetings @Brian D-Oracle, Upon checking, the ability to email Saved Search Results via Workflow is currently a limitation, and the following related Enhancement Request has been filed for the possibility of future implementation: Enhancement 265404: SuiteFlow: Ability to attach a Saved Search result in CSV format in Send…
-
@jtwitty, whichever Item Label Template is set as Preferred will be used when printing Item Receipts. There are two ways to set a template as Preferred, which are as follows: 1. Set in the Advanced Templates List. See the sample screenshot below: 2. Set in the Template Setup screen of a Custom Template. See the sample…
-
Thanks for letting us know @Paul Salkeld. Glad to hear that NS Customer Support has been able to help you resolve the concern. -Jack
-
Hi @User_E5P4R, Did our response above help you make the suggested template code work on your end? If you need further assistance, please let us know. -Jack
-
Hi @Edwards_05, I am looking into your inquiry currently. I will get back to you once I have an update. -Jack
-
Greetings @User_ZCWF3, It seems that SuiteAnswers Article 101218 pertains to doing the other way around from your goal here which is to populate the Actual Delivery Date in Inbound Shipment sourcing from the Item Receipt Date. That's why it didn't work. With that said, I tested on my end if it is possible via native Custom…
-
Greetings @Paul Salkeld, To confirm, do you only need to hide the field when the form is loaded, or should the field be hidden/shown accordingly in real-time, reacting to the value setting of the Lead Source field during form interaction in Edit mode? -Jack