My Stuff
Comments
-
For me Search, Hide and Select are all greyed out. Any idea why that might be? Also, how can I force it to be true on save?
-
I wonder if this field is the problem. <%=getCurrentAttribute("item","salesPricehtml")%>; The 'html' part of salesPricehtml makes me think that this is the full code to display the price and not just a number. Does salesPrice work?
-
It's working ... I just need to add each item to the code which is getting tedious. You can see this post for how I'm doing it now. I'd love to replace the items with item parents.
-
That's it! Thanks.
-
The templates are now called 'Web Site Themes'. There's a lot more to them now. See here: https://usergroup.netsuite.com/users/showthread.php?t=27&highlight=Themes
-
I'm watching this thread too because I'll be starting in on the List Cell Templates next week.
-
Are you saying that you have an inventory of many but that a customer can only add one to the cart? ie: it this a "limit 1 per customer" scenario?
-
Thanks for posting your solution. Mind if I use it in the future? We have a similar situation. We're a charity and run a child sponsorship program. For each available child we have an inventory of 1 so when a child is sponsored he/she is removed from the web site. Trying to order more than 1 of the same child will result…
-
Yup, I would also recommend going with feedburner. But, I was under the impression that feedburner is used to modify and publicize feeds, not create them. I might be wrong on that. The Netsuite feeds are a manual process and have a bug that does not display the correct date. I still use the netsuite feed but use feedburner…
-
Not us ... Doh! Verification status: NOT VERIFIED We were unable to verify your file due to a server timeout.
-
When I got it to work I tried once (failed) then again a few seconds later (verified). I have no idea if timing has anything to do with it though.
-
I had to run it twice as well. It worked on the second try. Yay!
-
Thanks for the update.
-
Nope ... still getting the time-out error.
-
Same server timeout error here. Hope it gets addressed soon. Edit: This happens with both meta tag and html upload methods.
-
Here's what I've learned. There doesn't seem to be a way to use multiple lines of the same type on a saved search to update multiple fields. That's a shame. I'll need to create a dozen saved searches and scheduled scripts instead of just one. I'd love it if someone could prove me wrong. I also learned that field names are…
-
I second Olivier Gagnon NC 's suggestion as the only thing that jumps out at me. Do you have more information about the actual Error and which line it's occurring on? I need to learn more about debugging scripts. Right now I'm making edits, uploading to our sandbox, rescheduling and then waiting for the next 30 minute…
-
There are multiple amount fields. Ideally I'd like to use the same script to update multiple amounts. If that's impossible I'll look for other options.
-
This is the full script. I thought it was pretty simple :) The script is supposed to run a transaction saved search which returns amount spent for specific items. There is a currency field on the customer record for the item that should get updated by the script. I added some lines for debugging at the end. Did I get that…
-
Thanks everyone! I'll make some changes, test, and report back.
-
I've make the suggested changes, editing the script and the saved search and I'm still getting the same error. Under details, the log reads "id" but I no longer have anything referencing "id" in the script. Thoughts?
-
For the test script here, that is true. We do need the load record for the script we're using for our web site though. nlapiAttachRecord has been fixed (as of last night), but for some reason they didn't also fix nlapiDetachRecord. That's still broken.
-
This has been entered as defect #189161. I would like to see this issue escalated to S1. We have a substantial amount of time and money invested in a campaign to build our groups. Radio, print and online advertising will be completely wasted until this is fixed, not to mention the damage done to our credibility when we…
-
Can you use the regular javascript date object? http://www.w3schools.com/jS/js_obj_date.asp Maybe. I'm trying that now. The variable in question is in a function that is called from a button on the item record. If I create another function (in the same script) can I use it within the original function? So for example ...…
-
Thanks everyone! I appreciate all your help. I had read all the help documentation, but for some reason I thought that over the years I'd read something about monthly limits. Just wanted to make sure I was mistaken.
-
The formula would be something like I think: max({transaction.trandate}) It doesn't seem to work for me though. I'm not sure if we can even pull info from the transaction table onto a customer form. Can a formula wiz help us out with this? Edit: I asked for something similar to this quite a while ago. I never did get it to…
-
Yup, it works fine in a transaction search. For some reason it doesn't on the customer record. PS: This would all be much easier on the customer dashboard. It is one more click for users to acccess (if they're already on the record) but that's kind of what it was designed for. I do agree that it would be nice to see some…
-
I like the idea. I wonder if it would be possible to create a formula field on the customer record instead. One that looks at the max date on transactions. That would mean you wouldn't need to wait for people to complete new sales to populate the field. Just a thought.
-
Way over my head I'm afraid. Would someone mind posting the code for a simple custom form that emails the results?
-
Thanks Yang, I'm a javascript noob, that's for sure. I usually ask for help on things that should be simple (like an email form) but are overly complex in Netsuite. I'll have Clint take a look at the code since he's much better at javascript than I am.