My Stuff
Comments
-
Hi @Yuval Yunovitch , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts. -Mikko
-
Hi @MA User_576EZ , could you please clarify what do you mean by print/download the setup? The example preferences is not customizable. -Mikko
-
Do you still receive the error, @JohanvL ? -Mikko
-
You can query the quantity available from the table inventoryNumberInventoryBalance. You can also query using the inventory number and location. However, you could not query the position of the lines. You have to utilize the available columns on the tables. Also, what query did you use to get the result you provided? -Mikko
-
Thank you for clarifying. Have you set the is the "Allow Child Record Editing" option as enabled? -Mikko
-
Thank you @Adam Birk for looking into related topic! Our gurus/members will look into this and get back with more information. To everyone, feel free to share your insights. -Mikko
-
Hi @User_V5KBL , Thank you for posting in the community! Our gurus/members will check on your concern and update the thread for any findings. To everyone, feel free to share your insights. -Mikko
-
Hi Martha @Martha Hakes , Thank you for posting again in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Hi Nitin @NitinEOH , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Hi Chris @HertsChris , Thank you for posting again in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Could you confirm if you are working on SuiteScript or Web Services? For Web Services, it is still under enhancement # 667556 - Web Services > Customer > Expose Group Invoices field in Schema Browser. For SuiteScript, you could get the custom body fields with the usual APIs(getText/getValue) and the Sublist on this record…
-
May we ask if you have tried execute as admin the deployment of your Suitelet? Also, is the "Allow Child Record Editing" option enabled? -Mikko
-
NetSuite Connector is formerly known as FarApp. -Mikko
-
Do you still need help on this concern, @Benjamin Paul - USA ? -Mikko
-
Have you tried the suggested steps, @Benjamin Paul - USA ? -Mikko
-
Hi @User_KWCZX , did we answer your concern? -Mikko
-
Hi @User_DJ8IA , would you be able to create the record on the UI manually? Also, is there a department field in the main line or only in the line-level? Additionally, what integration are you working on? (E.g Web Services SOAP/REST, RESTlet)
-
Thank you for clarifying. I would suggest to submit a case to support team to add a vote on the enhancement and add the additional details that the custom KPI does not work as well. -Mikko
-
Hi @Sara Gregorsson , Thank you for posting again in the community! Our gurus/members will look into it and get back with more information. To everyone, feel free to give your opinion that can help. -Mikko
-
Hi Christophe @User_LY7GV , Welcome and thank you for posting in the community! Our gurus/members will check on this and update you for any findings. To everyone, feel free to share your thoughts that can help. -Mikko
-
Hi @User_GE47I , Thank you for posting in the community! Our gurus/members will look into this and get back with more information. To everyone, feel free to share your insights. -Mikko
-
For that error, you may need to include other mandatory fields in your request. For that instance, you need to include the amount for that item line. -Mikko
-
Hi @User_UL5A9 , there are some SuiteApps that could help with your concern. Example would be the one that @JohnCirocco(Thank you for that insight!) have mentioned. If you would like to create such function from scratch, you may want to start exploring SuiteAnalytics Connect as well. However, you may need a developer for…
-
That should be correct. In most cases, the line starts with 1 then followed by 2. However, if there are changes made in the Sublist(delete/remove/insert for instance), the system could generate a line like 1 then followed by 5. The line cannot be edited since it is assigned by the system. The best practice for this is to…
-
Can you also double check if the configuration on your ODBC Data Source is correct? You may check this article for guidance regarding the config. -Mikko
-
Please make sure to abide the following requirements: Not include any date fields defined as filters on the Criteria subtab. See Defining Standard Search Filters. Have exactly one field with a summary type (such as count, group, or sum) defined on the Results subtab. The rest of the fields on the Results subtab should not…
-
Yes, you are correct that it is for Opportunity record. However, you may use that sample for other transaction record as well. On the example provided on the article and the one you highlighted, it is adding a new item line and updating the existing item line with line number 2. In the following example you provided, there…
-
Were you able to get the expected results, @User_H3JQ6 ? -Mikko
-
If you wanted to develop integration from scratch, you may check the available integrations that NetSuite can offer. However, you may need to find a developer for this task as this may be complex or you can ask for support on Professional Service Team or Advanced Customer Support. On the other hand, there are SuiteApps…
-
Hi @Benjamin Paul - USA , you may use NextTransactionLink / PreviousTransactionLink table to check the related records link to a transaction. E.g for Sales Order, you may use NextTransactionLink to check the related Invoice/Item Fulfillment or use PreviousTransactionLink from Invoice to check the related Sales Order. -Mikko