Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Employee Referral program
We are allowing our employee's to send certain emails out to current customers on new products they may be interested in. The email contains a link to a Web application the customer will fillout and it drops into Netsuite via Webservices. I want that link to have the Employee's ID on the url string so that the Web Application can parse it off the string and dump back into a new opportunity.
&lt;A id=copylink href="https://abc.org/abc-online-application.aspx?empid=<NLUSERNAME>" target=_blank&gt;&lt;FONT size=2&gt;Click here ABC Application&lt;/FONT&gt;&lt;/A&gt;
0