The requirement was to show abbreviated values for the shipping item label values sourced from the NetSuite side in a React JS web application. For this, I created a map object and stored the original names and abbreviations as key-value pairs. Used a map function to replace the values in the data object before rendering.… Continue reading How to use a mapping object to replace values in a data array of objects
Tag: web app
Rendering web pages using free marker and Suite scripts
Render a web page using suitelet and HTML template.
Web app Login Page using suitelet
This article briefs about suitelet script for the login page.