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
-
Nice to see you posting here, @User_HE3M9 Kindly allow us to review your concern about saved searches 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, Happy Monday! Upon checking, there's an existing Enhancement requests about sorting: 163776 Support server side sublist sorting in SS UI objects. Refer to these SuiteAnswers Articles for the steps on voting thru SuiteIdeas: 30288: Steps to Navigate to SuiteIdeas 10054: Voting for Enhancements Thank you! If you find…
-
Nice to see you posting here, @NetValueTechnology_Dave Kindly allow us to review your concern about Roles 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_0Z3PV Kindly allow us to review your concern about APIs 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! Have you coordinated this concern to NetSuite Customer Support as as this seems to be a problem or issue after the Upgrade of your NetSuite Account? Because we highly recommend to create a NetSuite Support Case as they have the tools to investigate and analyze these issues. Thank you!
-
Hi, Upon checking all of our resources, it seems that there's an Enhancement about setting URL to inline editor because if you want the field of type URL to be clickable, displayType of field should be set to 'inline' and doing this, the column field will disappear. Enhancement: 262410 SuiteScript >…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, Good day! If you are going to add a payment to a specific customer via SuiteScript, it is partially scriptable — it can be updated, deleted, and searched using SuiteScript. It cannot be created or copied. See SuiteAnswers Article: 10394 Customer Payment Upon checking, there's an existing Enhancement requests for this:…
-
Nice to see you posting here, @Maleeka 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, Great that it is now working! 🎉
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi @User_BA721 , Can you provide sample screenshots via UI and via API to replicate and investigate on our end? Kindly hide any sensitive information. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Nice to see you posting here, @User_Q1DPO Kindly allow us to review your concern about PDF 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_E1GW7 Kindly allow us to review your concern about SuiteAnalytics 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, To get the value of entity, here's the sample code: poSearch.run().each(function(result){ result.getValue({name: 'entity', summary: 'GROUP'}) return true; }); See SuiteAnswers Article for details: 86014 getValue() for GROUPED Saved Search Results Hope this clarifies your concern. Thank you! If you find this reply to…
-
Nice to see you posting here, @Dallas H Kindly allow us to review your concern about saved searches 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, @Imzy_code 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, @dylanvv Kindly allow us to review your concern about inventory detail 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 follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, Good day! It seems that you have created a NetSuite Support Case and voted to the Enhancement about Async Function in RESTlet. Enhancement: 391528 Ability to perform Asynchronous RESTlet calls You also have additional NetSuite Support Case asking about other SuiteScripts that currently supporting async calls. I would…
-
Hi, You can check this SuiteAnswers Article for your reference. 90943 Redirect to an External Site after Submitting an HTML Form Suitelet Or, using the 44705 url.resolveScript(options) //Add additional code ... var output = url.resolveScript({ scriptId: 'custom_script', deploymentId: 'custom_script_deployment',…
-
Hi, Good day! Upon replicating the following, the Credit Memos return successfully. All Credit Memo Specific Credit Memo using internal ID Since you have tried to return the list of Credit Memos successfully. Then using these IDs from this list, you tried to retrieve those Credit Memos but returning an error. With this,…
-
Hi, Good day! Can you check these SuiteAnswers Articles to address your concern. 108176 URL Samples 42541 Understanding NetSuite URLs 9456 Passing Parameters Through URLs Hope this clarifies your concern. Feel free to reply on this thread if you have further concern. Thank you! To the community, we encourage you to share…
-
Hi, Good day! For payment processing, you can use SFTP (Secure File Transfer Protocol) Connector SuiteApp which enables you to directly transfer your payment files from NetSuite to your bank servers. You can also download files from your bank server to NetSuite. The SuiteApp establishes an SFTP connection between your…
-
Hi, To redirect or call a Suitelet with a POST method request from another Suitelet, you can use the N/redirect Module in N/https module. See SuiteAnswers Articles for details and its sample code. 44832 N/redirect Module 44840 redirect.toSuitelet(options) 44806 N/http Module 83931 Sample SuiteScript to be Redirected to a…
-
Nice to see you posting here, @User_FL4CK Kindly allow us to review your concern about templates 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, @Richard Appleford OB Kindly allow us to review your concern about workflows 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 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 useful, others might be as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a…
-
Hi, Since this might be an issue since you are using only the query, Select * from TransactionAccountingLine For this, the issue described here is resolved on a case-by-case basis, it is recommended to file a case to NetSuite Customer Support, as they have the tools to investigate and analyze these issues. See 106163…