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 @3946615 , Any update on this to help @JenniferTrejo ? Thank you!
-
Hi, Good day! Upon checking the related articles, it seems that I have only found the discussion of mobile.setValueInPage. When I have tried to get all of the information using different support cases, I have found your existing concern under Advanced Partner Support. With this, kindly monitor the case and once the support…
-
Nice to see you posting here, Kindly allow us to review your concern about Inventory Adjustments 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, @PPetrova Kindly allow us to review your concern about Projects 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 checking the case created, it seems that it is now added to the Enhancement: 44937 Add ability to set the number of decimal places for currency custom field We apologize for the inconvenience and appreciate your understanding of this limitation. Thank you!
-
Hi @User_IJB6M , Upon checking, you can achieve a dropdown list type via SuiteScript. Take note that these creation are only supported in Suitelet Script Type and User Event Script Type (beforeLoad(context)) For more information and sample codes. See 48790 Field.addSelectOption(options) Additional information: You can also…
-
Hi @O2-ENV-SUPPORT@ONO4 , Thank you for providing the details. Here's the Case: 5040528 Suitelet > serverWidget.FieldType.CURRENCY > Round-off. Kindly monitor this case for moving forward. Thank you!
-
Hi, Already email you about some questions. Looking forward with your response. Thank you!
-
Nice to see you posting here, @User_V5KBL Kindly allow us to review your concern about WorkFlow 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_JN952 Kindly allow us to review your concern about income statement 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, @Preethi Kondur Kindly allow us to review your concern about Vendor Bills 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, I would like to apologize for the late reply. Upon further checking about the currency precision and replicating the issue on my end. Since it is reproducible on my Suitelet, I am afraid, that would highly advise to create a support case as this seems to be a problem in Suitelet, as they have the tools to investigate…
-
Thank you @Ron Mc . Have a great day!
-
Alright, @filippo.blengini ! Happy Coding! 😉
-
Hi @Ron Mc , Thank you for the query. Given this, you need to further check why custbody_atlas_assy_desc as assy has the wrong value. Apologies on asking again because I want to make sure that I am in a right way. Thank you!
-
hi @filippo.blengini Kindly add .js in the File Name. Like below format ssf_helloworld.js Thank you!
-
Hi @filippo.blengini , Would you mind taking a screenshot of the concerned JavaScript File to further investigate. Just like this Thank you!
-
Hi, Since the field BUILTIN.DF(t.billofmaterials) works in your end. Can we get your sample query for us to manipulate and try on our end, since my recent sample query gives you multiple items. Thank you!
-
Hi @filippo.blengini , Can you try to set your JS file name to lowercase and add .js example: ssf_hw.js Thank you!
-
Hi @filippo.blengini , Upon testing your SuiteScript, I have successfully viewed the "Hello World" in Suitelet. Here's my steps: Creation of Suitelet SuiteScrript Deploying the SuiteScript Output via Suitelet Kindly check these to verify if we have the same information. Thank you!
-
Hi @Mudassir Khan , Upon checking all of our resources, this is the only way to get a token, if the refresh token is expired, initiate the authorization code grant flow to get a new pair of tokens. For more information, see OAuth 2.0 Authorization Code Grant Flow and Refresh Token POST Request to the Token Endpoint Also,…
-
Hi @filippo.blengini , Upon trying to replicate your Portlet SuiteScript Type without having SRC, I have successfully execute a Portlet. Given this, it seems that the SRC is the possible reason of your issue. Would you mind checking this documentation yo further check your the Power Bi Creation. CREATING POWERBI CUSTOM…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you! If you find the previous reply to your question as helpful, others with the same question might find it helpful as well. By marking “Yes” on the “Did this answer your question?”, you’ll be able to aid the community…
-
Hi, Apologies on this but we need to check this SuiteAnswers Article to further investigate since I have got an error on executing this. However, the provided SQL query is a simple query to let the Customer get started on building complex Balance Sheet report via ODBC. We recommend that you consult your technical…
-
Hi @ONO4 , Good day! According to SuiteAnswers Article, CURRENCY field type rounds the number based on the user's currency precision setting and is limited to hundredths / 2 decimals (0.00). See for more details: 44525 format.Type I was able to check the currency precision setting and found out the Currency Precision field…
-
Hi @User_PRW7Z , Upon checking all of our resources, I have not found any related information about the existing QR Codes to recognize in NetSuite. With this, kindly coordinate this to your Account Manager to discuss your concern. Thank you for understanding. Have a great weekend!
-
Nice to see you posting here, @Charles B , Kindly allow us to review your concern about Suitelet 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_YMWNR 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!
-
Hi @Vernita , This is James, a SuiteCloud Guru. Upon checking and searching in SuiteAnswers Article about SuiteScript Supported Records, "SuitePromotions" is not included in the records. To further check, kindly open this SuiteAnswers Article. 10242 SuiteScript Supported Records Thank you!
-
Hi @User_PRW7Z , Apologies on the late response. Upon checking all the related articles, you can customize NetSuite to generate QR codes in PDF files for transactions. To do this, you must first create a custom template, and custom form, a custom body field, and a user event script to add the QR code in e-documents. After…