My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Yes, I believe that's what we used to have, but due to the lack of customization, we upgraded to SuiteCommerce Premium Customer Center, but while that offered the customization we desired, it didn't seem to have the consolidated payments feature you referred to. I'm inheriting this task from the previous developer, so I…
-
Agreed, this is totally not working! Now, after Googling the error code, I knew what was going on, but I really can't figure out how to change my code. I mean, the second link you sent describes that it is possible, but then the provided resources don't seem to give me everything I need, just parts. More specifically, I…
-
Any updates on this?
-
The answer is simple NetSuite needs to support CORS, but they don't. Yes, I totally agree, so how am I supposed to implement the code suggested in the help center here? If NetSuite wanted us to employ one of those methods you suggested, shouldn't that information be part of their post? I think we can all agree that…
-
I can confirm it can be done. I have done rate retrieval requests against both UPS, and DHL. The APIs are different but in principal there the same. Construct and XML string send it UPS/DHL parse the response. JohnCCole, could you please give more details? I'm not the only one struggling with this. So if you could provide…
-
Well, I've had a breakthrough. It seems I had a space in front of the XML declaration that was throwing everything off. I'm indeed getting an XML response now. Now I just need to play around with the rates Array. Thank you!
-
JohnCCole, thank you so much for giving us your code. This should be a great help!
-
Interesting. An AfterSubmit function isn't available for Client scripts; is there a different type of script I should try for what I'm trying to do?
-
Great! Here's the value of the "strUPSXML" variable that I'm sending based on your code (I've removed the private values): <span style="color:'#333333'"><span style="font-family:'Arial'"><?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"…
-
Okay, looks like you can't call those functions with a Client record, server-side only, so I've made a User Event script and it seems to be working. I really with this was evident somewhere in the documentation.
-
JohnCCole, thank you again for helping, I really appreciate it. I'd actually already found that missing line myself, and I'm still having trouble. So I've incorporated your code into a Suitelet that's called from a client script when the shipping address is updated (I will change that trigger later). Using…
-
Thank you for responding! I've tried it, but for some reason I'm missing something. Here's what I have so far: var parentId = nlapiGetRecordId(); var childRecords = nlapiSearchRecord('customer', null, ['parent', 'anyof', parentId]); for(var i = 0; i <= childRecords.length; i++){ var childRecord = childRecords[i]; var…
-
Oh crap on a cracker, that did it. Thank you so much!
-
While my preferred method is to simply use the one template file, I've created a temporary solution of just creating an additional template file. This works great, as expected, but if anyone knows how to make this work with just the one file, I would be very interested.
-
I know this is almost three years later, but any update on this? Seems like a solution wasn't reached.
-
Any luck with this, farrago? I'm having the exact same problem. I need to display the lowest price of all children items when viewing the category page that just shows parent items, but salesPriceHTML just isn't doing it for me. I know it's been a few months since you originally posted this, so I hope you discovered a…
-
Okay, good to know. I think we're at that point too, because like you, we don't want to input prices on the parent item.
-
Bushra, Any update on this problem? I know this is a few years later, but we're experiencing the same problem.
-
mushrush Any update on this? I'm looking to use the UPS API as well and not really sure where to start.
-
Brent, I know it's been a couple years since you posted this, but was this problem fixed? How? I'm having a problem with salesPriceHTML as well.