My Stuff
Please note that on Friday, September 19, 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.
Comments
-
Thank you for sharing what permission you have added to solve the concern. This will surely help others whoever encounter the same situation. -Mikko
-
Hi @nag_m , You may check this article for the format of UTC in SOAP Web Service. Let us know if this answers your concern. -Mikko
-
Hi @Benjamin Paul - USA , the WO Record and item sublist is scriptable. However In this case, it is unlikely to be doable via scripting as well as this is the standard behavior of the system. -Mikko
-
I understand the frustration you are feeling. Best thing to do as of the moment is to submit an enhancement request for this concern. If you ever feel like submitting a request, I would advise include all details in the request. -Mikko
-
You are correct that the "Used in Build" line field is not included in the Record Browser. Additionally, the Components Subtab in Work Order Issue Record is by design not customizable as well. -Mikko
-
Thank you for clarifying. You can check this article for the available attributes that can be included when working with custom fields. However, I do not see any apply to form attributes. Other thing I can think of is to make use of the transaction forms attribute and make the custom fields visibility to false. See…
-
Hi @Nivz-Oracle NetSuite-Oracle , You may check this article on how to specify which record the custom field applies to. -Mikko
-
Just to clarify, you are experiencing the logo concern on the exported file or on the Reports page in NetSuite itself? For the logo that appears on the Reports Pages on NeSuite, you may adjust the size on the image itself before uploading in the logo's folder(Setup -> Company -> General Preferences -> Company Logo Folder).…
-
If all permissions in this article is added on the custom role and even if Administrator role encountered the issue, could you please try to clear browser cache and cookies. You may also try different internet browser when using NetSuite. Kindly let us know if this help with the situation. -Mikko
-
Hi @KNason76 , WO Issue is scriptable. However, there are prerequisites and limitations with regard to scripting. You may check the article for more information. -Mikko
-
Hi @Levray_amelie , do you receive any errors? Could you please try to query the 2 select query separately before joining and see if it returns any results. -Mikko
-
Can you try to change the resolution of the file/image uploaded for the logo? -Mikko
-
Hi @Manuel Dambo , Thank you for posting again in the community! Our gurus/members will look into your concern and get back with more information. Please note that this is a public post and we do not advise you to share screenshots with confidential information. If you would like to share screenshots, you may exclude/blur…
-
Hi @User_WHHTC , Could you please try to remove the '{{}}' in the beginning and on the end of your syntax and let us know if this works on your end. -Mikko
-
Did we answer your concern, @Michael Shparber ? -Mikko
-
If this is not possible natively via UI. It is also not advisable to use scripting to create such function to disregard standard behavior. -Mikko
-
For some cases, it is correct that there are permissions lacking on the custom role used that is why the error is appearing. Have you check if you are using the same user/role when encountering the error vs when it does not occur? -Mikko
-
Hi @Manuel Dambo , Thank you for posting in the community again! Our gurus/members will look into your concern and get back with more information. Hi @Michelle Jabanes-Oracle /@James Virtudazo-Oracle , any idea for this topic? ? To everyone, feel free to share your insights. -Mikko
-
Have you managed to deploy the script on the desired Records, @iecpradeep_14007 ? -Mikko
-
How's it going, @Vernita ? Have you successfully pass the variable? -Mikko
-
Thank you for sharing the solution you have found, Sam! Surely it will help the community who come across on a similar scenario. -Mikko
-
Hi @iecpradeep_14007 , in the Script Record, you can choose the records where the Client script must be applied. Also, does the field id included in all the records you wanted the script to be deployed? Please make sure also that the 'Deployed' field in the Script Record is checked or enabled for it to work. -Mikko
-
The global variable is similar to the variables log, query, serverWidget. Also, you should use escape characters for the global variable before inserting it directly on the SQL. var sql = ` select entity from transaction where transaction.id = ' + globalVariable + ' ` -Mikko
-
The fieldId for Price Level is 'price'. Could you please try again. To check for internal id, you may browse the Record Browser. -Mikko
-
Hi @Benjamin Paul - USA , do you still encounter the error? Also, can you contact the bundle owner of the script involved? -Mikko
-
Hi @User_C6XDE , Apologies for the inconvenience it caused you. What I could suggest aside from scripting workaround is to submit an enhancement request for this so that product team could review it. -Mikko
-
Hi Stan @S. van den Oever , would you be able to submit a support ticket so they could further check if this is a potential defect on your account? -Mikko
-
Thank you for the update, Oliver. What value did you put on the Price Level field? The custom value is equals to '-1' -Mikko
-
Hi @Vernita , You are passing a variable from one function to another. I would suggest use Global variable. E.g: var globalVariable = "" function beforeLoad(){ globalVariable = parms.id sqlFunction(globalVariable) } function sqlFunction(id){ } I noticed, the parameter in sqlFunction on line 140 is missing a parameter 'id'…
-
Hi @User_JPGF7 , Thank you for posting in the community! Please allow some time for the gurus/members to look into your question. To the community, we encourage you to share your knowledge regarding the topic. -Mikko