NetTalk Central

Author Topic: Proper method for calling a record  (Read 1974 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Proper method for calling a record
« on: September 18, 2008, 05:06:53 PM »
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.
Mike Grigsby
Credify Systems
Central Oregon, USA

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Proper method for calling a record
« Reply #1 on: September 18, 2008, 07:54:29 PM »
Sorry, I'm claiming temporary insanity. I won't delete my post because it may be useful to someone else. Here's the link code:

'UpdateCustomerProfile?<!-- Net:s:SID-->?bFile=Users&bKey=USE:BySysID&USE:SysID=' & p_web.GetSessionValue('SysID') & '&Change_btn=Change&'
« Last Edit: September 18, 2008, 07:56:03 PM by Mike Grigsby »
Mike Grigsby
Credify Systems
Central Oregon, USA