Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
IP Address Capture
We implemented NetSuites recommended method for capturing a lead's ip address. However now when we run the code thru a debugger we get an error message of "Uncaught TypeError: Cannot call method 'setAttribute' of null"
Can anyone tell me how to remove this error?
Below is the code that is causing the error message.
<script language="javascript" type="text/javascript">
document.getElementById("custentity10").setAttribute("value","<%=getCurrentAttribute('request','ipaddress')%>");
document.getElementById("custentity10_fs_lbl").style.display = "none";
document.getElementById("custentity10_fs").style.display = "none";
</script>
********NetSuite recommended method listed below*********
Capture the IP address of Lead records from the Web Store