My Stuff
Comments
-
From what I gather it looks to be a very capable platform, but the cost is insane.
-
farrago wrote:· Build a new site on a 3rd party e-commerce platform like Magento and use a connector to synchronize with your NetSuite account?· Keep site builder and just not offer promotions on your site? Ideally we'd move away to Magento (I even installed it on our server to play with - it needs MASSIVE resources to run…
-
We use Paypal's Payflow Pro as our gateway - neither the employees or the customers know or see anything regarding Paypal. To answer your questions: 1. No, there is no redirection. 2. No, since there is no interaction on the customers' part with Paypal. 3. No, credit cards are stored in the customer's payment info tab. 4.…
-
Do you not have a "Create Deposit" button on your sales order? We do this for customers that place large orders that won't ship for awhile and those few customers that complain that we're tying up their debit cards. Once you invoice the deposit is automatically applied to the sales order. Voila!
-
You could copy that info when you do the cash sale and either add it as a text line item (we have an item called 'note') or to an existing item on the transaction. Weird that they would want that.
-
Might have something to do with the bulk merge. I'd contact Netsuite about it. From magic-net.info: "SPF is an e-mail validation system designed to prevent e-mail spam by addressing a common vulnerability, source address spoofing. SPF allows administrators to specify which hosts are allowed to send e-mail from a given…
-
Have you seen the deprecation announcement from NetSuite? https://usergroup.netsuite.com/users/forum/announcements/444014-netsuite-for-outlook-bundle-%E2%80%93-deprecated-after-june-2019 They pointed to the CloudExtend replacement: https://www.cloudextend.io/products/cloudextend-outlook/ No, and I just filed a support case…
-
We run the cloudextend product currently. It's much more stable but has a different feature set some of our users aren't in love with (won't auto-sync email threads, only one by one being the main one). Just my two cents on the product. The only way we know how to use NS4OL is to do everything manually, so it probably…
-
No, but it's been requested as an enhancement.
-
Attachments saved with messages aren't linked in any meaningful way to the message in NS. No way to save messages to vendors (yet). You really have to watch the checkboxes, as the app remembers to save messages even when you don't want it to!
-
Robert, Windows 8. And I know that's gonna be the reason it won't work - another employee (who was also having problems with NS4OL v2) was able to get the new program to work and she uses Win 7. :(
-
Anybody able to get this to work? Bundle installed, permissions set, program installed, but it hangs when I try to select the "Outlook Synchronization Folder". If I back up and just select e-mail messages I can continue out past the configuration, but nothing happens beyond that... :(
-
Duh - didn't even think of that. Our problem was that we had a '=' in the formula. Thanks!
-
Why a saved search? If you use Lists > Accounting > Items you can customize the view to show a thumbnail (Store Display Thumbnail) and all the categories each item is in (Category) in the results criteria. Word of warning: any item that appears in more than one category will show up multiple times. I wasn't able to find…
-
Well, hell, it wouldn't be any fun if it didn't eventually cripple it!
-
Thanks Brett, I will take a look at implementing this on Monday!
-
Okay, so I've got jQuery installed and referenced by a deployed script (to sales orders): [CODE]$("#custbodyshipping_instructions_fs_lbl").keyup(function() { var cs = $(this).val().length; $("#CountsAllUpInYerFace").text(cs); });[/CODE] Which points to a custom field (Inline HTML - not formula): [CODE]<div…
-
So, something like this http://www.aspdotnet-suresh.com/2013/02/javascript-show-number-of-characters.html won't work then?
-
You were right... Script still isn't running, but I think it's because I didn't set up an event type in the deployment. I don't just want Create or Edit, I want both, so I know I need to put that in somewhere, but I can't figure out where. I'm giving up for now - far more pressing matters to attend to, but I hope I can…
-
Any help on finding the previous version? It may have been somewhat broken, but at least it worked (and looked a helluva lot nicer).
-
Has anyone got this working? I had completely uninstall it as it was causing errors and wouldn't let our retail customers log in AT ALL.
-
Never mind! Was trying to test it at the item level instead of on the template - works like a charm!
-
Can available stock really be less than 0? I've seen on hand stock go negative, but never available (which is what the script checks against). Should I change the operator just to <= just to be safe? I'm using available quantity versus on hand simply because that's what the boss wants (and it saves me from having to check…
-
Anyone have a fix for this? I'm basically stuck at this point - no way I'm going to tell customers they'll have to control + click to continue...
-
Set their own password initially? No, but if they're listed under the Relationships tab with an e-mail address, you can grant them individual web access with Web Activity's Access sub-tab. Set them up with a password and e-mail it to them. They should be able to change their password through My Account once they login.
-
Are there any sample scripts to look at then? It's not such a big deal when it's a handful of orders, but we're getting towards holiday season and order volume for this particular customer is going to get unwieldy.
-
Any time we do something like that we make user notes or activities to change the terms on the invoice as needed (at day 60/90) to keep the invoice from going past due. It's kind of a pain, but it works for us.
-
I looked through the transaction form customization and didn't see anything, but it would be a nice feature! However, if you search for the order number the return auth (and invoice and original sales order) all show up. Not ideal, I know, but there you are.
-
I think the only way to get around that would be to save the PDFs and add password security to them (restrict editing) and then e-mail them out manually.
-
Another thought is to create a custom field checkbox on the Sales Order that your agents would check once they've reviewed an order and deemed it ready to actually ship. Your warehouse staff could add a filter on that checkbox to the Print Picking Tickets screen (if they use that to print pick tickets for orders to…