My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comments
-
Thanks for the reply James, but thats not the case. The defect is 11 months old, and doesnt affect normal PayPal orders so the whole thing about the security code doesnt make any sense. There is no workaround and none was giving to me at any point. Even if the problem was finally fixed, and from what im aware this will not…
-
Same here, you would think that the order would get put on hold in the background until the payment comes through, only then should the order be entered into NetSuite. We have to go through a list each week to cancel ones that are like this :(
-
We are about a month away from starting up with CyberSource and came across the issue of not being fully integrated. It would be a great benefit to have the all in one solution, that way we could leave the sales reps to sort out any of the case's instead of the accounts team having to intervene.
-
Yeah, its called PCI DSS, if you ask your account rep for it, you should be able to sign it and send it back and they give you access to the card numbers.
-
Im not sure if its exactly the same but we use PayPoint (SecPay). After setting it up, you create a sales order and when you save it, as long as the "Get Authorisation" checkbox is ticked (Defaulted on our account) if the sales order saves without an error the card has been authorised. To actually charge the card, you…
-
Well, we have moved to MailChimp and hooked it up using Cazoomi. What can i say, it works perfectly. Customers are importing to different lists that we have setup in Mailchimp i.e. different languages have different lists using Cazoomi. The emails going out via MailChimp have far better delivery rates and tracking than…
-
From a MailChimp side of things, its much better. The analytics's are great and we are getting better results i.e. delivery rates then that of NetSuite. I haven't yet got Cazoomi but this is something ill do this week and report back.
-
Great, thanks for the input Belinda :D
-
I think it does it by customer so it would probably send out 2 emails, the way i did it was to create a saved search which only had the email address as a result, then i grouped this field so that if there are any duplicates it wont show in the saved search. You can then use the groups to grab the emails from this saved…
-
Probably going to have to file an enhancement request, how long before we get it though. :( Few years me thinks
-
I'm also interested in getting this working. As previously mentioned the campaigns only record profit based on revenue and whether or not a lead was created. There is no current way to have the profit calculate based on the amount of clicks vs the revenue. This seems to be a huge part of this feature missing. Defect me…
-
We had this issue when we started with bins, basically if you have bins active you can still change the on hand figure for the item itself, not just the bins. You would have thought if bins were active on an item, you shouldnt be allowed to make adjustments against the base amount. Because of huge screws up we decided to…
-
Hi Damon, not sure if this would work, but on the inventory tab on the right there is a field called safety stock level, you can enter a value and amount of days in there as well.
-
Hi Mathieu, i had a feeling someone would say that. We have saved searches at the moment that use the summary tab to do just that, so will just add something on to get them changed. Thanks.
-
Have a look at our site https://www.blitzsport.com, this is SiteBuilder which i converted to Bootstrap. Chris
-
Just a quick bump, would really appreciate any feedback on this. Thanks!
-
Hey, sorry, missed out the <script> tags around the javascript, should be something like this <script type="text/javascript">$('a:contains("Request a Return")').closest('tr').remove();</script>
-
Hmm, very strange, are you seeing any errors in the browser console? This is working on our account, im assuming you are not using Reference My Account? What is your store address? Ill have a look. Chris
-
Hi, we have this on our site, create a web site tag with no default value called something like REMOVEREQUESTRETURN. Add <REMOVEREQUESTRETURN> to say the footer of the website theme. Then go to the web site tabs, edit My Account > Tag Substitution, find REMOVEREQUESTRETURN from the dropdown and under the substitution value…
-
For others looking at this, we had to add our own jQuery to the header <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> Chris
-
Hey, sorry no, its done backend by NetSuite so cannot be changed in the source. So much for full customization.
-
Hi Sam, thanks for the response, i'm going down a slighter different route here and trying to hide the buttons server side rather than client. Here is where i am so far: 1. js : src : app : modules : Order : OrderLine.Model.js > under toJSON i have the custom field i.e. var ppo =…
-
I hate it, they should remove the warnings when saving templates. If an error is made, then it will be visible when viewing the website, otherwise whats the point in warning someone for entering completely valid code.
-
Apparently these are all fixed in 2010.2???
-
That takes a long time to load. As a customer i would have closed it and gave up. I am assuming that report shows all items created in that brand range? If so, you might want to add a date range for "Date created" to maybe limit products added in the last month or so, that would speed it up alot.
-
We use the sub-domain option. Our NetSuite hosted website is www.blitzsport.com but our blog is at blog.blitzsport.com. Using CNAME redirection we were able to buy hosting externally with a company that could host Wordpress and redirect all traffic to the relevant sites. Works perfectly.
-
Hi Tony, thanks for that, the problem is i wanted to pull several records onto the item template. Basically, i would run through all the records and show only ones that relate to that item. For instance, on the custom record i could have two fields, one called "Item Id" and the other something like "Features". Then when…
-
Does this mean if you have say a custom field with some HTML inside it, inside that HTML are attribute tags for example. In order for those tags to work, you need to declare them outside the HTML, but within the template, sort of like passing the product info from the template into the custom tag with the extra HTML inside?
-
Hi, do you have any experience with html and css? If so you can just write a some css styles to change the hyperlinks and body colours. If not, link your websites url so we can have a look at what you currently have setup.
-
Hye, im not a scripting wizard but could you not create a cookie after this has been submitted? I think you can create cookies using Javascript. You could then have your script check the cookie for the variable. I dont have examples but there are plenty of tutorials out there for cookies by javascript. This would mean it…