Mi contenido
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comentarios
-
Greetings @Martha Hakes, Checking on this, it seems that the only way to update Translations of Custom Fields currently is to set them individually. I found the following related Enhancement Request for this: Enhancement 271772: Ability to update custom field translations via CSV Import You can vote for the Enhancement…
-
Greetings @User_X6OV9, Upon checking, there is no option yet to turn off Email Alerts of Scheduled Workflow Errors in NetSuite and the following related Enhancement Request has been filed for a possibility of future implementation: Enhancement 506098: Workflow > Scheduled Workflow > Ability to have an option to turn off…
-
To round the result of the formula to 2 decimal places, use the toFixed() JavaScript Number Method as shown below:…
-
Greetings @FoxFoxFox, I have split the comments related to your extra question into this separate thread. To remove a column on the printed Saved Search, you can create a Custom Search Print Template without that column and use that template when printing the search. See sample screenshots below: Printing the Search using…
-
Apologies as well for the confusion @Neil Espiritu-Oracle. Upon checking, the only way to set the Advanced Template to use when printing Invoice Groups is to set the template as Preferred in Customization > Forms > Advanced PDF/HTML Templates as shown in the screenshot below: A template can be set to Preferred as well on…
-
Greetings @Neil Espiritu-Oracle, The Invoice Group Custom Form can be only changed on the Invoice Group records themselves after they are created. See sample screenshot below: The form cannot be set from the Group Invoices page. Hopefully this clarifies things. If you find this reply to your question useful, others might…
-
Hi @Toanne Termeer - van de Ven, Did the given solution above help address your requirement? If so, we would greatly appreciate you giving us an update and clicking "Yes" on “Did this answer your question?” for the solution post which will also help us and the other community members track replies that are meaningful. If…
-
Hi @PaulFleetwood, Did the given response above help resolve your concern? If so, we would greatly appreciate you giving us an update and clicking "Yes" on “Did this answer your question?” for the response post which will also help us and the other community members track replies that are meaningful. If not, we would be…
-
Hi @Toanne Termeer - van de Ven, Thank you for providing our requested information. Because the After Field Edit Trigger is a Client Trigger, you would need to use JavaScript and SuiteScript in the Formula for accessing joined fields. Here is the equivalent of your formula in JavaScript and SuiteScript:…
-
Greetings @Toanne Termeer - van de Ven, Can you also share the screenshots of the configurations of the Custom Entity Field on the Customer record and the Workflow with the action(s) that populates that field? Remove/hide any sensitive information. -Jack
-
You're welcome @Dirk Nieuwkamp! Glad that both solutions worked on your end ? -Jack
-
You're welcome @lilywu! Glad I could help ? -Jack
-
Greetings @lilywu, Your requirement can be addressed using a Workflow with Set Field Display Type Action. See screenshots below for a sample Workflow solution setup: Expected Result: Related SuiteAnswers Article: 11525: Set Field Display Type Action Hope this helps. If you find this reply to your question useful, others…
-
Hi @Dirk Nieuwkamp, In case that a field is not available in the From Field section, you can try using Formula instead. Since we are using a Client Trigger (After Field Edit), SuiteScript code must be used. See sample screenshot below: Formula used:…
-
Greetings @Dirk Nieuwkamp, Your requirement can be addressed using a Workflow. See sample screenshots below for a sample Workflow solution: With the Workflow setup above, the Pallet Weight field will be populated automatically upon setting the Packing field with the value of Weight field of the selected item. Related…
-
Greetings @Ancana, I noticed in your screenshots that you're trying to create a Custom Field applied to Project Records in contrast to a Custom Record which you have described in the thread details. If the ones shown in your screenshots are correct, you can create a Custom Location Field filtered to the selected Subsidiary…
-
Greetings @Toanne Termeer - van de Ven, Can you try the following Freemarker code if it works on your end? ${nsformat_rate(item.rate?string('0.00'), record.currencysymbol)} Related SuiteAnswers Article: 26500: Syntax for Advanced Template Fields Hope this helps. If you find this reply to your question useful, others might…
-
Greetings @aisaadaniya, Testing on this, if a Custom Time Approval Workflow is being used, the Custom buttons added by the Add Button action replace the Standard Approve, Reject, and Retract buttons. So, they are removed from the pop-up window for Individual Time Entries in Weekly Timesheets. Also, the Custom buttons do…
-
Greetings @Daniel V, Upon checking, the Est. Extended Cost field is not available in Workflows, so a Workflow solution is not possible. However, since the field is available in the SuiteScript Records Browser, your requirement might be possible using SuiteScript. Let us know if you require assistance with a script that you…
-
Hi @PaulFleetwood, Can you confirm the value of the Payment Event Result field on your end by copying it to a Text field (e.g. Memo) using the Set Field Value Action? See the screenshots below for a sample setup: Then, you can adjust your Workflow Condition accordingly based on the field's value. If the copied value is…
-
Greetings Jakaria @User_RVCP3, Welcome to NS Support Community and thank you for posting your concern here! For new members, we suggest that you visit the NetSuite Support Community - Frequently Asked Questions (FAQs) for more information regarding the community. We also encourage that you update your profile, add a…
-
Greetings @PaulFleetwood, Testing on this, it seems that the correct value of the Payment Event Result field to check for is 'Payment Hold' instead of 'HOLD'. The latter value seems to be an ID Value of the former value that is being returned when checked via SuiteScript. So, the Workflow Condition Custom Formula should be…
-
Greetings @Vernita, To answer your third question, you can calculate the pre-Bill Credit Amount in the Advanced PDF Template using the following formula: Orig. Amt. - Disc. Taken In template code, it is written like this: ${nsformat_currency(apply.total-apply.disc)} Expected Results: Related SuiteAnswers Article: 26500:…
-
Greetings @Daniel V, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our gurus @Joy Noreen Magoling-Oracle, @Dominica Sevilla-Oracle, and @Shamaine Chan-Oracle who might be able to help you out on this one. To others who have any ideas, feel free to share them here. -Jack
-
Hi @Levis Kerzuah, Have you already get started on this? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the solution development. Let us know if you have come across some roadblocks. -Jack
-
Hi @Blue Skies, Do you still need assistance with this concern? We would be glad to assist you further. -Jack
-
Upon checking, displaying the footer only on the last page for Advanced PDF Templates cannot be done currently due to the limitation in the BFO Library used in generating the document. The only workaround available is to insert an additional page for the footer which is described in SuiteAnswers Article 50767. We apologize…
-
Greetings @User_WRTMI, Welcome to NetSuite Support Community. For starters, you may check out the following thread for Frequently Asked Questions:
-
Greetings @CDuf, Thanks for commenting. To other members who have insights on this, feel free to share them here. -Jack
-
Awesome @TM Wendel! Glad I could help you ? -Jack