What is the proper way to call a specific record from a link when I don't know the record's SysID?
Here's what I want to do, but I don't know how to form the SysID. I'm capturing it when they log in (p_web.GetSessionValue('SysID',FIL:SysID)), so I have it from the start. Unfortunately it doesn't seem to replace the URL with the number:
'UpdateCustomerProfile?<!-- Net:s:SID-->&<!-- Net:s:SysID -->&Change_btn=Change&'
I can't believe I haven't run into this before, and the only thread I found here was a little vague.