My Stuff

dansteg_29768 Green Ribbon

Comments

  • We accomplished this using a custom field. For our internal users, it's a field that they have to key in when entering in the order. This helps out for saved searches and even helps automate emailing order acknowledgments to our customer via a button on the sales order. Really handy. However, like webbee stated, it should…
  • I've sort of ghetto rigged this for the time being. I know Celigo offers what appears to be a good solution, but it's $3,600 annually with 2 flows and is $600/yr per additional flow. What I've done: - Created a saved search that gets sent to "auto-reports@mydomain.com" @ 2AM - Have Mozilla Thunderbird running on a server…
  • Similar case for us as well. We upload our inventory information to one of our suppliers, so that they can display it on their website. - Run Thunderbird on a local server. Local server extracts attachment and then runs a script to uploads to their FTP. For our other file, we have a local SQL server that I throw some…
  • Any specific reason you're choosing chartsjs vs google charts. Not that I dislike chartsjs, just curious. I'm starting to look into utilizing google charts, which seems to offer a large variety of different chart types.
  • Ahh. Good point. Makes sense.
  • piyas. I'm not sure if this is still an issue, but with Advanced PDF, it's not that simple. The "preferred" bin isn't exactly exposed. From what others have mentioned it can be done through a custom field on the Sales Order line level, then on change of the item or location, it sources the proper preferred bin.
  • We implemented a WMS last year and it's been working well for us. There are definitely some things to watch out for. Feel free to message me and I can give you some pointers and some life lessons that we've learned.
  • Have been using OzLINK Mobile, along with OzLINK Shipping. We went live almost 2 years ago and everything has been working smooth for us. It did take a lot of customization up front, but it's working great now. Every warehouse is unique in it's own way, so I don't think you'll find anything that's 100% right out of the…
  • We've had similar issues that come up every once in a while. As khultquist stated, it's almost always for one of those reasons. Mainly from deleting transactions. I did however have a MAJOR issue in the last release (2015.2), where nothing made sense...for about 60-80% of our items. Something must have happened with our…
  • Off the top of my head, perhaps create a custom form. Configure the "template order" with a dummy customer, configure all of your items with Commit set to Do Not Commit". Create a client script that prevents editing of the order. Create a button on the order to "Use Template", which essentially makes a copy of the order.…
  • Yes, this can be done via CSV import. Each break (gold, silver, bronze) needs to have the same quantity breaks. We have 8k+ SKUs that need to be updated annually. It works well. Since our quantity breaks can change, I first have to wipe out all quantity breaks and then push the new ones in. Let me know if you have any…
  • We've noticed some issues today with users not being able to email when attachments are included. We also use Celigo's Amazon S3 bundle and some users are not able to upload attachments to any records. I don't have the exact error right now for the Celigo issue, but it was something about not being able to write to a…
  • Affecting us as well. I'll be attaching our case to the defect as well. Thanks for posting this up here, other wise I would have been realllllly confused how something so critical could be broken!
  • I'm hoping so as well. I received the same update, however it did not mention any issues related to Average Cost. The details include: Details: For other Customers, depending on BUC, Alternate Solution can be: Use other fields like -- Inventory Location -- Location Available -- Location On Hand -- Location On Order etc.
  • I have been having this issue for some time. It's been a while since it's been reported by my users. In the new release, there is a new feature that allows you to use your own main server to handle messages. I've been debating turning this on or not. We have started some marketing campaigns and the last thing I would want…
  • From my experience and from others, it seems like after the adjustment is created, sometime else happens in the background. Sometimes it's noticed immediate and other times I'll notice it the next day. A lot of our items are lot based inventory items. I think this has something to do with it. After saving the record, it…
  • I filed a support case back on 8/25, they catually told me this was defect 296987. I found that signatures are getting applied just fine when I use a template, however if I manually type a message they are not. The only solution for now is to add <NLSIGNATURE> to the bottom of the message. I received a voicemail that my…
  • Here is the response I just received: ---- "It is expected that Signature will not be added when sending Email using Scriptable Template Format. User would have to create a Scriptable Template and add ${preferences.message_signature} to make the signature appear. 6. Type in the body of the email (do not select a template)…
  • Off and on over here. I think it was Tuesday, 9/9 that it became unusable for most users. A New sales order page was taking ~120s to load. Seems like this is a common occurrence lately.
  • I started to notice this towards the end of May. Something as simple as going to (Lists > Search > Saved Searches > New) takes about 18s on the server side. Pulling up an item takes about 8 seconds. Sales orders can be around 20s. I opened a case and was originally told that it had to do with scripts that were running,…
  • I was just wondering the same thing. It states we are using 12GB of 10GB in File Cabinet storage. However for Data Storage, it shows some 22GB/10GB. I have no idea how that's possible within a year. The only content that we store within NetSuite would be generated from PDF templates, which automatically get linked to a…
  • I just revisited this and although it does work under a client script (line validate), it adds an additional 1/2 second to run the search. I'd rather not burden our sales department with more overhead/wait times at the line level. I thought I could get away with it as an afterSubmit event, but if we have large orders (50+…
  • We have shipments like this daily and utilize ${item.quantitycommitted} to reflect this. So if we have an order for 100pcs, but only have 25 available to ship, Quantity Committed = 25. When we receive in 100pcs more, a week later, Quantity Committed is now 75. Is that what you're trying to accomplish?
  • Any idea if this will be added in the future?