プロフィール
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
コメント
-
No worries Naoki. Should you need further assistance just let us know. -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"gmihaylov" Kindly note that this topic will be reviewed and will let you know for any updates. -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"Hormese Paul", Kindly note that this topic will be reviewed and will let you know for any updates. -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"2ca011bc-ccdf-483b-ad7c-6dfdd5933bd6" , Inventory Adjustment record is not available within the Connect Browser due to its data is stored within Transactions table. It can be retrieved using the queries below: select * from Transactions WHERE TRANSACTION_TYPE = 'Inventory Count'; select * from Transactions WHERE…
-
Hi @"New_44789" , This is to acknowledge your concern. We will let you know for any updates regarding on this topic. -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"4235247" , This is to acknowledge your concern. We will let you know for any updates regarding on your concern. -Mikko @"Mikko De La Fuente-Oracle"
-
You are correct. When you fulfill the Sales Order, Item Fulfillment Record will follow the shipping address set by the script on the Sales Order Record. -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"Msid" , Upon checking, there's a recent fix applied to the system and that might be related to your concern. I suggest you file a case to support since this is a potential defect. Our support team will gladly help. -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"Naoki Komachi", Apologies for the late reply, could you please try editing the "Ship To" field by using a sample code snippet below: You could add the code on the function you are using. I hope this helps. Let us know if you still need further assistance. -Mikko @"Mikko De La Fuente-Oracle" DISCLAIMER: The sample code…
-
Hi @"4242879" , I tried the code you provided and I do get the same error. After checking the code, it seems the line 7 is the issue. There is no method in record/currentRecord module like getCurrentRecord. Could you try to change var getCurrentRecord = context.getCurrentRecord; into var getCurrentRecord =…
-
Hi @"Msid" , Please note that this is being reviewed and will let you know if there's anything we have found with regards to your concern. -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"1460767" , This is possible by doing the following: * Creating a custom form for the role of the user. (See SuiteAnswers Article Creating Custom Entry and Transaction Form) * Make the created custom form on step 1 to be the preferred form for that role. Check this SuiteAnswers Article Defining Preferred Forms or You…
-
Enhancement requests are being reviewed by our Product Management team periodically. As of the moment, there is no specific date on when this enhancement will be available. You could submit a case to support so that it will be attached to the enhancement and then you will be notified in case there is an update on it.…
-
Hi @"Zoran Roncevic", As of the moment, Custom GL Plug-in is not yet available for SuiteScript 2.0. It is currently an enhancement (Enhancement #496954 -SuiteScript 2.0 > Support Custom GL Line Plug-in script type). We suggest you to submit a case to support or visit SuiteIdeas to add an additional vote. We appreciate your…
-
Glad to know that it has been resolved on your end. -Mikko @"Mikko De La Fuente-Oracle"
-
I am glad that you found a solution and thank you for sharing this information. This would be helpful for other users. -Mikko @"Mikko De La Fuente-Oracle"
-
May I ask if the "Enable Item Line Shipping" is enabled in your account? I would like to confirm if the shipping address you wanted to edit is on the Shipping subtab or in the line item? Please note that currentRecord module does not permit the editing of subrecords. Could you also provide a sample script that you are…
-
Hi @"farrago" , We suggest that you file a case to support since as you have mentioned that this happened right after the upgrade thus make it a potential defect. Kindly provide them more information like when did you experienced it, what is the expected time to load the workbook, who experienced it( provide the Users and…
-
Hi @"Naoki Komachi", Kindly check this SuiteAnswers Article Example: Using SuiteScript 2.0 to Create a New Shipping Address, you may find it useful. Also, please note that working with shipping address on a sales order record is like working with a subrecord. You may check these SuiteAnswers Articles to get you started on…
-
Hi @"matteo.leggieri" , Please note that Schema and Records browser are used differently. See document for reference. ( ) May I ask if it is possible for you to use the "get" method instead of "search" for partner record? Since upon testing the get operation includes the category list. If get operation is not applicable in…
-
Hi @"Sebastian.Kozlowski" , Before deploying a SDF Project you could validate first if there are any discrepancies with the objects. As you can see, it also includes the warning and possibility of what will happen to the custom field with discrepancy. When deploying a project from SuiteCloud IDE plug-in, all files within…
-
Hi @"77ab3d8d-8290-4eb0-bff8-35f94ec0a4a2" , For number 1, kindly check this document to have an idea why you are getting the "invalid login" error. For the other numbers,may I ask what action/method are you using? (e.g Get,Post,Patch,etc). Please take note that we could not make use of the URL you provided for testing. If…
-
Hi @"gmihaylov" , Glad you found the solution to your concern. In case you are confused on what to place under the "type" parameter, remember to check it under the Records Browser. See SuiteAnswers Article Working with the SuiteScript Records Browser. -Mikko @"Mikko De La Fuente-Oracle"
-
Outbound calls are also included. "NetSuite Customer Support will not provide you with a list of services or IP addresses for outbound communication from NetSuite." Please note also that IP addresses for outbound communication from NetSuite are not documented in the NetSuite Help Center or in SuiteAnswers. For access to…
-
Hi @"borkomi" , We do not provide IP Address since it may change at any time without prior notice and the reason why it is not recommendable to whitelist IP Addresses. For more information, you may check these SuiteAnswers Articles: * NetSuite IP Addresses * SFTP Authentication -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"Msid" , It seems your concern is related to this isuse(Defect # 581134 - SuiteScript 2.1 > Importing 3rd party library > throws Module does not exist error - @NamdConfig not working). The issue is currently at urgency level U4 which means that if a product change is required, the NetSuite Product teams will target…
-
You're welcome! -Mikko @"Mikko De La Fuente-Oracle"
-
Apologies for the late reply but it seems that this is not possible since the standard behavior of the system is that the when the order was save, it is the time that NetSuite sends the authorization request to the credit card gateway to verify the card is valid and place a hold on the cardholder's funds for the order. See…
-
Glad to Help! -Mikko @"Mikko De La Fuente-Oracle"
-
Hi @"mazilum" , Would it be possible to send a copy of your script? Please remove confidential information. We will also check if your concern is possible. -Mikko @"Mikko De La Fuente-Oracle"