Minha área
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comentários
-
Oh apparently that is a system flag field! Are you all still missing a column though showing a certain qty or stage of fulfillment? I believe that "Total To Date" adds both "Fulfilled" and "Invoiced" as well as "Picking" and "Packed" in the case of using those features. (At least from what I see online and from behavior in…
-
If you go to the top right and go to "Customize" > "Customize Form", and then the "Sublist Fields" tab- is "Total To Date" checked? This is the field on our account that enables those fields. It's a single checkbox that ends up populating all 4 fields. If so, is it just Billing and Fulfilled that are missing, or are…
-
The links are working again as expected as of this morning! We haven't made any changes and haven't actually received a response back from the support ticket yet so I'm unsure if it was something they did either. I'll post an update if it is anything other than a quick patch they pushed out this morning that is account…
-
Would anyone else mind weighing in if this change is happening on their account after 2026.1? We're trying to at least give our team some indication whether the broken views are just an issue on our account or an actual change/defect for 2026.1. We have a ticket in with support, but if this is a widespread issue we'll need…
-
I haven't tried this, so grain of salt- you should be able to create the custom field with type "Document" for your invoices. Then in the workflow use the "Set Field Value" action with a formula for that field like "{tranid}" (or {tranid} + ".pdf" might be required). Do that prior to the "Send Email" action, and then you…
-
A good way to isolate this would be setting the search to "Send Emails According To Schedule" and set the recipient to yourself (assuming that you have confirmed your email is consistently receiving notifications from Netsuite). Set it to "Daily Event" for today in an hour or so. If you get the email as expected you know…
-
Using the "NVL" function to replace null with 0 should work instead of using the CASE functions. That will be a little easier to read and structure as well for making changes in the formula as needed. NVL({quantityonorder}, 0) + NVL({quantityonhand}, 0) - NVL({minimumquantity},0)…
-
We're talking about the field groups, not the subtabs. Having some/all groups collapsed by default like this:
-
Those are all in there before we enable the feature - but the issue is that we cannot view any of the custom fields on an item configuration in a saved search with those fields. It is either a saved search of type "Item Location Configuration" (which does not have a join to qty on hand), or type "Item" (which does not have…
-
We just finished trying to get this setup and came across an issue that might prevent us from using this feature - Is there still no option to use Item Location Configuration fields in saved search or analytics through the item record? Our standard workbooks we used for inventory are now broken because of a link with the…
-
Thank you Angela! I thought this feature was already enabled from our implementation, but when I looked up that specific feature "Advanced Item Location Configuration" is not turned on. I had confused the multi-location inventory (turned on during implementation) since that was already allowing us to set different…
-
We have the same issue, and haven't been able to find a cause either. I've looked up all the deployments on our Sales Order record, performance summary for those scripts/contexts, but nothing sticks out. Our implementation team said this was related to caching and that it would be faster once we went live and the system…