RichardWu
8 years agoQrew Trainee
pass field values to an add new record form
I want to pass a value from a field in one table and click a button here and it'll generate a form to add a new record. In this button, I use the following formular:
URLRoot() & "db/" & "xxxxxxxx?a=API_GenAddRecordForm&apptoken=xxxxxxxxxxxxxxxxxxx"
& "&_fid_125=" & [Related Loan Application]
It redirects me successfully to the form but a field (fid is 125) in which I anticipate the value to be passes will be pre-populated in the new form did not actually doing that. Is there anything I missed?