My Stuff
Comments
-
Really need this as well
-
When choosing Filter go to "Item Fields..." and then choose the appropriate filter joint. For example my filter looks like this Item : Subitem Of is RADIOS Or Item : Type is Inventory Item
-
Thanks! Just voted for this enhancement. Hopefully it will eventually get some attention.
-
I am having the same problem. I've tried using saved search, but it doesn't seem like there is a filter for drill down template. If anyone have found a solution, please post it.
-
If you just want to populate the fields on the form, you don't need to get department name, person's name etc. You can just create custom transaction fields of type List / Record Department, List/Record Employee etc. Then you can get internal ids of the User, Department etc. and set custom field values to the internal id…
-
Same problem here.
-
Weird. By looking at Netsuite source found out that using the following for sublist id works: recmach + ID + _case so my id was just ID and for sublist i am using recmachID_case ...
-
We've created the whole system to track down returns and warranty replacements with a lot of script and custom records. So here are some tips: -If you are creating return authorizations from the order or cash sale, then it is linked to the original fulfillment. You can create a script: when Item Return is saved look for…
-
This is a huge problem for us too and since this appears to be a basic functionality,which is absolutely essential i hope it will be fixed as soon as possible.
-
I've never tried it, but On Before Load you could redirect them to a Suitelet, which would have a field to select the right form. I think you can make that suitelet look like an alert. On that suitelet you could have a submit button, which redirects them back to the Opportunity with correct form selected. You would have to…
-
Our sites have been up and down all day yesterday. We filed the case already. I hope Netsuite resolved this already.
-
Try different browsers. That happens to us sometimes when there is some javascript in the description. I think Netsuite should really prevent that script from executing unless it is an inline HTML field or specified when creating the field. But I usually try it in a few different browsers and at least one works. Not the…
-
Hosted files work just fine until you want to use them as Category thumbnails, for example (media item selected on web category). In this case you can't select any hosted files, can't really use alt tags and so on. It would actually be nice if there was a web tag for getting that alt tag and all other fields from the image.
-
So true about the "monster of table" Here is few more things about html code, which Netsuite inserts or "corrects" inside Rich text html fields such as Item Store Descriptions: -It changes align = "center" to align=middle -<li>list entry</li> to <LI>list entry -<br /> to <BR> -inserts <font></font> when could use styles…
-
It seems like Netsuite pays much attention to different new cool features like the Workflows, but completely ignores the problems and important issues that really need to be worked on. Many features in Netsuite are half-done, it's like they will excite everyone with these workflows, but then you find out that it only works…
-
Thank you, Evan! If it helps, it seems like i found the exact line with problem: using IE8 develper tools (Tools ->Developer Tools) I searched for a line td width="80%" vAlign="top" colSpan="2" If I change width to 0%, the Developer tools aligns the page to the left.
-
We have the same problem only on Payment page and filed a case but Netsuite has completely ignored it. This case is open since November! Doesn't seem to me like this is something extremely hard to fix! It's right on the payment page and many customers have IE8: someone in Netsuite, please fix this issue. Defect #172089
-
Just tried removing DOCTYPE completely, it fixes the alignment, but breaks other things.
-
I'm having this problem too. It makes it hard to use libraries, I have to put all my scripts into the head on the theme now or do some workaround...
-
Steph, To add shipping estimator to cart go to Set Up Website -> Appearance. Under Shopping cart section there is and option "Show Shipping Estimator in Cart" (only works for the cheapest method though - UPS Ground in our case). As for the other fields, supposely in the new version which will be available this Fall, we…
-
We are having a huge issue with cart abandonment related to multiple steps in Netsuite cart. It would be great to have the ability to customize the way checkout pages look.
-
I was trying to make the links in navigation clickable, but could not finds links related to each step. Do you know where to get these links?
-
We are getting huge cart abandonment as well, which we think is related to poor design of checkout pages (which unfortunately is way too hard to change :( ). Customers have to go through too many steps and at the end just abandon the cart.
-
Bill, We long ago figured out that it better not to use information items for anything, because they have a lot of limitations, scripting being one of the limitations.
-
Olivier, nlapiFindLineItemValue(type, fldnam, val) was added to SuiteScript recently, at least i can find it in Help section. I have never actually used it. Retsuca, It seems like the function you are using returns line number, not item name. Try doing something like that instead: miscLine = nlapiFindLineItemValue('item',…
-
Very Slow for us too
-
Very slow for us too.
-
We've experienced slowness since yesterday afternoon
-
We are down as well
-
Recently we've experienced exact same problem when viewing or editing customer groups. One of the administrator accounts gets an unexpected error. Your description sounds exactly the same as what is happening with our account: only one account with administrator role experiences the problem. Other accounts are ok, other…