The checkbox to "Copy this value when using copy this [record]" is not present for Address fields. Anyone else experiencing this?
-
476 Points
Posted 2 years ago
-
2,206 Points
Yeah, I don't see that option available when I look at my address fields, but it is there for other fields. Interesting, I'd never noticed that fact before. I wonder why they don't want that feature available to us for address fields. I could certainly make a business case for needing it.
-
722 Points
Wow, I just ran into this. My app's been copying addresses for a couple years. I can only guess that my recent visit to the address field to change something else, and it updated so that it can't auto-fill any more. This is really going to annoy my users, and run into problems, as record assignment is based on the address. Blah.
-
722 Points
Help shows it as available:
https://help.quickbase.com/user-assistance/configure_address_field.html
https://help.quickbase.com/user-assistance/configure_address_field.html
-
476 Points
Yup. It is extremely annoying because users are being required to re-enter the entire address every time they copy a record. It's annoying, time-consuming, and inefficient.
-
722 Points
-
722 Points
Here's my URL field button formula, FWIW:
URLRoot() & "db/" & [_DBID_QUOTE_REQUESTS] & "?a=API_GenAddRecordForm"&
"&_fid_7="&URLEncode([Name])&
"&_fid_8="&URLEncode([Company])&
"&_fid_14="&URLEncode([Email])&
"&_fid_85="&URLEncode([Address: Street 1])&
"&_fid_86="&URLEncode([Address: Street 2])&
"&_fid_87="&URLEncode([Address: City])&
"&_fid_88="&URLEncode([Address: State/Region])&
"&_fid_89="&URLEncode([Address: Postal Code])&
"&_fid_90="&URLEncode([Address: Country])&
"&_fid_45="&URLEncode([Terr override])&
"&_fid_6="&URLEncode("Rep- Send Quote")&
"&_fid_20="&URLEncode([Product family])
URLRoot() & "db/" & [_DBID_QUOTE_REQUESTS] & "?a=API_GenAddRecordForm"&
"&_fid_7="&URLEncode([Name])&
"&_fid_8="&URLEncode([Company])&
"&_fid_14="&URLEncode([Email])&
"&_fid_85="&URLEncode([Address: Street 1])&
"&_fid_86="&URLEncode([Address: Street 2])&
"&_fid_87="&URLEncode([Address: City])&
"&_fid_88="&URLEncode([Address: State/Region])&
"&_fid_89="&URLEncode([Address: Postal Code])&
"&_fid_90="&URLEncode([Address: Country])&
"&_fid_45="&URLEncode([Terr override])&
"&_fid_6="&URLEncode("Rep- Send Quote")&
"&_fid_20="&URLEncode([Product family])
(Edited)
-
1,100 Points
According to quicbase support, there is a bug and they had to remove it. Not sure when it will be added back.
Related Categories
-
Ask about Quick Base functionality
- 913 Conversations
- 63 Followers