This topic contains 1 reply, has 0 voices, and was last updated by MChammaTX 7 years, 2 months ago.

  • Author
    Posts
  • #22778 Score: 0

    marcusd
    • Contributions: 0
    • Level 1

    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.

    Thanks in advance!
    This is a cached copy. Click here to see the original post.

  • #22779 Score: 0

    MChammaTX
    • Contributions: 0
    • Level 1

    You can do it by reading your custom parameters in a beforeLoad script and populating it yourself if you know a little scripting.

You must be logged in to reply to this topic.