My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comments
-
If that's all it is then I'm not worried about it. There are only two of us here that set up scheduling so we can go through the above steps to unschedule. I'll still let you know how my tests go.
-
I'm not sure Evan. I'll try that out later today. When I look at a list of saved searches the ones that have no recipients still show as 'Yes' in the scheduled column.
-
Very cool - and thanks for sharing your demo! :) Cecelia No problem. I created that a year or more ago so I hope it still works. :)
-
This is how I did it using no coding. This method allows for a lot more than just showing one customer's location. It can show many customers and several types of customers. After doing it the first time it takes about 10 minutes to create a map so it's not the kind of thing you'd do unless it was really meaningful. I…
-
I'll have to give that a try. Does Mappoint 2006 have that functionality?
-
I'm afraid writing my own code to get this right into Netsuite is beyond my current abilities so I'll create a demo using 3rd party tools to do it. It wouldn't be too hard for Netsuite to do it in house because most of the work is already done by Google. You could perhaps include 'map' in the saved search output types if…
-
I'd rather see the ability to output a saved search result to a google map rather than all customers. Output type: Normal, Report, Grid, Graph, Map?
-
Hi John, I'd like to see the field on the customer form and the field should show the highest single purchase made (transaction total) since 01/01/2005. Sorry that I wasn't very clear.
-
Ok ... that's a bit beyond my abilities and time at the moment so it'll have to go on my 'to do one day' list. Thanks for your help anyway.
-
oooo ... that sounds very interesting. Perhaps that will take care of my needs. Our marketing and sales folks would love to be able to see a customer's max, average, first and most recent purchase amounts at a glance. Right now I have a Crystal Report that does that but it's not at all convenient for them to use.
-
Thanks Mon, I should have mentioned that for some reason, Sara's empty fields didn't show as null. They have a field length of 1. If they were actually null your solution would have been better.
-
Hi Sara, In the results, sum a currency formula for each. CASE WHEN (LENGTH{custcol_pledgeidref}>1) THEN {amount} ELSE 0 END and CASE WHEN (LENGTH{custcol_pledgeidref}=1) THEN {amount} ELSE 0 END
-
Seems to be mathematical. The result of each line is a number. The entire formula adds up those numbers and is supposed to come up with a final numerical score. Some sort of rating system I guess. Now, if you wanted an average score ...
-
Can you show us what you've tried? That might make it easier to narrow down the problem.
-
That sounds similar to what I was hoping to do here: https://usergroup.netsuite.com/users/showthread.php?t=6537
-
Here's a formula that Evan helped with. This search combined 4 other searches into one. It sums the occurance of multiple custom record field values and groups them by date. We are a charity that sponsors children (among other things). Each child has a custom record called status that gets changed every time the child is…
-
So this is a formula field that you want to create and display on your web site in an item template? Edit: I guess I'm not really sure where you're getting stuck. If you've read the help documentation under "creating formula fields" and know how to insert a custom field into an item template then I think you should be able…
-
It is and I will. Thank you.
-
Im not sure if this applies to you but I used the <%=getCurrentAttribute('item','type')%> tag in our web store to separate items from info-items. I don't know if it returns different results for inventory vs. non-inventory though.
-
There's more to migrating from Goldmine than just the contact data. Assuming you're using the email client functionality in Goldmine, there may the added issue/expense of migrating to a new email system as well. I had to do that when we moved to Netsuite (and I really miss that integrated client :) ). In the end though I…
-
We looked at a couple of web service options and are considering one where the files go into a Google Drive or Dropbox folder and those are automatically uploaded to Netsuite. At the moment, the development cost is more than the time it takes us to break up the files. If it helps, the practical limit for the zip files is…
-
That's a good point. Planning ahead for storage is important. You should talk to your rep as you plan to ensure that additional costs are taken into consideration.
-
Thanks, Mark. That's helpful. A web services solution might be our best bet and could automate some of our other data management tasks.
-
Ya. That's the problem. We've been using NetSuite for nine years or so and back in those days everybody was a company. Switching everything over to individuals and companies now would be an awful lot of work. We may have to bite the bullet and do it one day but it would be nice to be able to just switch off the…
-
Right. I should have mentioned that. This is for web store orders. We end up deleting the contact record for every new web store customer (for other complicated reasons). It would save a fair bit of time if we could just disable the feature.
-
We noticed the same thing and filed a case about a month ago. Support had no explanation as to why we were seeing this increase in error reports.
-
Found it! Had to check the "Primary Web Site URL" box on the domain tab under Setup Web Site.
-
I also see that uploading images to the File Cabinet results in just one url for each image (system.na1.netsuite.com). The domain url does not appear.
-
We've had the same problem off and on for many years with NetSuite. It's not an ideal solution but we're really happy using Constant Contact with Cazoomi for Netsuite integration. It was a tough decision to make since you get a good number of emails as part of the Netsuite contract but after years of experience it became…
-
I had considered that but it ended up being less work to use Mailchimp. That's a problem I think, when it's less work to use an external solution than the integrated product we've paid for.