My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
I would suggest using the Transitional doctype because of legacy markup and not all styling is controlled by css. Including a doctype is like providing a set of instructions to the browser engine of the proper way to render your markup. Not including a doctype can result to frustrating results. <!DOCTYPE HTML PUBLIC…
-
Mat / Chris - Although a website might render the way you intend without a doc type assigned, it is not considered best practices. Unfortunately most people aren't aware of what declaring a doc type actually does. The following info was published by the W3C (web developers best friend) Why specify a doctype? Because it…
-
Why not just use the register form?
-
Mat, Just looked at your code via Safari, if you look at the following line.. <div id="outerwrapper" style="width:900;margin: 0 auto;"> if I change that line to... <div id="outerwrapper" style="width:900px;margin: 0 auto;"> Your site renders correctly. It appears that NS is not adding the px to the width css code. I wonder…
-
Another way would be to assign the info items to a category, then assign an audience for the category to customer center "I think that role is available"
-
You have your infoitem layout and your infoitem cell layout, you will need to add the following code to your cell template. <!-- START CELL TEMPLATE --> <script type="text/javascript"> if ('<%=getCurrentAttribute('customer','entityid')%>' == null || '<%=getCurrentAttribute('customer','entityid')%>'…
-
Not to mention you can adjust the text area boxes ;/)
-
No issues here, but thanks for the heads up.
-
Steph - Just checked the link you provided in FF3 IE7 & Safari... the color was the same between the browsers on my end.
-
No one?? Basically is there a way to capture a record count?
-
I thought I did... Wonder why that is not listed in the website guide? Wow, I even called support and was told that it wasn't available. Thanks!!
-
.........................
-
Thanks for the info! However after you create that field, which transaction form would you use if you wanted to change the label or attach a script? I have tested all the external forms, but can't locate which controls that step.
-
I have seen this and noticed that most of the emails were good emails, wondered the same but didn't have time to address.
-
What about something that is not "out of the box"? Perhaps custom fields and a java script?
-
Wanted to provide an update... I have solved the issue, was related to a custom list. Added another item, saved and then for some reason it worked. Friday I had to call Tech Support, NEVER RECEIVED A CALL FROM THEM and have not received a call today!! Going to close the case on my end
-
# case# 802295 According to the case it is escalated. Thanks evan
-
I am getting a bit nervous here, I didn't receive a call back today from support regarding what is going on with this issue. We are set to go live Monday and have already send out a mailer to tell all our customers.... I was the biggest advocate to switch to NS for a website and hope the direction doesn't come back to bite…
-
I also would like to see an example
-
mimi Thanks for the info!! Does the saved search have to have items in the results?
-
I have that function built in, however this is a published saved search which doesn't use the templates. Going to see if I can do something with the CSS
-
I think that thread is regarding saved searches, but will see what I can do. Thanks for the link
-
If your creating your own NS theme, then you don't need the code
-
Got it... 1. Go to Setup > Web Site > Setup Tasks > Set Up Web Site. 2. On the Advanced subtab, set the following preferences based on the type of site you want to create: Output Line Breaks as <br> NetSuite, Combination Check this box to covert any line break <br> Check this box to covert any line break in descriptions…
-
Well you can do this one of two ways.. Method A Custom Web Site Tag / Custom item/category template (Item Drill Down) Step 1) Create your Custom Web Site Tag (name has to be in caps) TAGNAME Step 2) Then copy your current item/category template (Item Drill Down) or (Info Item Drill Down) for Info Items. (remember to select…
-
Yes, you can create a custom website tag, insert that into a custom item/category (item drilldown) template, insert the <CUSTTAG> into the custom template, then assign the custom template to the items that you want to include the item info.
-
Will try it, there is almost ALWAYS a way to make something happen.
-
Well, my last post worked! Again, thank you kkennedy for the suggestion!!!
-
Well not sure if I am coding it correctly.. Added the following in my template item/category (category List) template <script type="text/javascript"> document.getElementById("breadcrumb").innerHTML = document.getElementById("breadcrumbcode").innerHTML; </script> <div id="breadcrumb"> </div> Then in the Theme I wraped the…
-
Ok it worked when I first tested it, but now it doesn't... weird wait.. space between E l <div><script language="javascript">document.write(document.getElementById("breadcrumbcode").innerHTML );</script></div>