My Stuff
Please note that on Friday, September 19, 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.
Comments
-
Exactly, it works. Thansk for yoru Input and Help. Not sure if I understand completely, but if you are using SuiteScript with a custom child record, the data is only accessable via nlapiSearchRecord. Hope that helps -C
-
pog2000, Even i got the same msg which bphommasa got. all the functions on clicking the button, is working fine. but at the end, i am routed to a window which tells the error msg "Invalid Page Parameter. Unable to view page". Can you tell me why?
-
I have tried it, but no luck any more ideas ?
-
Thanks Amit, Let us wait for positive result !.
-
Thanks for giving an idea Yang. here is the right code, it may helps to others. function TotalCost() { var a = nlapiGetFieldValue('custrecord_travelcost'); var b = nlapiGetFieldValue('custrecord_flightcost'); var c = parseFloat(a) + parseFloat(b); nlapiSetFieldValue('custrecord_totalcost', nlapiFormatCurrency(c)); return…
-
Thanks For your advise Matt. i tried it, it is Working !. Let me share what i have done, it may helps some other users too. Actually, what i have done is, i created another date field and kept it hide, and set it up default date as current date. then i compared my MyDateField with the HiddenDate field. it is working for…
-
Since i failed with the previous one, i have tried with this, function TotalCost() { var a = nlapiGetFieldValue('custrecord_travelcost'); var b = nlapiGetFieldValue('custrecord_flightcost'); var c = a + b; parseInt(nlapiSetFieldValue('custrecord_totalcost',c)); return true; } but here somwhow the result is showing up in…
-
Hi Yang Thanks for the alert on return false statement. Yes, i am using 2008.1. But, i am not sure why i its populating twice on my screen.
-
Hi Matt Thanks for intiative & help on my first step of Suite Scripting. It is working now. Thank you so much. Robert, I am happy to see your opinion on this post, thanks for sharing your thoughts. Please keep it up. I agree. Disabling the fields is not needed to make the values mutually exclusive. This method would…
-
Thanks for reply, my issue is resolved
-
Yes Evan, looks like we have to file this as defect. i have opened a case on this, please check Case #722072.
-
Hi Evan Thanks for your Input. Yes, i have checked it , there are no email id s under any saved search.
-
Thanks for your reply Jeff Let me explain you the results..... First, try looking at your Preferences. Go Home > Set Preferences and look at the Alerts tab. That should list all the e-mail alerts that you should be receiving from Saved Searches. i do not see even a single saved search list under this. Otherwise, could it…
-
Hi All Please let know, if you looking for more details or it is not clear.
-
Hi Jeff Just liek a casual doubt, the Vendor is not an admin in our account, But Vendor getting an E-mail alerts, as well i am getting CC. nowhere i see vendor's email id. any ideas, where we can find out vendor email id on PO email alerts/saved searches. i think thet way we can find out my email id... Please advise me .
-
Thanks Angela Even, do we have any other way to do this process automatic, instead of entering them all manually. any other xml import or any other way to enter my bill expences faster than what we doing now. Please help me.
-
Thanks for your reply
-
Yes Neil, but in this site seems it is done by matrix feature, i do not have matrix feature, so i need to create custom length and width and that will calculate length * width and that price should go to shopping cart. as i need this for only one item i dont want to buy matrix feature. can you suggest any sample script.
-
This is inventory item. actually what i am trying to do is, i will allow customer to select length and width from custom fields in item page, based on selection the price will be displayed in another custom field, that custom price needs to go to cart when they add that item to cart. not the online price from item record.…
-
Hi Everyone, any help on this post please, any inputs from NetSuite ?.
-
Any solution you think??
-
Hi All Do I need to put my query somewhere else. can you pl suggest. BRegards
-
any updates any help from people please.
-
Yes i heard that we can create 2 versions one for web and the other one for mobile. But i need some help on where i can deploy, as our current site is in themes and setup all in website setup. do we need multiple web site feature to setup mobile version? if so any sample code or script to identify which version works in…
-
any idea we can achieve this without adding another site. Please share your thoughts.
-
do we have specific functions to change item templates?. based on teh item type?. do i need to write client script, or we can insert in item template iteself?. can it be possbel with cinfiguration or something. can you please give me more descriptve on this.
-
If i understand right, your advice will work for populating sub categories in a drop down from sourcing other drop down. but my situation is, when user clicks on parent category it shoud show like this parent category A Sub Category A1 ITEM 1 ITEM 2 ITEM 3 Sub Category A2 ITEM 1 ITEM 2 ITEM 3 I done this, but i need to…
-
Hi Joe Thanks for the reply, If i copy and paste the source code from standard login page, it is just HTML code, will show the design only, but do you think it works to me to login to store? i have tried to copy source code from standard login page and pasted in my category template, it is just showing as login page, it is…
-
Hi just add additional input...all i am expecting is, how we have search portlet to search items. the way i want customers put their user name and paassword and click login button directly instead clicking on 'login' link and redirecting to login page. Hi i would like to have store login fields (user name, password)…
-
Thanks for the reply. in the site Pano Logic, They have customer logina dn new customer on same page. this looks good . if i go and add to customize text can i get same look and feel, or do i need to write scripts and call somewhere? please advice me.