Skip to main content

Posts

NetSuite - Force Single Select on Multi-Select Field

Issue: We had a request from our Stakeholders to change a Multi-Select Field to a Single Select.  The Issue came up with this field being part of a bundle that we use.   We didn't want to deal with this being reverted or causing issues after we updated the bundle in the future, so I cam up with this work around. It is a Client Script that will throw an error to the user if they select more than one, and then it will reduce the selection to one option. /**  * @NApiVersion 2.x  * @NScriptType ClientScript  *  * 2025 Prevents multiple selections in a multi-select field * by showing an error message and removing the last selected value.  *  */ define ([ 'N/ui/message' , 'N/runtime' ], function ( message , runtime ) {     function fieldChanged ( context ) {         var scriptObj = runtime . getCurrentScript ();         var fieldName = scriptObj . getParameter ({       ...
Recent posts

PDF Issue in NetSuite after 2025.1 update

Came across a weird issue after updating to NetSuite 2025.1.  Our PDF Printing function was showing the underlying code for the PDF instead of rendering the PDF. Looked at many possible issues and discovered that it was in our header: old code had name : 'Content-Type:' , value : 'application/pdf' I removed the : and it worked as before name : 'Content-Type' , value : 'application/pdf' Found the solution on Reddit.  Posted to a StackOverflow:  pdf generation - How to Change NetSuite 2025.1 PDF Renderer Back to Previous Instead of BFO? - Stack Overflow

NetSuite Development

A New Day A great deal has changed since I last published on this blog. I've transitioned from a career in graphics and animation to one that revolves around data analytics and NetSuite development. These days, I work in NetSuite daily, creating reports and developing workflows and scripts to streamline processes and support the operations team effectively. Currently, my primary focus is on the Operations and CRM sides of NetSuite, where I handle a variety of tasks. At the same time, I'm committed to continuously expanding my knowledge and expertise in this platform. Moving forward, I plan to share insights into the challenges I’ve tackled, the ideas I’ve explored, and the solutions I’ve developed. My hope is that these shared experiences can benefit others navigating similar paths. I’ve always enjoyed tinkering, and my latest fascination is with the incredible capabilities of AI. The image displayed here, for instance, was generated using AI, showcasing just a glimpse of its ...

Delta Cubes - The Dark Side of The Greendale

I'm a huge fan of Community ( @nbccommunity )  And I am also a huge fan of Pink Floyd.  So I decided to do a little mash-up after watching the last episode Season 04 Episode 07 - "Economics of Marine Biology"  And since I haven't posted in awhile, I thought I would Share.

Logo Design

I started working on some Freelancer.com Contests.  It's been good to push me to create some work within a somewhat restricted space.  Also helping me keep the creative juices flowing.  This is a design I did for Philippe Diamonds.  It was rejected.  I like it though, so I thought I would share. I have worked on a bunch of others, either they aren't done yet, or I don't fully endorse the design.

Mitt Romney Poster

Romney 2012 Believe in America Trying to again stay productive, and get more work out there and into my portfolio.  Did a quick Poster of Mitt Romney. I am not necessarily Endorsing him, but  wanted to do someone who was relevant to the times.

Clouds in the Sky - Go Launcher Theme

Well I started work on a theme for Go Launcher EX.  Go Launcher is a Launcher for Android,  Ive enjoyed using it, and felt like I needed a project to give myself a kick in the pants. In Order to test the Theme you need to have Go Launcher EX installed (its Free).  You can get it here . Once it is installed,  just download the theme, install and set as the Theme. :) Clouds_in_the_Sky.apk I focused on doing as much of the work as I could in Adobe Illustrator.  I feel it's a tool I could really improve in.  It isn't complete, I still need to do the replacement icon's for about 27 different apps. as a Side note I have started working on my website again.  Trying to make it a little simpler this time.