Capture User’s IP Address in a Suitelet

When building Suitelets, you may occasionally need to capture the IP address of the user accessing the page—whether for security auditing, regional customization, or analytics and tracking purposes. Fortunately, NetSuite includes the client’s IP address in the request headers when the Suitelet is accessed through a web browser. By referencing the ns-client-ip header, you can easily extract and log the IP address… Continue reading Capture User’s IP Address in a Suitelet