Hello,
What is the correct format for address field?
The documentation shows it as follows:
String, up to 60 characters.
Use alphanumeric characters only, without spaces, dashes, or other symbols.
It says "without spaces". Common sense implies that we need to have a single space where necessary as in "14 Main street". Therefore, does it mean not 2 or more adjacent spaces?
Also, when I put "Suite# 14, Main street", it is not giving an error in sandbox. Do you think it will give an error in live app?
03-14-2018 09:43 AM
We'll work on fixing the documentation. We were applying some boilerplate for string formatting, and it got applied here in error. While I highly recommend avoiding extended character sets or scripting characters, you should be able to post a standard address with spaces with the address field.
Thanks for catching this.
03-15-2018 12:06 PM