My Stuff
Comments
-
Hello, I am looking to do the same thing. I need to let anyone upload large (50mb) files (photographs) in to the file cabinet, but also need to store basic information (name, contact info) associated with the photograph. Any recommendations? Thanks! Andy
-
Doesn't appear to work... I tried the following: http://(.*)item-name to http://$1new-item-name and it wouldn't even let me input the from redirect, so it doesn't appear to work.... This would be a great feature to have, though. I'm going to submit it to SuiteIdeas.
-
Yep, that's definitely what it is. Is there a way to quickly get the price of the lowest matrix child item in a saved search so I can run a CSV Import?
-
Yep...that's pretty much how it goes... I don't know what to do about it. If it were happening on a page where I was executing all kinds of extra scripts and other stuff (like the individual product page), I could see how it might happen, but it's on a category list page for god's sake...
-
Well, I appear to have "fixed" it. I downloaded the entire folder of my category images, batched them in Photoshop to make sure they were all assigned RGB color space, flattened and saved for web properly with a new file name. I then reuploaded them into a different directory in Images and reassigned each category its new…
-
Nope, sure didn't. It was possibly going to be fixed in the latest version on NS released in November, but by that time, it was pretty much too late and the client needed their site up. We ended up just removing the color thumbnails from the item cell. The only other idea we had was to upload blank color thumbnails into…
-
OK, I figured it out. It turns out that, according to the CSV specs, to include double quotes within a string that is already quoted, you need to use two double quotes (""). I changed: itemDesc = itemDesc.replace(/"/g, '"'); to itemDesc = itemDesc.replace(/"/g, '""'); I also removed itemDesc = itemDesc.replace(/,/g, ',');…
-
Figured it out. My password contains special characters...because you know...password... and apparently NetSuite doesn't like that. :rolleyes:
-
Thanks for the reply, rnedelkow. I actually figured it out on my own. On another note, can NetSuite figure out a way to link to help docs or SuiteAnswers. These links (like the one you posted above) never work and always end in a redirect loop...
-
I don't even got an opportunity to chose my role. It just immediately gives me that error after I enter my email and password...