Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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