My Stuff
Comments
-
I am trying to figure out what our best solution is for this as well. We are offering bundled items on our ebay store and so I wanted to create that in Netsutie with the same product code. My problem is that when I do an inventory report it isn't showing how many kits we have available to sell so our ebay inventory for…
-
This updated version of the NetSuite for Outlook 2.0 client provides the same functionality as the previous client but has been enhanced to support Outlook 2010. Please note that the client will run on 64-bit Windows, however it is not compatible with the 64-bit version of Microsoft Office. Thanks, Any eta for a 64bit…
-
I sure would like to be able to do this too. Especially when we run out, we try to offer an alternative but if the person doesn't know the items well enough they may have a hard time.
-
Was there any resolution to this? I'm having trouble fulfilling kits with multiple locations/bins.
-
We have a custom field that will source the data on the item record view and on the printed forms. However, I wasn't able to use a formula field to get the image for what you're requesting on the transaction entry page. The thing is the HTML field doesn't display in edit mode but you might be able to use a text-field and a…
-
I this Diane's answer is probably good because it won't interfere with the numbering. Also, yes you can create the new joined field so that it is globally searchable. I wouldn't anticipate any negative effect except that you have to customize all your forms which you'll probably want to anyways.
-
Thanks, I think that's great. It didn't occur to me to try to list the packages. This was my previous workaround which did work okay but it would list all tracking numbers even previous shipments on the same order. <#assign trackinglist1 = transaction.createdfrom.trackingnumbers?replace("<BR>", " ")> <#assign tracklist =…
-
My original answer was incorrect. I am not seeing that the case makes a difference that's just how I normally write things. The tag works for me but maybe you need to post a bigger snip of your code. Make sure it's inside the <#list record.item as item> list or it wouldn't work.
-
I would like to know too... We have the same issue and it actually affects our email template for fulfillment as well. I fooled around with it a whole lot and haven't found the solution yet. :-/
-
Can you post how yours look? I cannot seem to get component items on the forms at all. Last time I was researching it, it seemed like no one was getting it to work.
-
I have sort of done this by using custom fields on the transaction form and formulas based off the department. Ex: if department = x then "xx". Then I customize the print forms to display those custom fields. I have just started working with the advanced forms but I'm hoping this could work to pull in an entire layout.
-
Thanks. I didn't see this till just now but the kit items eventually did start to work. Now I wish I could just customize the display of those lines. I also seem to be having trouble with custom fields but that seems to be a separate issue.
-
I would like to use this to have different types of labels print. Does anyone know how you would invoke a different form from the button?
-
I was having a similar issue. It seems that it doesn't need to be marked to print, but you cannot mark the field as "Hidden". Once I just made the field "Disabled" then it worked on my picking tickets and packing slips. I used custom fields to determine the storefront logo and phone number and website based on the customer…
-
That sounds like a good idea too!
-
I'm not entirely sure but we went through this before. The issue was that the packing list isn't available until after you fulfill and tell netsuite what items are being sent. Originally, I just changed the pdf pick ticket to say "Packing Slip" and used that until we changed our fulfillment process and now we use both…
-
I would still think there may be some way to do it after you create a fulfillment. You could probably implement a scripted button to fulfill and print. We use multi stage fulfillment so that at the first stage our packages default to "picking" then we complete them to "shipped" after we have the weight and package info.
-
Wow, thanks so much. I'll look over that and see what I can come up with. I also came across something else just now that I have a feeling might put me in the right direction with the advanced template but I'll have to give it a test later. https://system.netsuite.com/app/help/helpcenter.nl?topic=EDIT_CRMTEMPLATE
-
I see that it has been fixed. Now any idea about how to make kit items show on the picking ticket?
-
Woops, no we aren't on 14.1 yet but it does seem to be fixed. I've been toying with the picking ticket this morning and it was printing from the correct form. I am still unable to pull any kind of item information though to get things like Image, UPC or memberitem. If you would like to share with me how you did your script…
-
It seems that (in beta at least) they have made the advanced printing facility available for many more transaction/record types. I am experimenting with defining a custom (advanced) template for picking tickets and packing slips, to print custom records that are child records of sales/transfer orders and item fulfillments.…
-
I'm having trouble finding an answer one this as netsuite only says "not all record types are supported". I am trying to create our order and picking tickets but need the kit member items to show on the order; however, I cannot seem to get them to show! I have tried adding ${item.members.item} for example to show the…
-
When I tried to do the advanced templates for picking tickets and packing slips I could not seem to get them to print. I always got a sales order. This was confusing. Maybe I just wasn't doing it right, who knows... I've thrown in the towel and gone back to the old forms for now. :-(
-
Used them for a brief time, not for paid search, but ended up dropping it because of everyone's lack of NS knowledge.
-
That is brilliant. Added both of his extensions! Thanks!
-
Thanks guys. I went ahead and setup a custom field for it because I want it available for multiple applications. I am going to work more with the search records though and see how that would apply. I'm still getting my feet wet here. Also, I did try 'hasparent' but that doesn't work as expected -- It shows true for any…
-
thanks for the feedback paul...BTW are you able to do bulk merge statements in this way? We are using it too and in your case I would suggest a sort of workaround - There are now three custom fields in addition to the default email field. You could use the accounting email in the netsuite "email" field and then use the…
-
Yes, I am trying to copy all sales orders to email to our printer when they go in so that they can be picked immediately. So that address is fixed for all orders, the customer address is the only dynamic email.
-
It also shows that they offer a trial. I think we will test this out too.
-
No one has seemed to elaborate on the scripting method to use. We need this functionality too and I'd like to figure it out. - Thanks!