My Stuff

jrattinger

Comments

  • jonke, I did, but it wasn't returning any rows. I'm using a shared userid, so i cant log in now. I'll try to tweak it again later. Thanks for your help so far
  • Thanks for you help jonke! After a little playing i got it to work. Much appreciated!!!
  • I can't upload the screenshot.... Basically, it was a customer search with the following criteria: transaction : date IS ON OR BEFORE 30 days ago AND transaction : type IS Receiving Report AND transaction : main line IS TRUE
  • [ATTACH=CONFIG]nArray[/ATTACH] Here's the screenshot:
  • Coffeeguy / Wayne, the order of the tabs is defined on the setup website page, under the appearance tab i believe. Double check, because i think your existing site does actually use that order dynamically.
  • I have a pintrest button working with the following code, no javascript needed... &lt;div&gt; &lt;a href="http://pinterest.com/pin/create/button/?url=<%=getCurrentAttribute('item','canonicalurl')%>&media=<%=getCurrentAttribute('item','storedisplayimage')%>&description=<%=getCurrentAttribute('item','storedisplayname')%>"…
  • Hi, I'm also interested in customizing the customer center, especially in the case of using the new Single Sign On (SSO) functionality. It is my understanding that when you provide SSO from another website, the customer will be sent to the customer center. Naturally, if this is their first view of a site, you would want to…
  • Thanks Brett, sorry for the slow response - i forgot to subscribe to this thread... i was referring to an external site that would use the NS cart via the WSDK. After going back and forth, I'm starting to lean more towards NOT going with an external site. The nature of the site I'm working on will require dynamic queries…
  • Interesting stuff... I'm looking to possibly build an external site for a client who already has an existing site. Does anyone (Brett) know if the contents of the carts for both the Netsuite hosted site and the external site will alway be in sync? i assume the answer is yes, since they share the same cart. If the answer is…
  • Hey Wiz, Did you ever get an answer on this? Thanks, John
  • following RefurbUps's suggestion, i have used GSiteCrawler. I am happy with the program and it's price (free). As far as i can tell, it seems to work perfectly. I'm currently using it for 4 sites. Download it and give it a spin - what do you have to lose? Good Luck - let us know how you make out.
  • Do any of you guys automatically ping the search engines when a new sitemap is created? I'm trying to figure out if i can do that either from a script inside netsuite, via an external script that detects a new sitemap in netsuite, or via one of the web crawlers that have been mentioned here. Does sitecrawler also index…
  • Thanks for your response, but that still doesn't seem to work. I've tried just about every possible combination i can think of, with no luck. I need to get the grouped results and process them. With the exception of looping through all columns returned and logging the values, every other attempt returns a blank. Below is…
  • Thanks, that was easier than expected! Anyone have any idea on how to ping Google in the manor that i asked earlier? i found the following PHP snippet. is there a way that I can use it from a suite script? [PHP] <?php /** * Function to ping Google Sitemaps. * * Function to ping Google Sitemaps. Returns an integer, e.g. 200…
  • The value that I am setting (or trying to set) is calculated by calling a saved search and totaling the results. It is done on the fly and we don't want to store it in the db. We are looking to set this value on several forms and form types (such as transaction, cms, customer,...). There's got to be an easy way to do this,…
  • Olivier, thanks for your response. I have a few questions, just to make sure I understand after re-reading the suite script development guide... I would need to create a user event script. Set the before load function appropriately. In the deployments tab, I would need to set each record type for each form that I want to…
  • Interesting post... Tom, After looking at your site, i assume you are looking for a solution for a SuiteCommerce Site Builder site, not a SuiteCommerce advanced site. Have you had any luck or feedback on the netsuite addon product - SuiteCommerce Site Builder Add Ons Module - MM? I assume that is the product from NetSuite…
  • Great post farrago. I would point out that the second method gives you more control/granularity. Since tag substitution works on the category level, you would need the second method if you wanted to display breadcrumbs on category and item list pages, but not on item drilldown pages. In a large, complex site, perhaps a…
  • John, Did you create 301 redirects for all of your old links to the new ones? Did you submit a new site map to google? I you didn't do either of these, you should do so, asap. You might have already lost some of the seo juice that you built up over the years, but should be worth a try. John
  • This could be done very easily with a little javascripting... Simply read the new custom field, if not empty, display, else display the original description.
  • Hi Rob, That would be great! I just sent you a pm with my personal information. Thanks! John
  • Hi Charles, Thanks for your response! I am going to try the custom pdf approach using nlapiXMLToPDF.
  • My problem went away by setting the font specifically in the setup -> website page. It was set to use from website, but i changed it to a font and seemed to work. Give it a try, it's worth a shot.
  • If you want to share the same javascript code among all of you multi-sites, you can interrogate the base URL to determines what action to take. Alternatively, you can hard code site specific code in each theme for each site.
  • Hi Evan, Thanks for jumping in... Yes, my form is a customized external sales order made from a cash-sale type external order form. I have tried every other combination as well, without any luck. Am i correct to expect to see this form in the drop-down on the setup website page? I'm very concerned about isolating this test…
  • Hi Brett, Yes, i just got this working a little while ago. What I did was edit and then save as, the form - "Custom Online Order - Cash Sale", type=Sales Order (External). i thought I tried this before, but i guess not. Now the newly created form shows up in my drop-down list in the scriptable cart section of the website…
  • Hi d.j., thanks for your response. the form that i am using is a customized external sales order. Should I expect to see this customized form in the "Scripting Template (credit card)" drop-down list?
  • Hi Chris, Did you ever get this to work? I am seeing the same thing with very inconsistent results. I took a peak at your site and i see you are doing things a little bit differently with a redirect. I'm just trying to get the site to consistently switch back and forth between 2 languages. It seems that most of the time…
  • Does anyone have any recommendations for a work-around? I have a product that has a couple of "options" that are actually individual inventory items. We would like to have these options remain as individual inventory items and have their inventory decremented when chosen for a kit. So in this scenario, the user will have…
  • Hi Fred, Thanks for your input! This is exactly what I was thinking about implementing. I now have it working on my drilldowns. Thanks, John