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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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