My Stuff
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!
Comments
-
Hi David @User_K5YSB , Thank you for posting in the community! Please allow some time for the gurus/members to check on this and update for any findings. -Mikko
-
Hi @Fah , Thank you for posting in the community! Our gurus/members will look into it and get back to you with more information. Hi @Dominica Sevilla-Oracle /@Ely Gulen-Oracle , any thoughts on this one?? To everyone, feel free to share your ideas! -Mikko
-
Hi @Jeff Byttow , this error occurs when using different authenticator while using Token Based Headers. See article for reference. We advise you to use only TBA for your authentication if you are currently using TBA. -Mikko
-
Hi Rick @Rick M H , thank you for posting again in the community! Our gurus/members will look into it and get back with more information. To everyone, feel free to comment your thoughts. -Mikko
-
Thank you for joining with me into today's session! Hope you had a wonderful time! Special thanks to @Micah Timbol-Oracle , @John Griffin and @Melissa H for sending questions during the live session! We are now closing. See you on the next #AskAGuruLive! Follow AskAGuruLive for more updates. Feel free to post your…
-
@John Griffin , you can export in XML format using N/file module, then use the XMLDOC format. I hope this helps. -Mikko
-
TIP # 3 Subrecord How to know if the record is a subrecord? You can identify if the record is a subrecord or not by looking on the UI or in the Records Browser. Under the internal ID of a Record in the Record Browser, it is indicated that the record is either subrecord or not. You can check the field type of a field in the…
-
Hi @John Griffin, I believe that those information can be extracted to XML format but let me check it for you for clarification. But for the automatically print on network printer, this could be done on a third party program that can access your printer. There is no native function in NetSuite to do it automatically. -Mikko
-
TIP # 2 Custom Button Did you know that you can add a custom button without actually coding or using a workflow to add the button? Please note that this is for Client Script and works on Edit mode. Check the deployed Client Script in your account by navigating to Customization -> Scripting -> Scripts. Choose the script you…
-
They both function almost the same, it just that what is most comfortable for the developer to use. In terms of performance, there are a lot of factors to consider for both scripting/workflow. -Mikko
-
Hi @Melissa H , in my personal opinion, I do suggest scripting most of the time as I have knowledge in coding and I find it easier to code than do workflows for better time management. E.g in scripting, you just have to code and save while in workflows you have to edit/update/add/save/etc for the fields. -Mikko
-
TIP # 1 Address Form Script Did you know that you can attach a script in the Address Form/Subrecord? You can do so by navigating to Customization -> Forms -> Address Forms. Then, customize the standard address form or edit a custom address form(if you already have). On the Address Form, click Custom Code subtab and add the…
-
Hi @Micah Timbol-Oracle , thank you for the question! If I were a NS Script, I would be a Client Script. Since I am a person that is inclined to safety. I would like to check first if the things I do are safe or not just like Client Scripts, most of the time, they are used as validators to properly check the process before…
-
Hi @User_G9NIK , Welcome to NS Community and thank you for posting! Our gurus/members will look into your concern and get back with more information. Hi @Michelle Jabanes-Oracle , any thoughts for this one? ? To everyone, feel free to share your insights! -Mikko
-
Hi @Mathias_Netsuite , have you tried the browser debugger? -Mikko
-
That is correct, the script/wf will not trigger unless the Expense Report preference is enabled to show the Status Field. Most of the things that will be affected when enabling the Expense Report preference are listed in this article. If you do have a Sandbox/test environment, you could try to enable the Expense Report…
-
Hi @Eklon Eleuterio , you can still use both approval routing and custom workflow at the same time for different scenario. However, in some cases(like this one), when enabling approval routing some fields change or hidden thus working on the custom workflow to manage the field hidden/change would not work. Could you…
-
Hi @iecpradeep_14007 , have you found the answer you are looking? -Mikko
-
Hi @Mathias_Netsuite , what do you intend to do on the result function? To debug on client script, you may use Browser Debuggers instead of log.debug. To check for more information, see this article. -Mikko
-
If you tested using the same values, user, and records affected via CSV Import on UI and script and mostly intermittent on script side. It is best to submit a case to support team so they could further check on the account for potential defect. -Mikko
-
For clarification, is the Overwrite Sublists enabled or disabled on csv import? What role used in the UI when the csv import was success? Are you adding/updating on the csv import? Have you tried recreating the script to SS 2.0? If not, please try to make it to isolate if this is version specific error. -Mikko
-
You could check if the script includes load/submit record or submit fields. If this is the case, it might fall under Inline Editing in Workflows. You may also check General Workflow Issues for some scenarios that might be related on your concern. -Mikko
-
Hi @PaulFleetwood , are you aware of any changes recently in the setup/config on your account? Have you compare the ones failing vs the ones succeeding on the import? -Mikko
-
Hey Rick @Rick M H , good to see you again and thank you for posting! Hi @Dominica Sevilla-Oracle /@Ely Gulen-Oracle , any thoughts to share? ? To everyone, feel free to comment your insights. -Mikko
-
Hi @Sutha G , Would it be possible to provide the suitelet/map reduce scripts? There might be conflict on these scripts that disable the trigger on the condition for the workflow. -Mikko
-
This is a standard behavior for Store Value. Would creating another Custom Field to store the same value with different Field Option(uncheck/checked Store Value) be feasible on your end? -Mikko
-
For things like this, you can add list tag. There is no direct way to convert the text area to rich text the way you wanted. However, you can manipulate string using available javascript/html syntaxes that fits your requirements. -Mikko
-
Hi @Mathias_Netsuite , a couple of things I would like to ask: Are there other scripts/workflows aside from UE involve? On what part of the script you check for the criteria? Could you clarify if the "Store" is the same as the "Store Value" on the custom fields? -Mikko
-
Thank you for sharing your thoughts, @SteveBarrettUK ! Hi @nag_m , another option is to try what Steve suggested. -Mikko
-
I only considered 10 instructions on the first Custom Field for my testing, the code could be modified based on your business requirement. Disclaimer The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Oracle + NetSuite Inc. does not…