Forum Discussion
ChayceDuncan
2 years agoQrew Captain
If you're trying to open a specific form the syntax will be dfid=11 or whatever ID corresponds with your form.
So: URLRoot() & "db/" & [_DBID_NOTES] & "?a=API_GenAddRecordForm&dfid=11&z=" & Rurl()
------------------------------
Chayce Duncan
------------------------------
- BrianDunk2 years agoQrew Cadet
Ok how do I tie the submission to an Employee ID?
------------------------------
Brian Dunk
------------------------------ - BrianDunk2 years agoQrew Cadet
When I add back this part of the formula the role settings seem to take over.
" & URLEncode ([Employee ID])& "&z="
------------------------------
Brian Dunk
------------------------------- ChayceDuncan2 years agoQrew Captain
You can include the _fid_ syntax to populate fields the same way you originally had it in addition to adding dfid.
So dfid=11&_fid_11=[Employee ID]
------------------------------
Chayce Duncan
------------------------------- BrianDunk2 years agoQrew Cadet
Getting an error on Save:
URLRoot() & "db/" & [_DBID_NOTES] & "?a=API_GenAddRecordForm&dfid=11&_fid_11=[Employee ID]& "&z=" & Rurl()
------------------------------
Brian Dunk
------------------------------