Forum Discussion
GauravSharma3
9 years agoQrew Commander
Hi,
Create a formula URL button and insert this code:
URLRoot() & "db/" & [_DBID_DOCUMENTS] & "?a=API_GenAddRecordForm" & URLEncode ([Record ID#])& "&z=" & Rurl() & "&dfid=17"
Replace [_DBID_DOCUMENTS] with your table DBID which you can find from the table properties.
Do not forget to check the option "Save parent record automatically when a child record is created." under the advanced settings from your table properties.
Please let me know if you need any further help.
Thanks,
Gaurav Sharma
Create a formula URL button and insert this code:
URLRoot() & "db/" & [_DBID_DOCUMENTS] & "?a=API_GenAddRecordForm" & URLEncode ([Record ID#])& "&z=" & Rurl() & "&dfid=17"
Replace [_DBID_DOCUMENTS] with your table DBID which you can find from the table properties.
Do not forget to check the option "Save parent record automatically when a child record is created." under the advanced settings from your table properties.
Please let me know if you need any further help.
Thanks,
Gaurav Sharma