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 @Jeff_BlueMemento , Thank you for the feedback. Given this behavior, I highly recommend to file a case to NetSuite Customer Support to further investigate since this might be logged as a potential defect. Let us know if you need assistance with case filing. Thank you!
-
Nice to see you posting here, @SWSearcy Kindly allow us to review your concern about item record 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, @Sivasubramaniam Kindly allow us to review your concern about Emails and 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, Good day! Coordinating with third-party vendors in NetSuite requires some technical expertise and knowledge of the SuiteCloud platform. If you are unsure how to proceed, you may want to consult with a NetSuite implementation partner or a SuiteCloud developer to assist you thru your Account Manager. Also, here's the…
-
Hi @User_HBN34 , Good day! Upon coordinating this concern, unfortunately, using CSV import to update the shipping items is not available or a system limitation of Oracle NetSuite. Upon checking, there's an existing Enhancement requests for this: Enhancement: 178964 CSV Import : Ability to import shipping items Refer to…
-
No problem, @OliverK!
-
Nice to see you posting here, @OliverK 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, @Sean W Kindly allow us to review your concern about assemblies and work orders 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, Apologies on the late response since I need to further test and replicate your concern. I have tried to use the setSublistValue but it always give me an error says it is not a function. When I tried to use the setCurrentSublistValue, it successfully transformed to Item Reciept. See my sample code to check. Take not…
-
Hi, As you can see here in the SuiteAnswers Article, 65372 Item Saved Search > Saved Search for items with last Item Receipt dated 120 days ago you need to go Under the Criteria Tab > Summary Subtab to set the following (example): Summary Type = Maximum | Field = Formula Numeric | Formula = case when…
-
Hi @NTdeveloper33 , Good day! Upon checking the articles, you must now coordinate with the provider of external systems, such as third-party applications to connect in NetSuite. This is stated in the "warning" part of the 87422 Enable the OpenID Connect (OIDC) Single Sign-on Feature in NetSuite Article. Hope this clarifies…
-
Hi, Apologies on that but here's the tasks that administrators must complete to support the NetSuite as OIDC Provider feature for integrations. SuiteAnswers Articles 98319 NetSuite as OIDC Provider Tasks for Administrators 83091 Troubleshooting SuiteSignOn (Outbound SSO) Thank you!
-
Hi @Andrii Siryi , Good day! Upon checking all of our resources, there's no specific list of errors about Customer Payment via SOAP Web Services. But these are the possible general Errors in SOAP Web Services. See SuiteAnswers Articles: 10814 SOAP Fault Status Codes 10827 SOAP Web Services Warnings, Errors, and Faults I…
-
Hi @User_ZCWF3 , Good day! Upon checking, I have found similar concerns on our documentation. Kindly check these SuiteAnswers Articles to modify the date ranges using Formulas. 65372 Item Saved Search > Saved Search for items with last Item Receipt dated 120 days ago 75940 Saved Search Shows Inventory Aging Feel free to…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, Upon checking the snippet of the code, it seems you have the proper syntax. Maybe the possible reason of the Unexpected Error was about the record being processed: kindly make sure that the record you are trying to transform is valid and that it meets all necessary requirements for transformation. Check that all…
-
Hi, Have you tried using text editor likes Notepad++?
-
Hi @Vernita , Good day! Happy Monday! Kindly check these SuiteAnswers Articles about the updateDisplayType({displayType:'disabled'}) 67331 Change a Sublist Field Property Using SuiteScript 2.0 67606 SuiteScript 2.x User Event Script Tutorial Hope this clarifies your concern. Feel free to reply on this thread if you have…
-
Hi @NTdeveloper33 Good day! Happy Monday! If your concern is about to create a link in the NetSuite Menu to trigger the outbound SSO, then this currently are supported in NetSuite custom subtabs, custom portlets, Suitelets and user event scripts. NetSuite provides a SuiteSignOn setup page where application providers can…
-
Nice to see you posting here, @User_6DRSW 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, Just to follow up the previous thread. Have you already upgraded the WSDL version and tried to execute the concern again? According to this SuiteAnswers Article: Starting from NetSuite version 2019.1, endpoints that are 15 and more versions older will be retired. If you do not upgrade to a newer endpoint when your WSDL…
-
Nice to see you posting here, @Imzy_code Kindly allow us to review your concern about subsidiary 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_JGEWC Kindly allow us to review your concern about Intercompany SOand 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, Apologies on that. If you want to create an address field similar to Transfer Order like this For you to add a "Select Type" field with a plus icon to add options dynamically in Suitelet using SuiteScript 2.0, you can use a combination of the ui.Field, ui.Button, and ui.Dialog APIs. Note that the specifics of the…
-
Hi @User_6DRSW , Upon checking, you can achieve to get the value of the ShipAddress field to Suitelet form. One of the possible way is to first create a new Suitelet form with a custom text field to display the ship address. Then we retrieve the ID of the transfer order record from the Suitelet URL parameters and load the…
-
Nice to see you posting here, @Mathias_Netsuite Kindly allow us to review your concern about items 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 @Jeff_BlueMemento , I think, there's no error in the NetSuite UI since you are getting the parent and child. - Since you are using 2018.2 version in your Suitetalk. See below Can you try to use the latest version? or even 2021.2 version to see if you have the same behavior. Thank you!
-
Hi @Jeff_BlueMemento, Since the Integration executes the search from NetSuite, have you coordinated this concern to them? because upon reviewing, the record in the NetSuite UI is not updated on the second time you execute the Search And, the Integration is the one who gives the results of your search. Given this, maybe…
-
Yes, using 45155 record.load(options) or 10278 nlapiLoadRecord(type, id, initializeValues) means you can load an existing record from the system and you can then extract the desired information from the loaded record using the methods available on the returned record object. This API is a core API. It is available in both…
-
Hi, These articles are coming from the SuiteAnswers. And we, in Support are also referring to this Site in NetSuite. Upon searching the Load/Search API, I always routed to article I stated earlier: 43707 search.load(options) -- Upon checking here in the 10280 Search APIs (SuiteScript 1.0) and mapped it to SuiteScript 2.0,…