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. |