Forum Discussion
MCFNeil
8 years agoQrew Captain
You can do it with a formula url button. Either using the API_AddRecord or API_GenAddRecordForm.
You will have to define the values that you want to copy, but that is pretty straight forward. An example is what appears in any of your default "add" buttons.
Where the line:
You will have to define the values that you want to copy, but that is pretty straight forward. An example is what appears in any of your default "add" buttons.
URLRoot() & "db/" & [_DBID_MESSAGES] & "?a=API_GenAddRecordForm&_fid_53=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Where the line:
&_fid_53=" & URLEncode ([Record ID#])& "Is the information that is being written to the new form.
MCFNeil
8 years agoQrew Captain
I'm not 100% sure, but because the table [DBID_Purchase_Orders] is in a different app, you might have to hard code the dbid (i.e. bm4a6kyi8).
Is it in the same domain? i.e www.YOURCOMPANY.quickbase.com
Is it in the same domain? i.e www.YOURCOMPANY.quickbase.com