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
-
Thank you everyone so much. This helps me solve my question. Have a great day!
-
Thank you Pauline very much for suggestion. I voted for this enhancement. I hope NetSuite start this enhancement soon.
-
Thank you Herdi Rana for taking a look on this case.
-
Thank you Mikko very much.
-
Hello Mikko, Thank you very much for your reply. I found that GIFT_CERTIFICATE_ITEM record will create this as below. While I'd like to create a gift certificate as below by script, that the reason why I create a type of GIFT_CERTIFICATE: I reviewed the Schema Browser and follow the fields in the Gift Certificate to set…
-
Thank you Erick very much. I will try this way next time. I solved my issue by creating a custom record and attaching it to a parent record, I created a custom record and set id of the parent record to the custom field I created in the custom record for that parent: var customRecord = record.create({ type:…
-
Hi Paul and Brett, I'd like to create a custom registration form like both of you mentioned above. Could you please give me some instruction about this? Or show me the documentation of SSP to create registration form. Thanks so much.
-
Yes, Robert. Our customer placed an order from our web store and sent message to us about this because they did not understand what the message meant.
-
Hi, I'm also concerned about this problem and waiting for more discussion from gurus. Thanks so much.
-
Dear All, Now I have this problem in my website. Does Netsuite have any configurations to prevent duplicated email address when customers register in the website? Does anyone let me know? Thanks so much.
-
Thanks so much for your time, Michoel. You showed me exactly the incorrect line. And now I understand what happened with my report, my original code is <#if record.custbody4 == ""> <div class="min-height16"/> //-> I use "/" at the end of div tag, and BFO doesn't accept this, and then when I saved the report, BFO auto…