My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Hi @User_ZCWF3 Good to know that its works perfectly! Kindly click the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar concern find the answer easier and you will also get closer to earning your next Answer Accepter badge.
-
Hello! Happy Monday! Apologies on the late response. Kindly try if this will meet your concern. Thank you!
-
Hi, Happy Monday! Apologies on the late response since we need to collect all of our information about your concern. You are right, it is not possible to use grouped functions as I have check it in my TSTDRV account. To save the results of a saved search to a CSV file in the Filing Cabinet, you can use the NetSuite…
-
Hi, Happy Monday! Upon checking articles about removing options in Edit Mode using Client Script, I wasn't able to find any information about this. According to the article, this is the closest method in your concern but this method is usable only in fields that were added by a front-end Suitelet or beforeLoad user event…
-
Hi, Apologies on the late response because I just want to re-execute the sample snippet multiple times. For this, I now receive the same error since we are trying to call the getSublistField function on an object of type http.ServerRequest in a Suitelet script. However, the getSublistField function is not available on…
-
Nice to see you posting here, @User_GOKG2 Kindly allow us to review your concern about expenses and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Hi, Upon trying this example on our end, it seems that we have the same behavior. With this, I will coordinate this to the Team to further check and update this sample as the NetSuite version got upgraded. For this, we highly recommend that you consult your technical requirements with your in-house developer or you may…
-
Hi, Try to use if this will work on your end, var sublistField = context.request.getSublistField({ sublistId: 'item', fieldId: 'custcol_item_category', line: 0 // Replace with the line number of the sublist field you want to retrieve }); // Get the text value of the sublist field var sublistFieldText =…
-
Hi, As I have checked, when a field is disabled on a record, it means that the field is read-only and cannot be edited by the user in the UI. However, the value of the field can still be accessed and set through SuiteScript. Let me know if it will work on your end. Thank you.
-
You have said here that you want to pull the last 4 quarters? Thank you!
-
Hi, Try to create a new file/SuiteScript record then kindly try this code since I don't received any error on my end. /** *@NApiVersion 2.x *@NScriptType ClientScript */ define(['N/record'], function(record) { function pageInit(context) { alert('ClientScript pageInit triggered'); } function printMeNow() { var id =…
-
Hi, Can you try to erase second "=" sign in the var id == record.id to become var id = record.id. Also please erase the pageInit : pageInit; line since you don't have that function. Let me know the result. Thank you!
-
Hi, It is possible to use SuiteQL with the customer portal, you would typically create a custom portlet or a Suitelet that includes the SuiteQL query, and then use the customer portal to display the results of that query. For this, we recommend that you consult your technical requirements with your in-house developer or…
-
Hi, Here's the example of getting the text not the value. var fieldValueText = sublist.getSublistField({ id: 'custpage_field', line: 0 }).getText(); Let me know if this will work for you. Thank you! If you find this reply to your question useful, others might be as well. By clicking the “Yes” button for “Did this answer…
-
Hi @ONO4 , Good day! Unfortunately, it is not possible to set the value of a hidden field using a client script or a user event script in NetSuite. This is because hidden fields are not visible to the user interface and cannot be manipulated directly. However, you can still set the value of a hidden field indirectly by…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, After the printMeNow function, please add the return statement. See screenshot Feel free to reply on this thread if you have further concern. Thank you! If you find this reply to your question useful, others might be as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help…
-
Congrats from being on Top, @Tafara ! 🥇
-
Hi @ONO4 , Upon replicating your concern on my end, here's what I have done, tried to use the sublist.addMarkAllButtons(); to be able to add the "Mark All" button then, automatically add the "Unmark All" button. Attached is the sample code of adding the button: Given this, if you want to add a sublist line using different…
-
Nice to see you posting here, @Mathias_Netsuite Kindly allow us to review your concern about vendor records and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @User_VHP8Q Kindly allow us to review your concern about Bank Datas and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @pinkcherry Kindly allow us to review your concern about workbook and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @Dhurst Kindly allow us to review your concern about sales order saved search and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Hi, Good day! Since we have already checked the different possible solutions on your end and I have not reproduced your concern on my end. With this, it is recommended to file a case to NetSuite Customer Support, as they have the tools to investigate and analyze this issue. See 106163 Support Cases in SuiteAnswers Please…
-
Nice to see you posting here, @User_HPB3I Kindly allow us to review your concern about emails and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @User_IJB6M Kindly allow us to review your concern about deletions and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @User_NC62U Kindly allow us to review your concern about Crop Zone and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @Yumiko Fourbs Kindly allow us to review your concern about customization and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!