Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The Native functionality under the More button to Add Similar, will carry forward any data from a a saved record in fields where the field property is checked to copy the value forward, which is the default behaviour.
The record, however, must be saved first.
If you want to make a URL formula button to replicate thus functionality so the users do not need to look for the More button you can use this Syntax.
URLRoot() & "db/" & dbid() & "?a=GenCopyRecord&rid=" & totext([Record ID#])
The record, however, must be saved first.
If you want to make a URL formula button to replicate thus functionality so the users do not need to look for the More button you can use this Syntax.
URLRoot() & "db/" & dbid() & "?a=GenCopyRecord&rid=" & totext([Record ID#])