Forum Discussion
EricEvansVargas
7 years agoQrew Cadet
It's a Formula URL field where the user must enter notes:
URLRoot() & "db/" & [_DBID_VIP_INTAKE] & "?a=API_GenAddRecordForm&_fid_6=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Where fid 6 is the related parent record
URLRoot() & "db/" & [_DBID_VIP_INTAKE] & "?a=API_GenAddRecordForm&_fid_6=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Where fid 6 is the related parent record