プロフィール
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
コメント
-
Red, Thank you for the options. This gives me some options to look at. I'm intrigued by the HTML to ZPL output. That might be the most seamless. After that, I'm leaning toward the SuiteScript/Suitelet approach.
-
Tigran, Thanks for the assistance. I'll contact NetSuite.
-
Hi Tegran, where on the PO do I reference the intercompanySO? The 'PAIRED INTERCOMPANY TRANSACTION' is blank and offers no records to select.
-
Hi Tigran, I never see anything appear in the "Manage Intercompany Return Authorizations" screen.
-
- NetSuite does not support returns for intercompany drop-ship orders. This makes no sense because all of our intercompany orders are drop ship orders. Sub1 issues DS order to Sub2, and Sub2 fulfills the order. How can we get an RMA?
-
No joy. Here is the header of the received email
-
Here is what I have found. You can only use the {today} field when the search returns one record. IT will not place today's data in the subject for a summary report. It looks something like this: Update - [<%= {today} %> ] [ {today} ] However, {today} is only working for emails containing results from one record…
-
What do I do to configure the second vendor as a "sub-vendor?
-
This is a great and simple solution for a nagging problem. Thanks for the help!
-
The solution that worked for me was to create a custom field on the record, populate it with a formula in a workflow, then load that field to the email template.
-
I have a saved search with a couple of formulas that perform some string functions. How can I add these fields to the email template?
-
Richard, Thanks for checking. I was hoping to find a mapping table similar to the next and previous links. I am curious as to how NetSuite keeps track of these records.
-
I have a Support Case that is linked to a Sales order, and I can follow it through the UI. I need to be able to [resent it in a view and am working with Suiteql, but cannot see where they link. The id of the SO doesn't appear to be in any field in the SO and visa versa. Is there a mapping table that I haven't discovered…
-
Jervin, Thanks for the input. I have tried that and it only pulls the first line for all of the lines of the PO. When I try to use the lines {line.createdfrom.item} source it returns nothing. I believe that you are correct and that this is yet another failing of the Workflow system. That being the case, I am starting to…
-
Thanks Sho, I had already reached the conclusion that I will have to 'Grow my own' ship complete process to only look at the warehouse orders. I am now looking for information about where to look for the hooks to accomplish this without involving ACS.
-
Kind of. If the Ship Complete is unchecked, I can pick the items that are in stock. However, I want to hold the order until all warehouse items are in stock. If I have an order that has 1 drop ship and 2 warehouse items and only one of the warehouse items are available, I do not want to pick that item, and then fulfill…
-
Tigran, Thanks for the response. I've had to create several 'Custom' fields/flags to make NetSuite work properly for us, and I was thinking the same thing. If I create a flag, 'Ship Warehouse Complete", I would then need a way to only send the order to WMS if all of the warehouse items were available. How and where do I…
-
Luis, This looks promising. Thanks for the information.
-
Hi Niks, I have made it past the ability to manually create an order. There is a bug in Oracle's code that is preventing me from creating the orders with group items from a script. Thanks for your help.
-
Niks, Thanks for that information. I already have a similar script that I use to modify the lines, and it works for existing orders. The problem that I am having is that I can't even get an order created if it contains a group item. All I see is the error message, and no script activity.
-
I get this error with or without scripts running while creating a new order or copying an existing one with group items. When I review the Script Execution log, there is no activity. Steps: Create a new sales order and add a Group item. Save The order. See this message: You cannot edit the end of group line. You must…
-
Update: I have scripts that run properly on a regular order, but they do not fire for a new order that has a Group item. Does NS create a different type of order before creating a sales order?
-
Niks, Thanks for the information, but that points to using WMS, which we have, but not for our retail locations. It looks like it should be a simple configuration on the SCM Mobile app to select another field to scan.
-
I have a need to have the intercompany sales order screen changed to give more filterability to what is to be created. Issues requesting this form be made editable have been circulating since 2016. While there are few requests for this, how can this get on the Oracle's to-do-list? (Already voted for enhancements) Or How…
-
For those that are wanting this enhancement, what are some of the workarounds? We need to identify multiple orders from various channels to process and need to identify which of these to process.
-
Thanks for the suggestion. I have done this and their response was that it is not within their scope and referred me to Professional Services.
-
Thanks for your time & assistance.
-
Tigran, Thanks for that information. Merging columns might be the ticket, but still no joy. Maybe what I'm trying to do isn't possible. There is a locked suitelet that provides the fields for the picking table in the WMS mobile. Here are the keys: I'd like to pull a couple of fields (mpn, stock desc) information from the…
-
Tigran, Thanks for the info, but I have already gone through that, but it didn't provide information about how to pull/identify standard fields that are not appearing in the table. Where do I identify the key(s) to call for the fields that I want to see in the table or how can I link to the record with this value?
-
After some more research, I located WMS item Alias. With this, I can create the cross-reference that I need, and through my initial tests, I am able to perform WMA functions using the legacy (alias) items.