My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Comments
-
Looks like I can't filter them out but can at least use the generic lookup function mentioned by Frederic here: https://usergroup.netsuite.com/users/showthread.php?p=141843
-
That is extremely helpful info. So sounds like I can remove that look-up entirely. I was concerned about speed issues because of it.
-
var FIELDS = ['type','otherField','otherfield1',...]; nlapiLookupField('item', itemInternalId, FIELDS) Uses an array of fields, returns an object with key names equal to to the field ids in your array. Type returns NonInvtPart for non inventory items.
-
function validateLine(type){ [INDENT]if(type == 'item'){ //for inventory items only var item = nlapiGetCurrentLineItemValue(type,'item');//get the item var ship_rate = nlapiGetCurrentLineItemValue(type,'custcol_ship_rate');//get the ship rate field [INDENT]if (ship_rate == '' || ship_rate == null) {//if ship rate is not…
-
Frederic, Thanks for info, this can help me solve my issue here: https://usergroup.netsuite.com/users/showthread.php?t=29442
-
Thanks for the response oliver. I am including Store Front Order as an additional field in the sublist. So each line has different data in that field. I need to read that data even though I see the field in the xml view of the page I only recieve 'null' when I try to read from it. Is there a limit to…
-
I must be missing something pretty obvious here. When I create a record level script I can set the buttons sub tab to create a button. In the form level script it appears I need to create a button using script. I can see in the Help Center that I need to use... addButton(name, label, script) but this is connected to the…
-
Thanks for the response. The script could be server-side or client-side. I don't see 'deposit' in the SuiteScript Record Browser or in the Scriptable Records in help. I only see Customer Deposit and Deposit Application. I hope that doesn't mean I can't script this area. I did look at deploying to the form. The use case is…
-
I have made progress on this. But I have hit another road block. I need to retrieve some values form the sublist. I am using nlapiGetLineItemValue. It will not reutrn results for all of the fields on the sublist. This works: nlapiGetLineItemValue('payment','pmtamount',1) This Doesn't:…
-
Awesome. I didnt realize buttons were under actions. It is in a different place on the record scripts.
-
Netsuite tech support says 'Weight Unit is not Scriptable'. I don't believe them. I'm going to attempt: nlapiSetFieldValue('weightunit', 1) I'm hoping that this just magically works.
-
Thanks for the update.
-
I mostly use effectively static pages. Once the page loads, my JavaScript sees a bunch of if-then statements. GetCurrentAttribute tags populate the arguments for the if-then statements and changes to the page are made accordingly. You know I had never thought of actually using the getCurrentAttribute tag to control a class…
-
I think that's exactly what I'm looking for. Thanks for the input. It would be a complete reworking of our site, but it could be worth it.
-
I think i'll be filing another support request on this. I recently ran an 'end of year' up date on about 20,000 item records. It took over two full days. 1000 records per 15 mins = 5 hours for 20,000 records. Obviously I think something might be wrong :) Thanks for the responses
-
It took approximately four hours. So not as bad as it originally looked but still very unimpressive. approx. 1 every 23 secs
-
Thanks for the responses guys. ... Time to try this Pipe Thread technique and see what happens ...
-
We are also experience this issue. While 'minor' in that there is a viable workaround, this change does impact our sales team's work process. It is the second week in a row that a Thursday night update has had an impact on how our employees work.
-
Thanks, I actually had never tried creating an entirely new form. I was using the old forms and hitting save as, so I had never actually seen that option. That certainly makes this easier :)
-
Status.Netsuite.com is reporting the problem: A datacenter-wide incident in our NA West facility is causing slow performance for customers local to this data center for users attempting to access SuiteCommerce Web Store functionality. We take this episode very seriously and are working to mitigate it as well as actively…
-
Pingdom is reporting four second response times. And we are seeing "page not found" messages.
-
Still down. Any timeframe for NA West to be back up?
-
Thanks Evan! This is the first issue I can remember that seems to be limited to just our account. I appreciate NetSuite escalating this to an S1.
-
Is the first image a NetSuite default theme? I have had themes get 'stuck' when previewing them. But I haven't seen them change on there own.
-
I played with your CSS for a few minutes and I believe the problem is this: Style.css line 889 #outerwrapper { width: 100px; } Shouldn't it be "width: 1000px;"? Once making that change then adding "margin: 0 auto;" to outerwrapper centers it. So change Styles.css line 889 to: #outerwrapper { width: 1000px; margin: 0 auto;…
-
Unfortunately the 'regular' storefront doesn't validate and judging by how long this issue has been known, I don't expect it to ever validate. Suitecommerce advanced will be able to validate. I do not know if it does out of the box though.
-
Oops... replied to the wrong thread... to many tabs :)
-
I like your statement..."Process of writing/building SSP process is very under documented. I’m sure they will produce more samples as they add in fixes and enhancements." I was looking through SuiteAnswers at the SSP documentation. A lot of the links were broken for me. Did you have the same experience? And nice job so…
-
Same problem here. I have an inventory item saved search. I want to edit the fields in the results. There is no link to enable direct list editing at the top. What do i do to get the link to show up?
-
We are also having this issue. It is effecting our checkout. Noticed at 9am EST.