My Stuff
Comments
-
Thanks Leonard, I talked with support this morning and will be attached to that issue. Hope its high priority given the seemingly wide impact. Cheers.
-
Looking at the just the SC reference sites (all on NS 2021.2.3): Horizon (theme ver 3.0.7), summit (theme ver 3.2.0), posh (theme ver 3.2.1), threads (theme ver 3.1.0), base (theme ver 21.2.0) all have similar behaviour to what I'm seeing on my and other public SC sites. Bridge (theme ver 3.0.3) and Manor (theme ver3.2.0)…
-
Do you have advanced shipping enabled? it could be that the fulfillment is in picked or packed state and I think it only posts properly when it has been marked as "shipped".
-
Mark, As I just replied in the other post, I was thinking more of the ability to attach emails to records in NetSuite. Full on synchronization is already possible I think with the current NS provided tool. I'd check, but I'm on 2010 and NetSuite.... well, you know. :o oh OK, I misunderstood the requirements I think. Those…
-
I'm no developer, but I follow a lot of open source projects. Is it possible to use MAPI libraries from a project like openchange (http://apidocs.openchange.org/overview/index.html) with a webservices connector in netsuite? from http://apidocs.openchange.org/overview/index.html: This is the online reference for developing…
-
My understanding is that if the changed field is part of a sub-list or sub-record on an item then those changes won't be tracked in system notes, only the main fields and fields on sub-tabs. This is why if someone edits a sales order, you can see who and when, but not which line-items they changed. It probably would take…
-
Thanks for the feedback guys.
-
I would love to know this too. I also thought, OK, maybe I can create a static group populated "with a search" but again you have to re-enter the criteria rather than being able to choose an existing search. Next I thought, I could try using a dynamic group as a criteria in search to populate the static group. NO luck,…
-
The only way I can think of to avoid repeatedly entering search criteria in multiple places (regular saved search, sales territories, mass update criteria) is to have some sort of suitescript that could periodically take the results of a dynamic group and copy that over a static group that you could use in the group…
-
I see our confusion too now. We've been looking at the 'created from' field that is on the main line of the credit note form that displays the Return Authorisation number or the Invoice number (which is effectively what my query was about). But I see the "applying to" field under the items > apply subtab should show the…
-
Thanks a lot, that's worked. Cheers.
-
Try using "Inventory Location" instead of "Location". Thanks Evan, knew there would be something obvious I missed. I was only looking amongst the 'L' for location fields in the list.
-
Thanks for suggestion Julie, that gives me the result I was after! I suppose I'll need to use search summary filtering to get rid of all the null values in the formula comparison column but I'm not sure how to do that yet. You don't get group on the summary search filter, only max/min/count/sum/avg.
-
On a side note, this same feature would be very useful for wholesale/dirstributors to have on the ITEM record. Being able to search and query items based based on the last the last time there was any sort of transaction involving them would make it easier to work with the tens of thousands of items we manage. oh heck yes.…
-
Thanks for sharing, this looks very useful! I've just been reading the sneak peaks, and does this item provide similar functionality? http://www.netsuite.com/portal/landing/2011-2/crm.shtml#1 Last Sales Activity SuiteApp In addition to addressing over 100 CRM issues since the beginning of 2011, Version 2011.2 also includes…
-
OK, thanks again Evan, you've given me my first test case to roadtest workflows. :)
-
Is there any way to source/filter on built in netsuite records? Or do you have to use a script? Now that the create case from RA button works, the service techs would love to have the company field on the case record source from the company name on the RA record if its linked. As far as I can tell sourcing and filtering…
-
Jackpot! Works now. I removed it from the solution record (it was hidden on our forms anyway and a predecessor created it, obviously not used on solution records). Thanks for the assist Evan.
-
Yep, just tried again. This is what I see in administrator when compared to a parent/child custom record I've created. http://naspl.com/customfield.jpg Is because that particular record is unapproved?
-
Any ideas?
-
Look forward to it, thanks Evan.
-
hmmm, well I'm pretty sure it's not there. I'll log a case.
-
I agree it's a pain but the transform record operation makes it mostly boilerplate. This thread lists the code to do it with Suitescript. Web services would be similar (at least with the Java web services client) Thanks for sharing the script that will help a lot.
-
I've run into this problem today as well, all I would like to do is add a per line item memo field on an inventory transfer. Although it looks like transfer orders are in suitetalk now (at least there's a page for them in the help), that seems a far more complicated process (fulfilment/shipping etc) for just a simple…
-
So far I haven't hit any issues with multiple parent records. I'm assuming that netsuite use multiple parents to add a notes tab to most built-in/custom records as an in-line editable list.
-
Are you thinking of something like suitdroid? Or something more custom, like a webservice connector that stores data locally on the phone for offsite access?
-
The only thing more netsuite centric I can think of is if you get someone to use nlapiXMLToPDF() and BFO library integration to pull out item information and lay it out on a page. I don't think you would get the graphic design control that something like indesign+easycatalogue would give, but it might let you mass export…
-
We use Adobe Indesign to layout our catalogue manually. I know there are some basic functions inside it to build layouts based upon spreadsheet (xls/csv) data, but if you can afford it (I can't!) this is what the big guys use for massive automated catalogues. http://www.65bit.com/products/easycatalog/features/features.shtm…
-
okay, it seems to be related to having auto-apply ticked and taking too long (15min?) to enter these monsters.
-
I've also run in to the limitations with restricting price levels and custom pricing access. Your script here is the closest thing to a workaround I've found. However, while I want to disable the ability to edit the amount field, I also don't want to completely disable the price level field. All I want to do there is…