Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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