My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
The suitelet path isn't working. nlapiPrintRecord() prints the wrong information -- I need to use a customform. So what I have now is a BeforeLoad script that sets the customform to Invoice so that the Print button always prints the Invoice, and not whatever the last person set the form var to. The second is a button that…
-
The roadmap includes server-side suitescript anywhere in hosted pages or web store templates. We expect to introduce this in an upcoming release. In 2010 r1? Or sometime in 2010? So currently, there is no way for me to create a page on the site that does something if the user is logged in and is a certain role, and do…
-
Can you use SuiteScript anywhere on the NetSuite published website?
-
We use it to display an image (photo) of our customers
-
I too am wondering why, upon a registration page, there isn't a hidden field I can add (similar to Login Access) that logs the user in. Really? No way to do this? This URL seems to work with a GET rather than a POST:…
-
Thanks for the replies. The SOAP calls were taking forever. I'm fairly certain it was because of the server we're on, not because of NetSuite. Though I'd love to figure out why things were not working, billable hours are for fixing problems! By setting up an External Lead Form, then having the PHP script POST to that form,…
-
<%=getCurrentAttribute('item','storeDisplayThumbnail')%> Mat, Thank you. We are half-way there. In you reply, you reference "etcetc". Could someone tell me the code to replace "etcetc" with a variable that returns the correct image location for the current product. I believe the code is:…
-
The documentation states: To pull information from fields on the current applicable record in the site, such as the item being viewed or the customer currently logged in: <%=getCurrentAttribute('recordType','attribute','default')%> For example, to pull the name of the customer currently logged in, your tag would be:…
-
Turns out the declareCurrentAttribute() calls WERE required, but in the "Meta Tag HTML" section, not in the body section of the page. Did I miss that part in the documentation somehow?!?
-
I'm using it on a website page that I created. Nothing special, except that it is only available to roles that have login access, so non-logged-in users do not see the link, nor can access the page. When you say "might have to declare it" what do you mean? I didn't see anything in the docs about declaring anything. I…
-
The documentation states: To pull information from fields on the current applicable record in the site, such as the item being viewed or the customer currently logged in: <%=getCurrentAttribute('recordType','attribute','default')%> For example, to pull the name of the customer currently logged in, your tag would be:…
-
I'm not including any tags, so the declare* functions aren't applicable. Thanks for the suggestion though! The documentation states: To pull information from fields on the current applicable record in the site, such as the item being viewed or the customer currently logged in:…
-
The documentation states: To pull information from fields on the current applicable record in the site, such as the item being viewed or the customer currently logged in: <%=getCurrentAttribute('recordType','attribute','default')%> For example, to pull the name of the customer currently logged in, your tag would be:…
-
Oracle seems to be making great strides in the iPhone arena. They have multiple apps out and working. Are there any encouraging words for us Netsuite / iPhone users or updates on timing? Netsuite may wish to publish multiple apps for various functional areas of Netsuite.
-
Any update on iPhone application development available?