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
-
Hmm, nothing obvious. Guess you'll have to run it in the debugger.
-
Hmm. So it seems the crux of the problem is the email. I confirmed on a demo account that the email is fired off even if the order is Pending Approval. I tried to think of a way to configure it so it would work, but the email is kind of a problem. One solution that would work well though is using a bit of scripting. You…
-
Yes, this can be done via scripting, I have coded such logic a few times for customers before.
-
You can also use the fields "Billing Transaction" and "Fulfilling Transaction", from a Sales Order. This will indicate, for each line item, the transaction either billing or fulfilling the line. If you don't need that level of detail, the SO also has simple quantiy fields (qty billed, qty fulfilled) that you can use.
-
Depends what the fulfillment process is, exactly. But the general answer is going to probably be scripting.
-
Depends on your process (or rather your vendor's process). If you Bill from the PO, you'll bill everything that was ordered. If you Bill from the Item Receipt, you will Bill only what is on the receipt. So if your vendors requires up front payment of a full order, do it from the PO. If you only bill what the vendor…
-
Yeah, we scripted a fix for it. For the customer we fixed this for, they just wanted everything to point to FedEx, so that was easy. But if there's a pattern to the Tracking Numbers like you say, yeah, very easy to code.
-
Do you use multi-location? If so, you could create a Location called "Reserved" and transfer items to it. This would tie up stock so that your main fulfillment locations wouldn't be able to use it. When you're ready, you could either move the items back into main storage or create a SO that fulfills directly from that…
-
If it's just a reminder thing, I'd set the Netsuite status to Approved, and create a custom field dropdown to hold a custom status, and then have searches and whatnot key off the custom status.
-
I do not believe this is supported by Netsuite. You'd have to customize it all the way. I'm thinking probably a custom checkbox for you to manually tick in when the item is out of stock, but I can't think off the top of my head how you'd integrate that smartly into a webstore easily.
-
Do you still want a Fulfillment step?
-
In order to fetch fields from Netsuite, you can place tags similar to: <%=getCurrentAttribute('salesorder','shipmethod') %> wherever you want the field to come up. Dissecting that tag, <%=getCurrentAttribute('salesorder','shipmethod') %> you will find that 'salesorder' is where you specify the record to read from, and…
-
Yup, we are experts in every area of Netsuite and can help you with whatever needs you may have. Feel free to drop me an email or give me a ring to discuss anything!
-
Hmm, you could probably manage that with a Saved Search with an Alert.
-
Hi, You can set the Preferred Location on the item record. This is an easy way to do what you want, provided each item usually draws from the same location. Otherwise, I do not believe there is an actual functionality in Netsuite to automatically select a Location that has inventory. But yes, this could be done via…
-
A Fulfillment can only have items from a single location. You will need to create many Fulfillments for a SO that has items from many locations.
-
Absolutely, we are Netsuite Partners and do scripting all day long. Drop me a line or give me a call (info in my signature).
-
You can't use any "nlapiCurrentLineItem..." functions - no line item is ever "current". You have to go with a for... loop and nlapiGetLineItemValue(). Second, 'itemreceive' (either T or F) indicates if the line is ticked in, and either 'itemquantity' or 'quantity' (not sure which, test to find out) will give you the…
-
Smudgie, We have had that problem with one of our customers for a long, long time so don't hold your breath for a NS fix. I'd be interested in knowing if your items were originally imported using XML, though. In our customer's case, this is what was done and that seems to be the reason why locations with no transactions do…
-
I haven't tried this, so I can't guarantee it'll work, but to add tax and shipping, try inserting these values in your email: for taxes: <%=getCurrentAttribute('salesorder','taxtotal') %> for shipping: <%=getCurrentAttribute('salesorder','altshippingcost') %> Let me know if that works!
-
I can see it being done with some heavy customization, if you want to go down that road, but certainly not out-of-the-box.
-
I don't believe you can source and show these. You could however fetch the values using scripting and display them. You'd have to call a lookup for each item as its added, which isn't great for performance and would eat metering pretty fast, so if your POs have a great many items this isn't a good idea. But if you have…
-
Also I use 2 Bins for every item. One for pick, one for bulk. Everyday, when the pick Bin is running out of stock, somebody will move the stock from Bin2 to Bin1. How do I do it? Couldn't find anywhere to do it. That would be under Transfer Inventory. I am having trouble on this. I have 4 locations for inventory. I want to…
-
Print status - no, can't do that. BO quantity does not appear as a field, but it is calculatable (is that a word?) based on the other quantity fields, using a Formula field.
-
What search are you referring to? It would be possible to make a search that shows every order ready to be fulfilled but shows if there are any BO items. You wouldn't need any custom fields or script, just a well crafted search.
-
Uncheck the Store Value box on the field record. Does it work now?
-
NetSuite does not publish details about their efix. However, Spotify, as an enterprise account, should be able to work with one of NetSuite's more advanced service offering and gain that information that way.
-
We had a customer go through it a few months ago. No issues.
-
All users that purchase Sandboxes from now on (i.e. - will not be the case for users with existing Sandboxes, depending on when they got provisionned) automatically get 3 "development" accounts as part of their purchase. The dev accounts CANNOT be refreshed. They are NOT Sandboxes. If I recall correctly (might be wrong…
-
Based on historical timing, it should be just a few more weeks before the 2015.1 Sneak Peeks appear.