URL Field using tokens in web address

I have been viewing the feature to create a button on a grid that links to another URL and open a new window.
what I need is to pass the record id of the record I am on where I click the URL field button.

suggestions on how to pass a token of record id within the URL

http://mysite.com/myrecordviewer.aspx?recordid={token_recid}

thanks

That sounds doable with sc_redir.

im a newbie to the product. can you be more specific?

sc_redir is a SC macro you run to tell SC to redirect to another app in your project or a traditional URL - you can build the URL string with the record id as you have stated - then pass it to sc_redir() - check the SC user guide for the macros and how they work and what you pass them.