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
-
Hi @Joy Noreen Magoling-Oracle , Thank you very much for your replying. You are right, I missed to set up the Putaway Strategies. Thank you.
-
Hi @Richard James Uri-Oracle : I am sending the porlet script I set up, the Frame (URL) param is a list of URL, this list is a custom list: Here is the script and I put a log debug to get the value of the Frame (URL) parameter and you can see in the log, it returns 1 (the id of the url) . Please let me know how to get the…
-
Hi @Richard James Uri-Oracle , I still haven't solved this issue. Please let me know if you have any idea. Thank you.
-
Hi @Richard James Uri-Oracle , Thank you for sending the SuiteAnswer Article, however, it does not address my issue. My issue is loading a dynamic iframe in a record such as Item record (I display the iframe in a tab in Item record). Therefore I created an inline html custom field to load the iframe, however, I could not…
-
Hi @Nicole Mendoza-Oracle I was able to remove that error by using the same format as you suggested. Thank you very much.
-
Hi Nicole, Thank you very much. I was able to use script to create custom portlets. Thank you very much for your help.
-
Hi Nicole, The recordId could show the value as expected. Only this code still shows the error though I replaced the recordId with a specific id: var fil1 = search.createFilter({ //-> the error points at this line name: 'createdfrom', operator: search.Operator.ANYOF, values: recordId }); Please let me know if you have any…
-
Hi @Dinesh Babu Gadhamsetty, I am trying to create a search in the function which is called from a custom button created from the User Event script. NetSuite showed the error in the console log at the search line in the script: var fil1 = search.createFilter({ //-> NetSuite showed the error at this line, here is the error…
-
Hi @Nicole Mendoza-Oracle , Thank you for your response. Here is the information I need (SuiteAnswer 44537), I want to know the definition of params in render function. https://suiteanswers.custhelp.com/app/answers/detail/a_id/44537 Thank you.
-
Hi @Nicole Mendoza-Oracle , I tried the Simple List Portlet Script Sample in the article and I have a concern on the params in render function. How can I set up the column in the params? Thank you. /** *@NApiVersion 2.x *@NScriptType Portlet */ // This sample creates a portlet with a simple list define(['N/search'],…
-
Hi @Nicole Mendoza-Oracle : It's awesome! I will read the article and try it. Thank you so much for your help.
-
Hi Pauline, Thank you very much for your time on this case. Your solution could not work for my company requirement but I solved it. Thank you so much.
-
Hello Pauline, I checked again and the Vendor Name could not display in my customization but it can display if I used the standard advanced template without any customization. However, it causes another issues in the standard advanced template as below: - The name of the item is duplicated -The components of item display…
-
Thank you @Shamaine Chan-Oracle. Hi @Tafara, I have a question on your formula, what is 0.2 in your formula? ({grossamount}-{discountamount})*0.2 Please let me know. Thank you very much.
-
Hello Shamaine, I tried your formula but the column showed empty: What I expect is as below: the new column shows the tax after discount for that product: Please help me check this. Thank you very much.
-
Hi Pauline, I'd like to ask if you can find the solution for the Vendor Name not display in the Packing Slip. Thank you very much.
-
Hello Ivy, Thank you very much for the information. That articles help me on some errors. Our accounting department also solved the DOL Account Number and Withholding ID from another case with NetSuite. Thank you very much.
-
Hello Dominica, I tried the formula and add the field name as {taxrate} but NetSuite shows ERROR: Field Not Found Please help me check this. Thank you very much.
-
Hello Shamaine, I tried the Formula column as you instructed as below but the column shows blank for each line item: Please help me review this. Thank you very much.
-
Hello Shamaine, Please find the screen shots of the Criteria tab and the Results tab and please let me know if you need additional information: And what I expect is to create one column to display the discount amount of tax line, and I do not need the discount line item in the saved search. Thank you.
-
Hello Dominica, Thank you very much for looking into my question. I tried to add the field Rate from Tax Item Fields as you instructed, however, it does not show the data I expect. I'd like to display the rate stored in the order. Please let me know if it is possible. Thank you very much.
-
Thank you Pauline very much for letting me know.
-
Hi Pauline, Please find my template in this post and please let me know if you need further information. Thank you.
-
Hello Pauline, My Packing Slip template cannot display the Vendor Name though I tried to set up the Transaction Line Field following the instruction. Below are the screenshots of my settings: Here is the fulfillment item, some line items are including the Vendor Name: But it does not show the Vendor Name in the template:…
-
Hi Pauline, Thank you very much for your detail instruction! I followed that and could add the column Vendor name to the fulfillment form. I will try to add the column to the template and will let you know if it also works. Thanks so much again.
-
Hi Erick, Yes, I submitted a case to NetSuite, the solution was to call the script one time, first I thought this would work but actually it does not work. Please find a piece of the log for one order which is re-calculated the tax rate but not save into the order. The new rate should be saved in the Tax rate field as…
-
Hello Erick, I'm so sorry for replying late. Please find my workflow setup and the workflow action script in the attachment. Please let me know if you need further information. Thank you very much.
-
Hello Michelle, I want to disable the location on the inventory so that a employee cannot transfer the inventory of the item between the locations which they are not allowed to transfer. Thank you.
-
Hello Jack, Thanks so much for showing this. I solved my problem in my workflow script. I will try with your instruction to see how it works. Thank you.
-
Thank you Pauline very much. Your solution works for me. Have a nice weekend!