Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Using React in a NetSuite Suitelet
I've coded up an example that delivers a React (Facebook JavaScript library) component to a NetSuite Suitelet. Critiques of React are that it's wordy and complicated... true. But it affords a developer the ability to create components (or controls) which can be added to existing NetSuite forms or Suitelets. I've been toying with the idea of bringing the SuiteCommerce Advanced SOLR search engine functionality into a React component that can be added in various NetSuite forms, for instance, estimate or sales order pages. Click a button and the page expands to let the user query the SCA SOLR API (See
2