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. I have tried to do it, and the button generates perfectly in the page (even considering a condition within a custom field). However, for some reason, when I click the button, it simply does nothing. Would you have an idea why this is happening? The code in the user event script looks like this: function…
-
Bonnie, It works now! I also tried the same solution and it still did not trigger the suitelet with the button. After comparing to what other buttons generate in html code and not to fight with single and double quotes, here is the code that worked for me. Basically seems that NS was getting confused with the single/double…
-
It worked, but yes, only in Edit Mode. It would be much nicer to Trigger this from the View Mode. Thx for your help!
-
You can't customize the address record. I remember seeing that this is Netsuite's roadmap as Address form customization in Evan Goldberg's SuiteWold's Keynote conference. We do also need to be able to have customizations in the Address record.
-
One way to do it, would be to either build a workflow or create a user event script on the item fulfillment record on the After Submit event. For the script, you could have like the following: function userEventAfterSubmit(type){ if (type == 'create' ) { var _context = nlapiGetContext(); var recfulfillmentID =…