View Single Post
  #4 (permalink)  
Old 09-20-2007, 12:54 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 551
Default Re: getting the most from Web Recorder

Hello,

If we are assuming correctly then PID in URL is the customer id. In that case, what you can do is, copy the customer id to some variable say $CustId$ and use this variable in URL where you place customer id.

For e.g. in place of
Tab=P&PageAction=edit&PID=10490594&From=ViewAppoin tments,
write this,
?Tab=P&PageAction=edit&PID=$CustId$ &From=ViewAppointments


Hope that helps.
Reply With Quote