Powered by
Arif W-Browne
  • Home
  • About
  • Integrations
    • EShop-Venda Integration
    • EShop-ChannelAdvisor Integration
    • SuiteTalk Integration
    • EShop-Magento Integration
    • SFTP-NetSuite Integration
  • NetSuite
    • eCommerce >
      • Order Exchanges
      • Gift Messaging
      • Real-time Search Engine
    • CRM >
      • CRM Report: Average Response Time
      • Case Incident Portal
    • Hacks & Tricks >
      • Permission Bypassing
      • Event Handling
      • Pop-up Windows
      • Saving Money on Licences
      • EXT-JS Library
    • Order to Cash >
      • CSV Requisition Import
    • NetSuite Re-implementation
    • System Audit
    • Migration Announcements
  • Contact me

EXT-JS Library


Most fellow SuiteScript-ers are aware that NetSuite is built on the EXT-JS library. With that, a broad range of custom actions have been made available for use on NetSuite to improve look & feel of pop-ups, perform animation and monitor progress of complex operations. Here are a few basic features of EXT-JS and how it can be used on NetSuite.

Message boxes:
Instead of using the plain native Alert() Javascript function, EXTJS holds an alternative message box which will show a cosmetic improvement:
Picture
Sample Code:
Picture

Progress bars:
There are operations like complex saved searches that take longer than expected to load on NetSuite. Why not load a progress bar to keep the user informed?
Picture
Sample code:
Picture

​Note: EXT-JS libraries cannot interrupt the browser UI thread the same way a native alert box does. If you wish to use the above, you need to ensure the correct conditions are applied in your code. 
  • Home
  • About
  • Integrations
    • EShop-Venda Integration
    • EShop-ChannelAdvisor Integration
    • SuiteTalk Integration
    • EShop-Magento Integration
    • SFTP-NetSuite Integration
  • NetSuite
    • eCommerce >
      • Order Exchanges
      • Gift Messaging
      • Real-time Search Engine
    • CRM >
      • CRM Report: Average Response Time
      • Case Incident Portal
    • Hacks & Tricks >
      • Permission Bypassing
      • Event Handling
      • Pop-up Windows
      • Saving Money on Licences
      • EXT-JS Library
    • Order to Cash >
      • CSV Requisition Import
    • NetSuite Re-implementation
    • System Audit
    • Migration Announcements
  • Contact me
Powered by Create your own unique website with customizable templates.