My Stuff
Comments
-
If you reference a saved search, will the results repect the Max Results set in the search?
-
Thanks! I'd still like to hear form anyone that's done this before.
-
I really don't care how exchange sync would work, via additional exchange server-side app or from Netsuite. I'd even be fine with entering everones Netsuite username and password into the app if I had to.
-
Right now they use some custom system, but we're currently trying to come up with a new system that all of our organizations can agree on. What I mean is, everyone's surrent system must be able to sync with this new one. What I need to know is what the options are for syncing Netsuite's calendar and how difficult each…
-
As it happens we do have an exchange server and have been added to that enhancement request for quite some time. The problem is, we've been waiting for Exchange integration for years already and there's no eta (along with canadian payroll I might add). The integration project we're a part of needs to proceed so I can only…
-
No licence. The script creates a web page that can be displayed anywhere. So you can see it on a smartphone or a huge screen. You just need a browser and an internet connection. There's an app for Android TV called Fully Kiosk Browser that works perfectly to display web pages full screen. We're just working on a few tweaks…
-
Thanks! A couple years on and it's still popular with staff. We came to the same conclusion that you did for the web site visits. It would be too much blinking! :) I ended up 3D printing lamp covers with our logo embossed which worked pretty nicely. Stay tuned for a post about our most recent project! It's a massive…
-
There we go! That's perfect. :)
-
I don't see the picture. :(
-
Thanks Evan. I checked with support. They've created enhancement request 171262. If you know of anyone that could push it along, that would be great. ;) PS: I have an additional enhancement request you may also be interested in. How about a bald-guy avatar for the forums? Just a thought.
-
Thanks for the ideas! I need to use shippingtaxcode in the criteria though. Any ideas on how that could be done?
-
Mike is referring to the fields on the "Web Activity" tab on the customer record. I'm also trying to find these in a search. They don't seem to exist and I also can't access them using a formula. Advice from NetSuite would be appreciated.
-
That's just what I needed. Thanks Mike!
-
Or, it worked perfectly until I tried to use the search for an email campaign. Can't use summary searches to create groups. Hmmm...
-
Brilliant! That worked perfectly. Thanks.
-
Ah-Ha! not customer, groupmember. decode({groupmember.custentity_badges_earned},'Sponsor a Child','1')
-
I could not get LIKE to work with DECODE. What's the correct syntax?
-
This seems to work since wildcards in decode statements are apparently a no-no. CASE WHEN ({groupmember.custentity_badges_earned} LIKE '%Sponsor a Child%') THEN 1 ELSE 0 END
-
That worked. Thanks!
-
A pivot search? Cool. We would sure find that useful.
-
I tried count(*) over (partition by {entityid}) but I get no results for the column if I use that formula. Any idea what I'm doing wrong?
-
Thanks Kris, I like where you're heading with this. I'll see what I can do with it and report back.
-
Enhancement #156037 Vote now. Vote often.
-
Me either. I'll get one going and post the # here.
-
I've been pulling out my hair (what's left of it anyway) trying to get this to work. Guess i should have looked here first. Evan, do you know if there's already an ER for this?
-
I am looking for Vendors, Customers, Employees and Partners. I just want to exclude contacts.
-
Thanks Evan, That works. It would be nice to have as a simple criteria though.
-
Is this possible yet?
-
That's what I expected but when I add date is within last fiscal year to the criteria I get these results (no names of course): http://picasaweb.google.com/petzoldhaus/Netsuite/photo?authkey=siRIGWYFT9o#5190714326383692130 You can see that the first entry looks correct except the date of most recent gift (purchase) is…
-
All fixed ... I should have caught that. Thanks Evan. Now, our marketing folks would love to see the most recent purchase amount and date on the same saved search. Do you think that's possible or will I need to glue a few spreadsheets together?