Forum Discussion
BrianDunk
2 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
------------------------------
ChayceDuncan
2 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
------------------------------- ChayceDuncan2 years agoQrew Captain
Sorry about that - I was going quickly and wasn't writing it properly for QB.
&dfid=11&_fid_11=" & [Employee ID] & "&z="& Rurl()
------------------------------
Chayce Duncan
------------------------------