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.
Set Record Field Via URL Parameter
I am trying to create a link in a saved search to a custom record. The trick is I want to pre-populate certain fields on the record. I thought I could do that by using a parameter in the URL but it hasn't worked. Here is what I tried:
'<a href="https://system.na1.netsuite.com/app/common/custom/custrecordentry.nl?rectype=54&custrecord_lpt_comm=test" target="_blank">'||{custbody_tran_rate_lock_exp}||'</a>'
The custrecord_lpt_comm field is just a text field. It seems like this should be easy but I can't find anything in Netsuite help, Google or this forum.
0