My Stuff
Comments
-
Hi Danette, Thanks for your response. Basically I am looking to reference pdf's just like you have done. My question is how did you actually know what file to reference on your drilldown page? do you have a customer field that has the name of the file, are you by default looking for a pdf with the product name in it or is…
-
Hi, I have still not been able to find a solution for this problem... Thanks Tony's input, I was able to find some code that will break me out of the customer form frame. function changePage() { if (self.parent.frames.length != 0) self.parent.location="http://shopping.netsuite.com/my home page"; } I placed this function in…
-
After digging through the help facility, I eventually found my problem. In the Save Record Function, the last line of code needs to be "return true;". This will force the underlying code to process and save the information in your form. You get there by following this path - Setup->Marketing->Online Customer Form -> Custom…
-
Nobody beats the Wiz... There used to be an electronic chain store in the NY area call the wiz, and there radio jingle was "Nobody beats the wiz, nobody beats the wiz"... Anyone else out there remember the jingle? Nice work sir.
-
Hey Wiz, I like the drop-downs. What software are you using to enable them? Did you have to set a doc type or come up with any work around's to make them work? In the past, every time that I've tried to use a drop-down library, I've come across problems. I like the ones at Dynamic Drive especially. Keep up the good work…
-
the one peculiar thing i noticed is that is looks Ok on IE. Go figure!
-
I'm seeing the same thing on one of my client's websites. Hey anyone from NS support reading this. This is very bad! NS might need to bulk up the test bed a bit. This should have been caught prior to release. It looks like in my case the font-family settings are being unset, or blanked out. Help! Thanks, John
-
Doh! that worked for me too. Thanks edmzap!
-
Thanks so much for your help, that worked perfectly. No need for any joins either!
-
Thank you very much Chris, that worked like a charm!
-
A client of mine saw a similar problem. But in his case was only happening to some of his customers. Turns out that any customer of type 'Company', were experiencing the problem. Customers of type 'Individual' were fine. I don't know why this was happening, but apparently it had been happening for a while. I don't know how…
-
Thanks, but that didn't seem to do it. I don't get it...