Forum Discussion
PaulPeterson1
4 years agoQrew Assistant Captain
Try
var user currentUser = User();
then add
"&_fid_xx=" & URLEncode($currentUser)
after "&_fid_49=" & URLEncode("Appointment Approved") where xx is the fid for the approved by field.
This is not tested and I admit I am not the greatest at the syntax for the url formulas. But this will get you in the ballpark.
------------------------------
Paul Peterson
------------------------------
var user currentUser = User();
then add
"&_fid_xx=" & URLEncode($currentUser)
after "&_fid_49=" & URLEncode("Appointment Approved") where xx is the fid for the approved by field.
This is not tested and I admit I am not the greatest at the syntax for the url formulas. But this will get you in the ballpark.
------------------------------
Paul Peterson
------------------------------
JessicaStevens
4 years agoQrew Member
Thank you Paul,
that worked perfectly!
------------------------------
Jessica Stevens
------------------------------
that worked perfectly!
------------------------------
Jessica Stevens
------------------------------
- PaulPeterson14 years agoQrew Assistant CaptainGlad it worked!
------------------------------
Paul Peterson
------------------------------