My Stuff
Comments
-
I'm not following exactly what you mean? You want the products in another website shopping cart, or you just want to list those products and link to your cart?
-
We did our website in Martian and it worked better than in NS... just kidding! It worked equally as good but did not integrate.
-
Not sure about that but you can dter customers from doing so by putting a price break in. eg. 1 item = $10 per item, 2 items = $100 per item. I bet no-one would order more than 1 then.
-
Sales for the kit do not attribute to the inventory item's profitability.
-
OK, so leave the standard NS meta field blank. That way the built in feature that searches for that info will return no value. Now, say you have 2 websites, create 2 custom fields. Meta-site1 and meta-site2 (or whatever you wanna call them). In site 1, edit the item drilldown template you are using and reference your meta…
-
Of course, I'm just hypothesising... it may need tweaking, but that should get you going.
-
Yes I understand how kits work. Have you ever tried to do profitability breakdowns on them though? Anyway, whatever works for you...
-
You could ignore that meta field on the website tab, and create a custom field for each site. Fill in the info you need, site-by-site, and reference that in your templates.
-
Doesn't quite answer the meta info bit... unless I'm missing something?
-
I am presuming this will be an enhancement request that takes years in Netsuite. And by then there will be a new standard... I'd love to hear any NS employees response to Rob's comments. Very interesting points he raises.
-
One day... we will all obey google, our lord and master.
-
Why? It's done automatically. View the page source from any item and you will find <title>the is the value of your title field on the product record</title>
-
Lists | Support A good example can be found at http://www.htd.com/info/faq. They have done a great job of this. Bugger... must be full admin role for that. Anyone know what permission is required for this so I can get my admin to grant me 3 wishes?
-
Correct! We have the number 1 ranking for "wine box warehouse"
-
There's a NS Knowledge base now? When? How?
-
thanks for the link!
-
I saw in another thread recently that google's spiders and ns have some sort of understanding whereby they automatically ignore jsessionid's Maybe someone from NS could put pen to this so it is clear.
-
2. use the free user agent switcher plugin to switch the browser's user agent to googlbot You do what now?
-
Can you edit the directory that they are in and make it a sub-directory of Webite Hosting Files directory?
-
Is it possible just to edit the Images folder and suggest that it become a sub-folder of Web Site Hosting Files : Live Hosting Files I don't have the permission to test: Permission Violation: You need a higher level of the 'Lists -> Documents and Files' permission to access this page. Please contact your account…
-
I have found that using + works in some areas of NS for replacing a space or %20. Not sure if it will work there but work a try. Wiz
-
Hey Wiz, try switching your starting declarations to var desc = ''; Oh wow. You know you've been staring at a screen too long when you don't pick up on that! Thanks so much
-
Ah! I was not returning the values. Got it.
-
I am sloppy and misleading
-
You never let us know the results :(
-
Thanks for the reply. Any idea when this will likely happen?
-
One system, no limits* * Your interpretation of limits may vary from ours.
-
What was the issue? I'm getting the same thing on a different type of workflow.
-
Got it! For those playing along at home I had failed to submit the record. function userEventAfterSubmit(type) { var recID = nlapiGetRecordId(); var rec = nlapiLoadRecord('salesorder', recID); var sendemail = nlapiGetFieldValue('custbody40'); if (sendemail == 'T') { rec.setFieldValue('custbody40' , 'F');…
-
Ah ok... so I have to re-load the record and change the value. Any clues there? I'll hit the help guide now anyway.