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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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